Method: OryClient::OidcConfiguration#backchannel_logout_session_supported
- Defined in:
- lib/ory-client/models/oidc_configuration.rb
#backchannel_logout_session_supported ⇒ Object
OpenID Connect Back-Channel Logout Session Required Boolean value specifying whether the OP can pass a sid (session ID) Claim in the Logout Token to identify the RP session with the OP. If supported, the sid Claim is also included in ID Tokens issued by the OP
23 24 25 |
# File 'lib/ory-client/models/oidc_configuration.rb', line 23 def backchannel_logout_session_supported @backchannel_logout_session_supported end |