Skip to main content

ScopedClaimMappingInput

Input defining mapping for a single OIDC claim based on a credential claim.

input ScopedClaimMappingInput {
claim: String!
credentialClaim: String!
scope: String!
}

Fields

ScopedClaimMappingInput.claim ● String! non-null scalar

The claim to produce.

ScopedClaimMappingInput.credentialClaim ● String! non-null scalar

The source credential claim to use as the value for the claim.

ScopedClaimMappingInput.scope ● String! non-null scalar

The scope of the claim.

Member Of

OidcClaimMappingInput input