Skip login screen

Hi,

I have a requirement that when opening another application from an application (via URL) with the same login account, how can I skip the login screen and navigate directly to the home screen of the target app.

Currently, users have access groups added to both apps, so I think if we can share login information after clicking to open another app link, we can skip the login screen. But if there is any way to implement the same requirement above, please let me know.

Please reply to this.

Thanks

Note:

・The two applications are on the same development environment

・Currently I am using Azure authentication and have checked the SAML Authentication Service

@PhongH25

Hi,

As per my understanding we cannot move from one application to another application, we always require authentication to full fil this requirement.

Regards,

Poojitha Behara

@PhongH25 Though you have access group of both the application added to the operator access group you need to go through the authentication screen, You can use anonymous authentication to any of the application that you have , this will skip the login screen
Configuring an application to use an anonymous authentication service | Pega

(or) you can use URL Mapping feature as well to implement this is what is think
URL Mappings (pega.com)

@PhongH25

URL patterns like bellow format

https://:/prweb/PRAuth/app//

@Manojkumar_ J
thank you, I’m using URL mapping to move destination screen (harness, work case).
But how can I set the current login information into destination URL to achieve this ?

@PhongH25

Add mapping URL below

https://:/prweb/PRAuth//

Ex:

https://:/prweb/PRAuth//pegasample/param1/param2

https://:/prweb/PRAuth//getEmailImgByHash/param1/param2

https://:/prweb/PRAuth//getEmailImgByCID/param1/param2