Question
Customise the log off and Log in screens
Hi,
We are working on the integration of a corporate external authentication service with Pega 8.2.2.
As the user is directed to the URL specified in the authentication service rule, the user does not need to log in using our standard web-login HTML rule.
If the user logs out via the operator's user menu, the user is taken to a "You are logged out" screen with the option to click a button to login. If the user clicks the button they are taken to a login screen where they can either login by clicking the authentication service button or enter a username and password. This is great but the problem we have is that these two pages are not in line with our company branding and need modifying like we did with the web-login HTML.
Can anyone advise on what rules we need to modify to change these pages?
Thank you in advance.
Mark
***Edited by Moderator Marissa to update platform capability tags****
Hi Mark,
Look at pyDisplayAuthScreenSelector HTML rule under Code-Security class and customize it.
This HTML Stream is responsible for displaying custom authentication providers as button links on login.
Look at Web-Session-Return-Template HTML rule under @baseclass to customize "You are logged out" screen.
This should help and let me know for any queries.