20 questions
1
vote
0
answers
44
views
Power pages portal auth token validation failed with public key
I created a self-signed certificate and added it in power platform admin center using the following commands:
$certificateName = "powerpages.yourdomain.com"
$certPassword = ConvertTo-...
0
votes
0
answers
33
views
How can I prevent a new browser tab from staying open when an Azure Function (with B2C authentication) is called from a Power BI report?
I have a Power Pages (Power Apps Portal) that uses Azure AD B2C for authentication.
Inside the portal, there’s an embedded Power BI report where one column contains links to an Azure Function that ...
1
vote
0
answers
74
views
Adding custom CSS to Power Pages using VS code
I am using the VS code power pages extension, and would like to add a new custom CSS file to a site. I have tried the following approaches:
right click the "web-files" directory in the ...
0
votes
0
answers
61
views
Customizing Dataverse Uniqueness Constraint Error Message in Power Pages
To prevent duplicate submissions, I’ve implemented a Dataverse uniqueness constraint using an alternate key on the Applications table to ensure an applicant cannot submit a new application if they ...
0
votes
1
answer
230
views
After login using SSO, Power Pages site is NOT Redirecting the Start page in Microsoft Power Pages
I have created a Power Pages site. In that, I wanted to enable Single Sign On, and I have selected 'Microsoft Entra ID' as the 'Security provider'. I have set up the 'Registration claims mapping' and '...
0
votes
0
answers
26
views
DevOps pipeline updates all components, but local deploy respects deployment profile YAML
I'm working on a deployment pipeline for a Power Pages site. When I upload/deploy the website locally using the deployment profiles, it updates only the entities specified in the deployment profile, ...
0
votes
1
answer
181
views
Filtering records using fetchXML is working fine in XRM Tool Box but when used on the Power Pages portal, gives all record
I have to filter records on a link entity, I have build the fetch XML which is working fine in XRM Tool Box fetch XML builder. But the same fetch XML is not working in the Power Pages portal.
Here is ...
0
votes
0
answers
31
views
Role level security in powerpages portals
How can I implement row level security in powerpages pages with usernames.
I tried setting tables and list permissions to contact access and creating a many to one relationship between the fact table ...
0
votes
0
answers
28
views
OIDC Custom IDP (SurfConext) no email claim in id_token
I have the custom IDP hooked up to my Microsoft PowerPages website via OIDC. However after successful sign-in through the IDP, even though the email claim is precisely mentioned to be returned, there ...
0
votes
0
answers
57
views
Filter built-in list based on contact's account and related connections
I have a list which contains various items belonging to an Account. I have contacts which by default can only belong to an Account. This works well, for example the default Company Name look-up field ...
1
vote
0
answers
79
views
No Relationship found in Power Page Table Permission
I cannot find any Table Relationship for Power Page List Permission.
I got the following error:
'No Relationship Found'
But I have Table Relationship in PowerApps -> Table.
Table Relationships in ...
0
votes
0
answers
53
views
Parse IDP hint to external IDP in Power Pages
I am trying to authenticate my users in Power Pages with an external OAuth IDP provider. The provider is being used to link our users in an external system, and are therefore redirecting users to ...
0
votes
2
answers
142
views
Adding the Azure Storage web resource to a form [no adx options listed]
I am creating a powerpages website that includes an upload form.
the upload form is setup to upload files to Azure Blob Storage since the uploaded files are quite large.
The connection between Azure ...
0
votes
1
answer
190
views
Deploy Power Pages in a new production enviroment fails on dependancies
Trying to deploy a new Power Pages site to a production environment. The developer created the site in a development environment, so it cannot be promoted to production. I was following the sparse ...
0
votes
1
answer
430
views
Azure AD B2C Registration claims mapping
So, I have made a sign up custom policy flow which captures the query url params into the input fields of the custom policy.
EDIT 1
Upon further investigations, I have captured the token and all the ...