Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 1.21 KB

OAuth2AccessRules.md

File metadata and controls

17 lines (13 loc) · 1.21 KB

akeyless.OAuth2AccessRules

Properties

Name Type Description Notes
audience String The audience in the JWT. [optional]
authorizedGwClusterName String The gateway cluster name that is authorized to access JWKeySetURL [optional]
boundClaims [OAuth2CustomClaim] The claims that login is restricted to. [optional]
boundClientsId [String] The clients ids that login is restricted to. [optional]
certificate String Certificate to use when calling jwks_uri from the gateway. in PEM format [optional]
issuer String Issuer URL [optional]
jwksJsonData String The JSON Web Key Set (JWKS) that containing the public keys that should be used to verify any JSON Web Token (JWT) issued by the authorization server. base64 encoded string [optional]
jwksUri String The URL to the JSON Web Key Set (JWKS) that containing the public keys that should be used to verify any JSON Web Token (JWT) issued by the authorization server. [optional]
uniqueIdentifier String A unique identifier to distinguish different users [optional]