This is the landing page for post-logout redirects from an OpenID Connect Provider used from InterSystems IRIS OAuth 2.0 client code. More...
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... | |
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.
|
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.