Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 708 Bytes

OpenIDClaims.md

File metadata and controls

14 lines (10 loc) · 708 Bytes

OpenIDClaims

OpenID identity provider claims.

Properties

Name Type Description Notes
email list[str] List of claims to use as the mail address. [optional]
groups list[str] List of claims to use as the group name. [optional]
name list[str] List of claims to use as the display name. [optional]
preferred_username list[str] List of claims to use as the preferred user name when provisioning a user. [optional]

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