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 / Redirect to Sign In pa...
Power Pages
Unanswered

Redirect to Sign In page when viewing 'Access Denied' List/Table

(0) ShareShare
ReportReport
Posted on by

Is there a low-code or low-lift way to redirect the user to login to the Power Page if they are trying to view a list on a page that requires authentication?

Categories:
I have the same question (0)
  • GWham1 Profile Picture
    on at

    Create a Web Page Access Control Rules for the page to restrict read.

     

    https://learn.microsoft.com/en-us/power-pages/security/page-security#manage-page-permissions-with-the-portal-management-app

  • Ajlan Profile Picture
    237 on at

    Hi @Chris_Hilger 


    You can achieve this in two ways:

    Page Permission: Restrict anonymous users from accessing your page that contains the list.
    Liquid Template: Add the following Liquid template in your page's custom JavaScript section:
    {% if user %}
    {% else if %}
    window.open('https://' + window.location.host + '/SignIn?returnUrl=' + window.location.pathname, '_self');
    {% endif %}

     

    Cheers

  • EmadBeshai Profile Picture
    806 Moderator on at

    Hi @Chris_Hilger ,

     

    As @GWham1 mentioned you can use the access control rules as shown below

    EmadBeshai_0-1719952118916.png

    EmadBeshai_2-1719952216253.pngEmadBeshai_3-1719952261719.png

    If this post helps you with your problem, please mark this answer as Accepted Solution.

    If you like my response, please give it a Thumbs Up. 

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

Season of Sharing Community Challenge Winners!

Congratulations to our community stars!

Kudos to our 2025 Community Spotlight Honorees

Expanding mentorship, skilling, and AI innovation

Congratulations to the June Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Pages

#1
sannavajjala87 Profile Picture

sannavajjala87 38 Super User 2026 Season 1

#2
Valantis Profile Picture

Valantis 37

#3
Fubar Profile Picture

Fubar 23 Super User 2026 Season 1

Last 30 days Overall leaderboard