External credentials screen and IAC with OAuth 2
Hi,
Could anyone give a hint on what would be the most suitable solution for the following scenario?
We have an application (a user portal) that is going to be exposed through Mashup. The steps are as follow :
1. User clicks on external website "login"
2. If no active session, the user is redirected to an external challenge screen, which will authenticate the user
3. The external application, redirects to Pega, with the state and authcode
4. Operator has to be loaded, access token is requested and customer information as well.
I have more issues in the redirect when Pega is first accessed through the Mashup in order to redirect to the external application, which will provide the initial auth for the user.
Many thanks in advance!