Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 1.31 KB

JsonApiIdentityProviderOutAttributes.md

File metadata and controls

15 lines (10 loc) · 1.31 KB

JsonApiIdentityProviderOutAttributes

Properties

Name Type Description Notes
identifiers [str] List of identifiers for this IdP, where an identifier is a domain name. Users with email addresses belonging to these domains will be authenticated by this IdP. In multiple provider setup, this field is mandatory.
custom_claim_mapping {str: (str,)} Map of custom claim overrides. To be used when your Idp does not provide default claims (sub, email, name, given_name, family_name). Define the key pair for the claim you wish to override, where the key is the default name of the attribute and the value is your custom name for the given attribute. [optional]
oauth_client_id str The OAuth client id of your OIDC provider. This field is mandatory for OIDC IdP. [optional]
oauth_issuer_location str The location of your OIDC provider. This field is mandatory for OIDC IdP. [optional]
any string name bool, date, datetime, dict, float, int, list, str, none_type any string name can be used but the value must be the correct type [optional]

[Back to Model list] [Back to API list] [Back to README]