resource_servers[]/identity

Defines any special identity provider information for this resource server.

Properties

NameTypeConstraintsDescription
oauthstringThe name of the OAuth introspection endpoint to use when accessing this resource server.

Example

resource_servers:
  - path: "/example"
    # ...
    identity:
      oauth: "verify_introspection"