XUI Logout Flow - Bypass Intermediate "You are now logged out" page #1006
Unanswered
joelcharlebois
asked this question in
Q&A
Replies: 2 comments 1 reply
-
|
** Update ** GoogleAI helped me create a solution that works. In the OpenAM web application war / deployment, there is a "...\XUI\templates\openam" directory, containing a "ReturnToLoginTemplate.html" file. I modified the file to have the following contents: It uses the original OpenAM constructed page data and link, along with an additional id, and some javascript, to forward to the login page. It works for me. That said, if there is another better method via OpenAM configuration to achieve the same goal, please advise. Thanks. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
After a logout from OpenAM, the XUI displays a page showing "You are now logged out" with a link to the login page.
Is there a way to configure OpenAM, or customize the XUI, to bypass that intermediate page and go directly to the login page?
If XUI files must be modified, can you please show me exactly where? (I have been looking around at the templates, partials and javascript, etc. files, but its hard for me to decipher how it all works and how to put the pieces together in my mind....)
The classic UI is an option that works the way I'd like out of the box. But I would prefer to try the XUI.
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions