Jump to content
  • 0

passing parameter on logout


ChrisCarlson

Question

Is there any way to pass a parameter on logout, so I can point authentication logout URL to entry datapage and pass a message saying "You are logged out."? I tried adding parameter on end of logout URL or on end of authentication setting for URL logout and it does not pass the parameter to the datapage. Does anyone know how I can achieve this, without having to create a custom logout landing page? I would much rather take them to the main login URL and display logout message.

Link to comment
Share on other sites

2 answers to this question

Recommended Posts

  • 0

Sadly, I have not found a way to do this. The best hack solution I've come up with is saving values in session storage and using a logoutredirect.html page with a simple javascript script that pulls the info from the session storage and then re-redirects. Ugly but works. Seems annoying that they do not support dynamic login and logout redirects using params.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...