Power Apps Portal - Authentication, Authorization

 In Power Apps Portal we have below Authentications methods:

  1. Registration
    With this option any user can register with portal and access portal. This is open registration

To enable and disable this option following property needs to be set true/false in site settings:
Authentication/Registration/OpenRegistrationEnabled

2. Redeem Invitation :
If User have Invitation code to register on portal then user will use that code and register with portal (For more information follow below video)
To enable and disable this option following property needs to be set true/false in site settings:
Authentication/Registration/InvitationEnabled

3. External login : This is used when user want to login by using external authentication. eg Azure AD, Facebook, LinkedIn, etc.
To enable and disable this option following property needs to be set true/false in site settings:
Authentication/Registration/ExternalLoginEnabled
Authentication/Registration/AzureADLoginEnabled
For more details regarding How Authentication and authorization works in portal you can check out below 2 videos.


For Detail functionality of how authentication works and what issue we can face :

Comments

Popular posts from this blog

Accessing Fields on QuickView Form through javaScript

ADF - (Part 2) Integrate Data From CRM to External system

Power Apps Portals - Lock/Unlock User Account for Invalid Sign In Attempt