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

io.quarkus.oidc.OidcTenantConfig$Roles.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.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