Skip to main content

OidcIdentityResolverInput

Input type for creating or updating an OIDC identity resolver.

input OidcIdentityResolverInput {
claimName: String!
credentialTypes: [String!]
identityStoreId: ID!
lookupType: OidcIdentityLookupType!
name: String!
}

Fields

OidcIdentityResolverInput.claimName ● String! non-null scalar

The credential claim name used when resolving identities. Exactly one value will be present.

OidcIdentityResolverInput.credentialTypes ● [String!] list scalar

The (optional) types of credentials that this identity resolver should be limited to.

OidcIdentityResolverInput.identityStoreId ● ID! non-null scalar

The identity store that will be used to resolve identities.

OidcIdentityResolverInput.lookupType ● OidcIdentityLookupType! non-null enum

The lookup strategy that will be used in the identity store.

OidcIdentityResolverInput.name ● String! non-null scalar

The name of the identity resolver.

Member Of

createOidcIdentityResolver mutation ● updateOidcIdentityResolver mutation