Thank you for choosing Microsoft Power Platform Community.
Yes, you can modify the default "Signin" page in Power Pages to remove the "Local" authentication option and streamline the user experience by only displaying the user/pass inputs for MS Entra validation.
Here are the steps to achieve this:
Access the Power Pages Design Studio:
Sign in to Power Pages and open your site.
Navigate to the Security section in the left side panel.
Configure Identity Providers:
Under Manage, select Identity providers.
Choose Authentication settings and configure MS Entra as your identity provider.
Modify the Sign-in Page:
You can customize the sign-in page using content snippets, CSS, and HTML.
To remove the "Local" option, you need to edit the HTML and CSS of the sign-in page to hide or remove the elements related to local authentication.
Use JavaScript for Additional Customization:
If needed, you can add JavaScript to further customize the behavior of the sign-in page. For example, you can redirect users directly to the MS Entra login page.
For a detailed guide on how to customize the login and registration pages in Power Pages, you can refer to this video tutorial . Additionally, you can find more information on configuring site authentication in the documentations below
If this Post helped you, please click "Does this answer your question" and like this post to help others in the community find the answer too!
Happy to help.
Robu 1