resource_servers[]/stateful

A boolean flag indicating whether or not user requests, for the lifetime of a session, are always processed by the same resource server.

Property

NameTypeConstraints
statefulbooleanValues: true or false

Default value: false

Example

resource_servers:
  - path: "/example"
    # ...
    stateful: true