io.quarkus.oidc.OidcTenantConfig$Roles.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.Roles.roleClaimPath=Path to the claim containing an array of groups. It starts from the top level JWT JSON object and\ncan contain multiple segments where each segment represents a JSON object name only, example\: "realm/groups".\nUse double quotes with the namespace qualified claim names.\nThis property can be used if a token has no 'groups' claim but has the groups set in a different claim.
io.quarkus.oidc.OidcTenantConfig.Roles.source=Source of the principal roles.
io.quarkus.oidc.OidcTenantConfig.Roles.roleClaimSeparator=Separator for splitting a string which may contain multiple group values.\nIt will only be used if the "role-claim-path" property points to a custom claim whose value is a string.\nA single space will be used by default because the standard 'scope' claim may contain a space separated sequence.
© 2015 - 2025 Weber Informatics LLC | Privacy Policy