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

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

#
#Thu Jun 18 17:10:08 CEST 2020
io.quarkus.oidc.OidcTenantConfig.Token.lifespanGrace=Life span grace period in seconds.\nWhen checking token expiry, current time is allowed to be later than token expiration time by at most the configured\nnumber of seconds.\nWhen checking token issuance, current time is allowed to be sooner than token issue time by at most the configured\nnumber of seconds.
io.quarkus.oidc.OidcTenantConfig.Token.refreshExpired=Refresh expired ID tokens.\nIf this property is enabled then a refresh token request is performed and, if successful, the local session is\nupdated with the new set of tokens.\nOtherwise, the local session is invalidated as an indication that the session at the OpenID Provider no longer\nexists.\nThis option is only valid when the application is of type {@link ApplicationType\#WEB_APP}}.
io.quarkus.oidc.OidcTenantConfig.Token.principalClaim=Name of the claim which contains a principal name. By default, the 'upn', 'preferred_username' and `sub` claims are\nchecked.
io.quarkus.oidc.OidcTenantConfig.Token.issuer=Expected issuer 'iss' claim value.
io.quarkus.oidc.OidcTenantConfig.Token.audience=Expected audience 'aud' claim value which may be a string or an array of strings.




© 2015 - 2025 Weber Informatics LLC | Privacy Policy