Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 1.32 KB

OIDCAccessRules.md

File metadata and controls

18 lines (14 loc) · 1.32 KB

akeyless.OIDCAccessRules

Properties

Name Type Description Notes
allowedRedirectURIs [String] Allowed redirect URIs after the authentication [optional]
audience String 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]
boundClaims [OIDCCustomClaim] The claims that login is restricted to. [optional]
clientId String Client ID [optional]
clientSecret String Client Secret [optional]
isInternal Boolean 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 String Issuer URL [optional]
requiredScopes [String] A list of required scopes to request from the oidc provider, and to check on the token [optional]
requiredScopesPrefix String A prefix to add to the required scopes (for example, azures' Application ID URI) [optional]
uniqueIdentifier String A unique identifier to distinguish different users [optional]