Community Tip - Learn all about the Community Ranking System, a fun gamification element of the PTC Community. X
i have one mashup which is my login page and i want to open that login page after clicking on logout button widget.
please suggest how i assign home mashup to logout button widget?
refer below attachment for better understand...
Hi @Ru,
This will redirect users to the login page after clicking the button.
Thanks,
Emmanuel
can you please suggest how i create logout service?
Hi @122.
If you feel that one of the previous responses answered your question, please mark the appropriate one as the Accepted Solution for the benefit of others with the same question.
Regards.
--Sharon
Hello @Ru
I have tested according to the steps of first reply , but found that after disconnecting the session, when the login page is redirected, the system will immediately require identity authentication, which cannot meet your need. Maybe my test is incorrect. If there is a Demo, it will be perfect.
I have an idea for your reference:
important: Link need bypass Authentication refer to https://www.ptc.com/en/support/article/CS227935
So far, you can achieve the following: After clicking the button on logout mashup , the session will be disconnected, while the authentication will be bypassed, and the page will jump directly to the login mashup.
BR,
Max