ScopedClaimMapping
Represents a mapping to produce a single OIDC claim based on a credential claim.
type ScopedClaimMapping {
claim: String!
credentialClaim: String!
scope: String!
}
Fields
ScopedClaimMapping.claim
● String!
non-null scalar
The claim to produce.
ScopedClaimMapping.credentialClaim
● String!
non-null scalar
The source credential claim to use as the value for the claim.
ScopedClaimMapping.scope
● String!
non-null scalar
The scope of the claim.
Member Of
OidcClaimMapping
object