Reference issue in documentation for Keycloak 17+
parent
f6583ada99
commit
2eaf8eeedb
|
@ -17,7 +17,7 @@ Or install it yourself as:
|
||||||
$ gem install omniauth-keycloak
|
$ gem install omniauth-keycloak
|
||||||
|
|
||||||
## Use with Keycloak >= 17 (Quarkus distribution)
|
## Use with Keycloak >= 17 (Quarkus distribution)
|
||||||
In version 17 of Keycloak, `/auth` was removed from the default context path. (See Issue #29)
|
In version 17 of Keycloak, `/auth` was removed from the default context path. (See Issue [#29](https://github.com/ccrockett/omniauth-keycloak/issues/29))
|
||||||
In order to reduce breaking existing user's setup, this gem assumes `/auth` as the default context.
|
In order to reduce breaking existing user's setup, this gem assumes `/auth` as the default context.
|
||||||
__So if you want to use Keycloak 17 or greater then you must do one of the following:__
|
__So if you want to use Keycloak 17 or greater then you must do one of the following:__
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue