All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.quarkus.oidc.OidcTenantConfig.jdp Maven / Gradle / Ivy

#
#Thu Jun 18 17:10:08 CEST 2020
io.quarkus.oidc.OidcTenantConfig.proxy=Options to configure a proxy that OIDC adapter will use for talking with OIDC server.
io.quarkus.oidc.OidcTenantConfig.tenantEnabled=If this tenant configuration is enabled.
io.quarkus.oidc.OidcTenantConfig.introspectionPath=Relative path of the RFC7662 introspection service.
io.quarkus.oidc.OidcTenantConfig.tls=TLS configurations
io.quarkus.oidc.OidcTenantConfig.jwksPath=Relative path of the OIDC service returning a JWK set.
io.quarkus.oidc.OidcTenantConfig.logout=Logout configuration
io.quarkus.oidc.OidcTenantConfig.credentials=Credentials which the OIDC adapter will use to authenticate to the OIDC server.
io.quarkus.oidc.OidcTenantConfig.authServerUrl=The base URL of the OpenID Connect (OIDC) server, for example, 'https\://host\:port/auth'.\nOIDC discovery endpoint will be called by appending a '/.well-known/openid-configuration' path segment to 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.OidcTenantConfig.token=Configuration how to validate the token claims.
io.quarkus.oidc.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.
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.
io.quarkus.oidc.OidcTenantConfig.clientId=The client-id of the application. Each application has a client-id that is used to identify the application
io.quarkus.oidc.OidcTenantConfig.publicKey=Public key for the local JWT token verification.
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