web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

News and Announcements icon
Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Pages / How to set the Sign In...
Power Pages
Unanswered

How to set the Sign In page as the default website homepage?

(0) ShareShare
ReportReport
Posted on by 111

For example, the default homepage is https://myapp.powerappsportals.com/, and the default Sign In page is https://myapp.powerappsportals.com/SignIn, how to set the default homepage URL to point to the Sign In page, i.e., let both these two URLs open the Sign In page:

https://myapp.powerappsportals.com/

https://myapp.powerappsportals.com/SignIn

 

Categories:
I have the same question (0)
  • Fubar Profile Picture
    8,487 Super User 2026 Season 1 on at

    In the Portal Management App Create a "Web Page Access Control Rule" that is Restrict-Read for the Home page.

    Or could possibly also create create a "Redirects" record in the Portal management App  - not sure if the redirect record will work or not as its the home page you are wanting to redirect but this is what you would use if you decided to no longer use a page and wanted to send people to another Page instead.

  • jwnz Profile Picture
    111 on at

    Hi @Fubar, using the "Restrict Read" method caused a new issue that a new registered user has no access to the Profile page (as below image shows), and the "Redirect" method didn't work.

    jwnz_0-1666909330058.png

     

  • Fubar Profile Picture
    8,487 Super User 2026 Season 1 on at

    If the Contact record has been created for the user, make sure that you either have relevant permissions in the Authenticated Web Role, or a custom Web Role that you assign with a real-time workflow when he Contact is created.

     

    Alternatively, you can check if a User is logged in by using Liquid (probably in the Header or Footer) and if not do a javascript redirect

     

    {% if user %}
     
    Hello, {{ user.fullname | escape }}!
     
    {% else %}
     
    <script>
     window.location.href='./SignIn/';
    </script> 
    {% endif %}

     

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Users!

Kudos to our 2025 Community Spotlight Honorees

Congratulations to our 2025 community superstars!

Congratulations to the March Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Pages

#1
rezarizvii Profile Picture

rezarizvii 53

#2
DP_Prabh Profile Picture

DP_Prabh 40

#3
oliver.rodrigues Profile Picture

oliver.rodrigues 28 Most Valuable Professional

Last 30 days Overall leaderboard