Skip to main content
Nintex Community Menu Bar
Solved

Logout on Skuid NLX

  • July 12, 2024
  • 4 replies
  • 18 views

Forum|alt.badge.img+7

When displaying the user menu, we get other options other than logout. I would like to display logout only. I did some searching and the references are to build your own nav relating to salesforce. Any ideas how to offer a logout option on NLX?

Best answer by Rob_Hatch

A URL Redirect to /auth/logout will execute a Logout Action on NLX… It will direct the user back to whatever page they have configured as the Login screen.

4 replies

Forum|alt.badge.img+20

I’ve got an install of NLX. Want to spin up a new page and see what’s possible with me?


Forum|alt.badge.img+17
  • Nintex Employee
  • Answer
  • July 12, 2024

A URL Redirect to /auth/logout will execute a Logout Action on NLX… It will direct the user back to whatever page they have configured as the Login screen.


Forum|alt.badge.img+7
  • Author
  • Rookie
  • July 12, 2024

Thanks, Rob! Simple and functional, without code. Perfect.


Forum|alt.badge.img+17
  • Nintex Employee
  • July 12, 2024

Indeed - the kind of solution we really like!