Type Alias ClaimsMappingNonInteractive

Mappings from claim name to an array of JSON pointers that point to locations in the claims from the IdP to retrieve the value from.

type ClaimsMappingNonInteractive = {
    client_id?: string[];
    sub?: string[];
}
Index

Properties

Properties

client_id?: string[]

A list of JSON pointers used to map the user's client ID.

sub?: string[]

A list of JSON pointers used to map the user's subject.