Redirect to Home Page after Signing In | Power Pages

 

Redirect to Home Page after Signing In

Introduction:

When designing a user-friendly web portal, one of the key aspects is ensuring a smooth user experience, especially during the onboarding process. One common practice is to redirect users to the home page after they've successfully signed up. In this blog, we will walk you through a step-by-step guide on how to achieve this using a method that involves changing a configuration from true to false in your portal management app.

 

Step 1: 

Accessing Your Portal Management App

First things first, log in to your portal management app. This is the central hub where you control various settings and configurations for your web portal. Make sure you have required privileges to access and modify these settings.


Play the Portal Management Application

Step 2:

Navigate to Site Settings

In the left navigation menu, look for Site Settings. 


Step 3: 

Search for the required Site Setting

In this view search for "Authentication/Registration/ProfileRedirectEnabled"


Open this record

Step 4: 

Change the Value to false

This configuration is typically set to "true" by default, which means users are automatically redirected to a profile page after signing up.

Change this Value to false


Click on "Save"

Step 4: 

Sync Configuration 

Go to make.powerapps.com > Edit your Power Pages Application

Click on "Sync Configurations" on right top corner.


Wait a few seconds for it to Sync.

Step 5: 

Clear Cache

Play your Power Pages Application in another Tab.

Add the following at the end of the base URL:

"_service/about"

For Example:

myDemoPortal.powerappsportal.com/_service/about


Note: 

You need to have "Administrator Web Role" to access this. And you need to be signed in to the Portal

You will see the following page:


Click on "Clear Cache", Refresh and Sign-In to the portal again to test the changes.


That's all folks. Hope you find this blog useful. Thanks















Comments