Question
Prompt AccessGroup during Login to the user
I created LDAP integration for a customer. We map Pega AccessGroup on LDAP attribute.
We would like to extend this approach on user that belongs to different groups so has more than one AccessGroup, so they could access to more than one application.
I found two way:
- passing a parameter with the link to access pega, that parameter has the application meaning.
- authenticate the user with LDAP, if i have more than one accessgroup ask to the user which one he wants as default (which application he wants to access).
For the second option, can anyone help in order to understand if it is possible and which are the items involved ? I don't know if i have to use html fragments or pyChallenge or something else.
thanks a lot,
andrea
ps. attached the "desiderata" about the second idea
***Edited by Moderator Marissa to update platform capability tags****
Just curious, instead of prompting user to choose. Why not allow him to login to default application and then use OOTB switch application to choose any application he want.