Identity
Description
Defines any special identity provider information for this resource server.
Properties
The following table(s) describe the configuration properties for this component:
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"