io.quarkus.oidc.runtime.OidcTenantConfig.jdp Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of quarkus-oidc Show documentation
Show all versions of quarkus-oidc Show documentation
Secure your applications with OpenID Connect Adapter and IDP such as Keycloak
#
#Tue Jan 21 09:57:00 CET 2020
io.quarkus.oidc.runtime.OidcTenantConfig.token=Configuration how to validate the token claims.
io.quarkus.oidc.runtime.OidcTenantConfig.publicKey=Public key for the local JWT token verification.
io.quarkus.oidc.runtime.OidcTenantConfig.clientId=The client-id of the application. Each application has a client-id that is used to identify the application
io.quarkus.oidc.runtime.OidcTenantConfig.roles=Configuration to find and parse a custom claim containing the roles information.
io.quarkus.oidc.runtime.OidcTenantConfig.introspectionPath=Relative path of the RFC7662 introspection service.
io.quarkus.oidc.runtime.OidcTenantConfig.credentials=Credentials which the OIDC adapter will use to authenticate to the OIDC server.
io.quarkus.oidc.runtime.OidcTenantConfig.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.OidcTenantConfig.jwksPath=Relative path of the OIDC service returning a JWK set.
io.quarkus.oidc.runtime.OidcTenantConfig.connectionDelay=The maximum amount of time the adapter will try connecting to the currently unavailable OIDC server for.\nFor example, setting it to '20S' will let the adapter keep requesting the connection for up to 20 seconds.
© 2015 - 2025 Weber Informatics LLC | Privacy Policy