Question
3
Replies
594
Views
Posted: July 6, 2017
Last activity: July 11, 2017
Closed
Public access application
Hello there,
I have a requirement to build a PEGA application exposed to public, no login is required to access the application.
I see a lot of related posts but no concrete answers. What is the best approach to implement this? please suggest
Thanks
Gowri
Hi Gowri,
I can say that we can achieve the requirement two ways.
Approach 1:-
In PRPC, all the rules that does not require login should go under unauthenticated ruleset. You can have a look at PRPC:Unauthenticated OOTB ruleset once. You can also create your own unauthenticated ruleset and save all the rules those need to be exposed to public and configure your Requester Type rules of Type Browser with new unauthenticated ruleset
Approach 2:
By using Pega Mashup (Pega Internet Application Composer). Configure Pega IAC in the environment and expose your portal harness using Gadget Manager with administrator credentials. You will get a html with div after successful completion. You can expose this html to public. However, there as some limitation with Pega IAC where prior Pega 7.2 application must obey the same origin policy.
Please feel free to reply for any thoughts
Thank you,