How to give PEGA cloud access to external users who are not part of the Organization

Hi , how can we expose Pega applicaiton to external user, like users who are in the firm are using SSO based PEga apps but how to give access to the users who are not part of the firm and may not be part of the SSO (OKTA) as well, thank you

Hi @SharadK17674862
Please follow the steps which are in below link to access your application by external users.

Hi thank you but DWA is for giving access to assignment one time not the application , thank you

Hello @SharadK17674862 There are multiple ways you can achieve this ask however, the “right” approach is not technical—it is risk-driven based on how those external entities can access/navigate your exposed application. please share more details on the your business scenario ..
Are external users known identities (customers/partners) or unknown/anonymous?
Do they require persistent accounts or temporary access?
Can they authenticate via: External IdP (Azure B2C, Auth0, Cognito, etc.)?
Open access to entire application enabled?

Hi Vikas, yes users are known but outside and not in network, second one smaill pega application to show the dashboard but how we are going to authenticate them as they wont be part of SSO flow which is internal, thanks

Pega Platform provides an authentication service type called Anonymous. This can be used when users need to access the system without standard authentication.

When you create an authentication service instance and select the Anonymous option, the system generates a dedicated URL within the service profile. Users can use this URL to access the application directly without logging in.

You can also control the operator context for that session by configuring a model operator, defining the organizational structure, or applying a data transform to set the required operator details.

Note: Please define a proper security access if you are going to use this logic.