Type Alias IDPProvider

IDPProvider:
    | "auth0"
    | "okta"
    | "qlik"
    | "generic"
    | "salesforce"
    | "keycloak"
    | "adfs"
    | "external"
    | "azureAD"

The identity provider to be used. If protocol is OIDC, the valid values are auth0, okta, generic, salesforce, keycloak, adfs, and azureAD. If protocol is jwtAuth, the valid value is external.