Question

Vodafone
GB
Last activity: 8 Jul 2019 13:56 EDT
Self provision users using AD Security Group
Hi Pega Experts,
Is there a way to use the Self Provision Operator Capability in Pega 8.2 to search for the model operator using an AD Security Group sent using SAML2.0? I know of the search expression capability but don't know how to use this to do some sort of case statement eg:
switch(AD-Group)
Hi Pega Experts,
Is there a way to use the Self Provision Operator Capability in Pega 8.2 to search for the model operator using an AD Security Group sent using SAML2.0? I know of the search expression capability but don't know how to use this to do some sort of case statement eg:
switch(AD-Group)
case Pega-AppA:
TemplateUserA
break;
If nothing matches then the user should be denied access.