OAuth2AccessRules contains access rules specific to OAuth2 authentication method.
Name | Type | Description | Notes |
---|---|---|---|
audience | str | The audience in the JWT. | [optional] |
authorized_gw_cluster_name | str | The gateway cluster name that is authorized to access JWKeySetURL | [optional] |
bound_claims | list[OAuth2CustomClaim] | The claims that login is restricted to. | [optional] |
bound_clients_id | list[str] | The clients ids that login is restricted to. | [optional] |
certificate | str | Certificate to use when calling jwks_uri from the gateway. in PEM format | [optional] |
issuer | str | Issuer URL | [optional] |
jwks_json_data | str | 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] |
jwks_uri | str | 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] |
unique_identifier | str | A unique identifier to distinguish different users | [optional] |