Category Archives: PowerApps Portal
Editing Components on the Power Apps Portal’s Sign In Page
The Sign In Page of a Power Apps Portal looks something like the image as shown below. The components shown in different colors in the below image are on the portals login page, we cannot access the backend code of these components but we can rename disable enable these components so let’s see how to do this. When you provision your power apps portal with the portal a “Portal Management” Model-driven app is also being deployed in your environments. In this Portal Management app, there are site settings using which you can enable/disable the Sign in Page Components Below is the list of site settings whose values (true/false) enable or disable components on the sign-in page. Authentication/Registration/AzureADLoginEnabled – Enables / Disables Azure AD Button. Authentication/Registration/ExternalLoginEnabled – Enables / Disables Externa SignIn Section Authentication/Registration/Enabled – Enables / Disables the registration section. Authentication/Registration/InvitationEnabled – Enables / Disables the invitaion redeem button Authentication/Registration/LocalLoginEnabled – Enables / Disables the local login section Authentication/Registration/OpenRegistrationEnabled – Enables / Disables Registration button. Search/Enabled – Enables / Disabled search icon on the screen. Hope this helps! Thank you.
Share Story :
What are Short Cuts in PowerApps Portal
Introduction: Shortcuts are used to place child nodes(child links) throughout the portal’s sitemap(navigation) which simply points to other nodes that exist in your sitemap, or to URLs external to your portal. Use Case: We have two parent pages- “Hardware” and “Support”. Both are child pages of another page- “Home”. “Support” page has a child page named- “Support Create”. Let’s say we want to add the “Support Create” child page under “Hardware” in the Sitemap(navigation). Steps to create a shortcut Go to the “Portal Management” app. Go to Shortcuts Click on “+New” to create new record Enter following details on the form Attribute Details: Name: Name for the shortcut. For internal use only. Website: The website that the shortcut belongs to. Parent Page: The parent webpage of the shortcut entity in the sitemap. The shortcut will be added to the sitemap as a child of this page. External URL: URL outside of your organization. Web Page: internal webpage of the portal Web File: web file of the portal Title: The title for the shortcut. This is the name that will appear in the sitemap and child navigation view areas. If left blank, the title (or name) of the target entity will be shown instead. After adding all the details save the record Navigate to the portal to see changes you should see new child node named “Raise Support” under “Hardware” If you click on “Raise Support” it will redirect you to the “Create New Support” page NOTE: A shortcut can only have value in one of the ‘Target’ fields (External URL, Web Page, Web File). If more than one target attribute exists for a shortcut, the shortcut will just take the first one, ignoring all others. Reference Article: https://docs.microsoft.com/en-us/powerapps/maker/portals/configure/place-child-nodes