Mobile oAuth2 in 8.2 and WebLDAP authentication service
Hi guys!,
I appreciate any help about that.
I've WebLDAP1 authentication service configured and it works very nice in web browsers, you have only to change /prweb/ for /prweb/PRWebLADP1 and insert your credentials of LDAP.
The configuration is very easy we have only to fill som jndi parameters, binding details and all runs OK!
But now I want to do the same type of authentication in mobile app (app android) with pega custom mobile client and platform 8.2.1.
In this version we have by default the OAUTH2 flow so i need to configure an IdP who do the authentication and response to pega platform who creates the token and continue the flow to let the mobile app to work.
I've seen we can use SAML, OpenID (external logins), so I was wondering what's the best approach to do this in a way that I can reuse my WebLDAP1 login page and return to the oauth2 flow like an external login.
My requirement is not to create new activities, instead of using the OOTB types of authentication services already done for LDAP.
I hope you can understand my question.
Thx for the help.