%SYS
PostLogoutRedirect Class Reference

This is the landing page for post-logout redirects from an OpenID Connect Provider used from InterSystems IRIS OAuth 2.0 client code. More...

Inheritance diagram for PostLogoutRedirect:
Collaboration diagram for PostLogoutRedirect:

Static Public Attributes

 CSPURL = None
 This is the landing page for post-logout redirects from an OpenID Connect Provider used from InterSystems IRIS OAuth 2.0 client code. More...
 

Detailed Description

This is the landing page for post-logout redirects from an OpenID Connect Provider used from InterSystems IRIS OAuth 2.0 client code.

The redirect is processed here and then redirected to the eventual target. This class SHOULD NOT be used as the redirectURL passed into SYS.OAuth2.Authorization:GetLogoutEndpoint(). This class simply does some processing before redirecting to that provided redirectURL.

This class is used internally by InterSystems IRIS. You should not make direct use of it within your applications. There is no guarantee made about either the behavior or future operation of this class.

Member Data Documentation

◆ CSPURL

CSPURL = None
static

This is the landing page for post-logout redirects from an OpenID Connect Provider used from InterSystems IRIS OAuth 2.0 client code.

The redirect is processed here and then redirected to the eventual target. This class SHOULD NOT be used as the redirectURL passed into SYS.OAuth2.Authorization:GetLogoutEndpoint(). This class simply does some processing before redirecting to that provided redirectURL.

This class is used internally by InterSystems IRIS. You should not make direct use of it within your applications. There is no guarantee made about either the behavior or future operation of this class.