Custom logout URL for cloud implementations
Add the custom logout URL to idp.xml for cloud implementations.
Okta does not offer a logout page URL in their standard idp.xml. For that reason,
BlackBerry Workspaces
created a custom
page that your users can be redirected to after logging off from BlackBerry Workspaces
. However, the
page only exists on BlackBerry Workspaces
cloud server and cannot be used with on-premise BlackBerry Workspaces
implementations. - From theSingleSignOnServicetag in the XML, add the following tags after theSingleSignOnServicetag and before theIDPSSODescriptortag:
- <md:SingleLogoutService Binding="urn:oasis:names:tc:SAML:2.0:bindings:HTTP-POST" Location="https://www.watchdox.com/saml-idp/saml/SingleLogout/alias/defaultAlias"/>
- <md:SingleLogoutService Binding="urn:oasis:names:tc:SAML:2.0:bindings:HTTP-Redirect" Location="https://www.watchdox.com/saml-idp/saml/SingleLogout/alias/defaultAlias"/>