io.quarkus.oidc.OidcTenantConfig$TokenStateManager.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
#
#Thu May 25 10:16:12 CEST 2023
io.quarkus.oidc.OidcTenantConfig.TokenStateManager.ID_TOKEN=Keep ID token only
io.quarkus.oidc.OidcTenantConfig.TokenStateManager.splitTokens=Default TokenStateManager keeps all tokens (ID, access and refresh)\nreturned in the authorization code grant response in a single session cookie by default.\n\nEnable this property to minimize a session cookie size
io.quarkus.oidc.OidcTenantConfig.TokenStateManager.KEEP_ALL_TOKENS=Keep ID, access and refresh tokens.
io.quarkus.oidc.OidcTenantConfig.TokenStateManager.encryptionRequired=Requires that the tokens are encrypted before being stored in the cookies.
io.quarkus.oidc.OidcTenantConfig.TokenStateManager.strategy=Default TokenStateManager strategy.
io.quarkus.oidc.OidcTenantConfig.TokenStateManager.encryptionSecret=Secret which will be used to encrypt the tokens.\nThis secret must be set if the token encryption is required but no client secret is set.\nThe length of the secret which will be used to encrypt the tokens must be 32 characters long.
io.quarkus.oidc.OidcTenantConfig.TokenStateManager.ID_REFRESH_TOKENS=Keep ID and refresh tokens only
© 2015 - 2025 Weber Informatics LLC | Privacy Policy