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
#
#Thu May 25 10:16:12 CEST 2023
io.quarkus.oidc.OidcTenantConfig.Roles.idtoken=ID Token - the default value for the 'web-app' applications.
io.quarkus.oidc.OidcTenantConfig.Roles.accesstoken=Access Token - the default value for the 'service' applications;\ncan also be used as the source of roles for the 'web-app' applications.
io.quarkus.oidc.OidcTenantConfig.Roles.roleClaimPath=List of paths to claims containing an array of groups. Each path starts from the top level JWT JSON object\nand can contain multiple segments where each segment represents a JSON object name only,\nexample\: "realm/groups". Use 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 one or more different\nclaims.
io.quarkus.oidc.OidcTenantConfig.Roles.userinfo=User Info
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 one or more custom claims whose values are strings.\nA single space will be used by default because the standard 'scope' claim may contain a space separated sequence.
io.quarkus.oidc.OidcTenantConfig.Roles.source=Source of the principal roles.
© 2015 - 2025 Weber Informatics LLC | Privacy Policy