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

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

Go to download

Secure your applications with OpenID Connect Adapter and IDP such as Keycloak

There is a newer version: 3.17.5
Show newest version
#
#Wed Nov 08 11:42:05 CET 2023
io.quarkus.oidc.OidcTenantConfig.Backchannel.path=The relative path of the Back-Channel Logout endpoint at the application.
io.quarkus.oidc.OidcTenantConfig.Backchannel.tokenCacheTimeToLive=Number of minutes a logout token can be cached for.
io.quarkus.oidc.OidcTenantConfig.Backchannel.cleanUpTimerInterval=Token cache timer interval.\nIf this property is set then a timer will check and remove the stale entries periodically.
io.quarkus.oidc.OidcTenantConfig.Backchannel.tokenCacheSize=Maximum number of logout tokens that can be cached before they are matched against ID tokens stored in session\ncookies.
io.quarkus.oidc.OidcTenantConfig.Backchannel.logoutTokenKey=Logout token claim whose value will be used as a key for caching the tokens.\nOnly `sub` (subject) and `sid` (session id) claims can be used as keys.\nSet it to `sid` only if ID tokens issued by the OIDC provider have no `sub` but have `sid` claim.




© 2015 - 2025 Weber Informatics LLC | Privacy Policy