io.quarkus.oidc.runtime.OidcConfig.jdp Maven / Gradle / Ivy
#
#Mon Nov 25 09:31:06 CET 2019
io.quarkus.oidc.runtime.OidcConfig.credentials=Credentials which the OIDC adapter will use to authenticate to the OIDC server.
io.quarkus.oidc.runtime.OidcConfig.jwksPath=Relative path of the OIDC service returning a JWK set.
io.quarkus.oidc.runtime.OidcConfig.applicationType=The application type, which can be one of the following values from enum {@link ApplicationType}..
io.quarkus.oidc.runtime.OidcConfig.publicKey=Public key for the local JWT token verification.
io.quarkus.oidc.runtime.OidcConfig.clientId=The client-id of the application. Each application has a client-id that is used to identify the application
io.quarkus.oidc.runtime.OidcConfig.authServerUrl=The base URL of the OpenID Connect (OIDC) server, for example, 'https\://host\:port/auth'.\nAll the other OIDC server page and service URLs are derived from this URL.\nNote if you work with Keycloak OIDC server, make sure the base URL is in the following format\:\n'https\://host\:port/auth/realms/{realm}' where '{realm}' has to be replaced by the name of the Keycloak realm.
io.quarkus.oidc.runtime.OidcConfig.enabled=If the OIDC extension is enabled.
io.quarkus.oidc.runtime.OidcConfig.roles=Configuration to find and parse a custom claim containing the roles information.
io.quarkus.oidc.runtime.OidcConfig.introspectionPath=Relative path of the RFC7662 introspection service.
© 2015 - 2025 Weber Informatics LLC | Privacy Policy