io.quarkus.oidc.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
#
#Wed Feb 17 13:03:14 CET 2021
io.quarkus.oidc.OidcTenantConfig.authorizationPath=Relative path of the OIDC authorization endpoint which authenticates the users.\nThis property must be set for the 'web-app' applications if OIDC discovery is disabled.\nThis property will be ignored if the discovery is enabled.
io.quarkus.oidc.OidcTenantConfig.tenantEnabled=If this tenant configuration is enabled.
io.quarkus.oidc.OidcTenantConfig.introspectionPath=Relative path of the OIDC RFC7662 introspection endpoint which can introspect both opaque and JWT tokens.\nThis property must be set if OIDC discovery is disabled and 1) the opaque bearer access tokens have to be verified\nor 2) JWT tokens have to be verified while the cached JWK verification set with no matching JWK is being refreshed.\nThis property will be ignored if the discovery is enabled.
io.quarkus.oidc.OidcTenantConfig.tokenStateManager=Default token state manager configuration
io.quarkus.oidc.OidcTenantConfig.jwksPath=Relative path of the OIDC JWKS endpoint which returns a JSON Web Key Verification Set.\nThis property should be set if OIDC discovery is disabled and the local JWT verification is required.\nThis property will be ignored if the discovery is enabled.
io.quarkus.oidc.OidcTenantConfig.logout=Logout configuration
io.quarkus.oidc.OidcTenantConfig.token=Configuration how to validate the token claims.
io.quarkus.oidc.OidcTenantConfig.roles=Configuration to find and parse a custom claim containing the roles information.
io.quarkus.oidc.OidcTenantConfig.endSessionPath=Relative path of the OIDC end_session_endpoint.\nThis property must be set if OIDC discovery is disabled and RP Initiated Logout support for the 'web-app' applications is\nrequired.\nThis property will be ignored if the discovery is enabled.
io.quarkus.oidc.OidcTenantConfig.userInfoPath=Relative path of the OIDC userinfo endpoint.\nThis property must only be set for the 'web-app' applications if OIDC discovery is disabled\nand 'authentication.user-info-required' property is enabled.\nThis property will be ignored if the discovery is enabled.
io.quarkus.oidc.OidcTenantConfig.publicKey=Public key for the local JWT token verification.\nOIDC server connection will not be created when this property is set.
io.quarkus.oidc.OidcTenantConfig.tenantId=A unique tenant identifier. It must be set by {@code TenantConfigResolver} providers which\nresolve the tenant configuration dynamically and is optional in all other cases.
io.quarkus.oidc.OidcTenantConfig.applicationType=The application type, which can be one of the following values from enum {@link ApplicationType}.
© 2015 - 2025 Weber Informatics LLC | Privacy Policy