Parameter:
iNotes_WA_LogoutRedirectShort description: URL to which iNotes / Verse redirects users after logout (e.g. central portal or IdP logout page).
Profile
Parameter | iNotes_WA_LogoutRedirect |
Category | HTTP / Web |
Component | Server |
Available since | 10.0 |
Supported versions | 10.0, 11.0, 12.0, 14.0, 14.5, 14.5.1 |
GUI equivalent | notes.ini only (no GUI) |
Possible values | Full URL, e.g. https://portal.example.com/logout |
Description
After clicking Logout in iNotes or HCL Verse, the user lands on a simple Domino page by default. For SSO / portal environments this is unfavorable: the IdP session (e.g. ADFS) remains active, and on the next mail access the user is silently logged in again.
iNotes_WA_LogoutRedirect redirects the logout to an admin-defined URL – typically the IdP's single sign-out page or the company's own employee portal.Example configuration
iNotes_WA_LogoutRedirect=https://portal.example.com/adfs/ls/?wa=wsignout1.0
Notes & pitfalls
- The URL must be specified in full (with protocol).
- Combines well with the IdP's SAML logout endpoint.
- The same applies to Verse – a separate Verse logout parameter is not needed.
- Does not affect the classic Notes Client – web / Verse only.
- The change takes effect after a restart of the HTTP task.