Posts

Showing posts with the label Power Apps Portals

Portal Error - URL of the Dynamics 365 organization connected to this portal has been changed.

Image
If you are getting portal error - "URL of the Dynamics 365 organization connected to this portal has been changed." then it's because of your CRM instance url is changed or updated by someone.  To resolve this error you need to navigate to power apps admin center and then go to Portal Actions and click on "Update Dynamics 365 URL" After this wait for sometime or restart you CRM Portal. After restarting, if you try to access your CRM portal it will not throw any error :) If you are getting latest UI, then follow below approach:

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

  Site Settings that are related to Invalid Sign In Attempt. you can configure these site settings as per your requirement. Authentication/LoginThrottling/IpAddressTimeoutTimeSpan : The amount of time the IP address will have to wait if Authentication/LoginThrottling/MaxInvaildAttemptsFromIPAddress occur within Authentication/LoginThrottling/MaxAttemptsTimeLimitTimeSpan amount of time. Default: 00:10:00 (10 mins) Authentication/LoginThrottling/MaxAttemptsTimeLimitTimeSpan The amount of time the Authentication/LoginThrottling/MaxInvalidAttemptsFromIPAddress are to be within before the IP address has to wait Authentication/LoginThrottling/IpAddressTimeoutTimeSpan. Default: 00:03:00 (3 mins) Authentication/LoginThrottling/MaxInvaildAttemptsFromIPAddress The default number of unauthenticated login attempts from an IP address before the IP address is blocked for Authentication/LoginThrottling/IpAddressTimeoutTimeSpan if the attempts occur within Authentication/LoginThrottling/MaxAttemptsTim

Power Apps Portal - Authentication, Authorization

Image
 In Power Apps Portal we have below Authentications methods: 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