Question
1
Replies
101
Views
Infosys Ltd
Posted: June 30, 2020
Last activity: July 1, 2020
Customization of Log off activity and screen
Hi,
As per client requirement we have to use Auth0 as authetication. Earlier we were using Entitlement. As Auth0 does not support SOAP binding so we have to optimize LogOff activity which we did and currently we are getting "You are logged out" screen once we click on logout. Where else customization need to be done to enable user to login again.
Thanks and Regards,
Prajakta
***Edited by Moderator Kayla to update Platform Capability tags****
Hi Prajakta,
Thanks for posting the query.
As per the context, I understand that you want to customize the logoff screen which needs to show the option for the login. For this, you need to customize the HTML rule: Web-Session-Return which is used to display the logout screen. As it is an available rule, please save as of this rule into your web-related ruleset (Custom rule-set for web-related operations).
Customize this HTML rule in such a way that it has the hyperlink / some option to navigate to the login screen.
Go to the browser requestor type which you can find in the (Sysadmin-->RequestorType) and create a new access group with some meaningful name (For example, UnauthenticatedMyApplication) and point your application to this access group. In that, you can add your web-related ruleset.