Stateful
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
Name | Type | Constraints |
---|---|---|
stateful | boolean | Values: true or false Default value: false |
Example
resource_servers:
- path: "/example"
# ...
stateful: true
Updated about 2 years ago