Identity
resource_servers[]/identity
Defines any special identity provider information for this resource server.
Properties
Name | Type | Constraints | Description |
---|---|---|---|
oauth | string | The name of the OAuth introspection endpoint to use when accessing this resource server. |
Example
resource_servers:
- path: "/example"
# ...
identity:
oauth: "verify_introspection"
Updated about 2 years ago