Type Alias IDPOIDCOptions

type IDPOIDCOptions = {
    blockOfflineAccessScope?: boolean;
    claimsMapping?: ClaimsMappingInteractive;
    clientId?: string;
    clientSecret?: string;
    decryptingKey?: DecryptingKey;
    discoveryUrl?: string;
    emailVerifiedAlwaysTrue?: boolean;
    issuer?: string;
    openid_configuration?: OpenIDConfiguration;
    realm?: string;
    scope?: string;
}
Index

Properties

blockOfflineAccessScope?: boolean

If true, the offline_access scope will not be requested from the IdP, where applicable.

claimsMapping?: ClaimsMappingInteractive
clientId?: string
clientSecret?: string
decryptingKey?: DecryptingKey
discoveryUrl?: string
emailVerifiedAlwaysTrue?: boolean
issuer?: string
openid_configuration?: OpenIDConfiguration
realm?: string
scope?: string