File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
extensions/oidc-common/runtime/src/main/java/io/quarkus/oidc/common/runtime Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ public class OidcCommonConfig {
14
14
* The base URL of the OpenID Connect (OIDC) server, for example, `https://host:port/auth`.
15
15
* OIDC discovery endpoint will be called by default by appending a '.well-known/openid-configuration' path to this URL.
16
16
* Note if you work with Keycloak OIDC server, make sure the base URL is in the following format:
17
- * `https://host:port/auth/ realms/{realm}` where `{realm}` has to be replaced by the name of the Keycloak realm.
17
+ * `https://host:port/realms/{realm}` where `{realm}` has to be replaced by the name of the Keycloak realm.
18
18
*/
19
19
@ ConfigItem
20
20
public Optional <String > authServerUrl = Optional .empty ();
You can’t perform that action at this time.
0 commit comments