Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 1.56 KB

OIDCAccessRules.md

File metadata and controls

20 lines (16 loc) · 1.56 KB

OIDCAccessRules

OIDCAccessRules contains access rules specific to Open Id Connect authentication method.

Properties

Name Type Description Notes
allowed_redirect_ur_is list[str] Allowed redirect URIs after the authentication [optional]
audience str Audience claim to be used as part of the authentication flow. In case set, it must match the one configured on the Identity Provider's Application [optional]
bound_claims list[OIDCCustomClaim] The claims that login is restricted to. [optional]
client_id str Client ID [optional]
client_secret str Client Secret [optional]
is_internal bool IsInternal indicates whether this is an internal Auth Method where the client has no control over it, or it was created by the client e.g - Sign In with Google will create an OIDC Auth Method with IsInternal=true [optional]
issuer str Issuer URL [optional]
required_scopes list[str] A list of required scopes to request from the oidc provider, and to check on the token [optional]
required_scopes_prefix str A prefix to add to the required scopes (for example, azures' Application ID URI) [optional]
unique_identifier str A unique identifier to distinguish different users [optional]

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