Script Packager Object Model Reference

IAuthenticationFunctions.OpenIdConnectLogout Method 

Logout of an OpenID Connect identity provider

void OpenIdConnectLogout(
   string Authority,
   string IdentityToken,
   int Port,
   int Timeout
);

Parameters

Authority
The URL of the identity provider
IdentityToken
The identity token of the logged in user obtained using the OpenIdConnectLogin request
Port
The port to listen on for a redirect from the identity provider after a successful logout
Timeout
The function logout in seconds. The user must complete the logout within this timeout.

See Also

IAuthenticationFunctions Interface | Intelligence.FuncLibs.Http.Authentication Namespace