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

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

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.idtoken=ID Token - the default value for the `web-app` applications.
io.quarkus.oidc.OidcTenantConfig.Roles.roleClaimPath=A list of paths to claims containing an array of groups.\nEach path starts from the top level JWT JSON object\nand can contain multiple segments.\nEach segment represents a JSON object name only; for 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 one or more different claims.
io.quarkus.oidc.OidcTenantConfig.Roles.roleClaimSeparator=The separator for splitting strings that contain multiple group values.\nIt is only used if the "role-claim-path" property points to one or more custom claims whose values are strings.\nA single space is used by default because the standard `scope` claim can contain a space-separated sequence.
io.quarkus.oidc.OidcTenantConfig.Roles.source=Source of the principal roles.
io.quarkus.oidc.OidcTenantConfig.Roles.userinfo=User Info




© 2015 - 2025 Weber Informatics LLC | Privacy Policy