How to set Application ID URI for powerappsportal.com website?

fyoorer x 5 Reputation points
2023-02-16T19:57:48.6666667+00:00

I am setting up SAML authentication using Azure AD for a website created using Power Pages (Power Apps Portal) - guide https://learn.microsoft.com/en-us/power-apps/maker/portals/configure/configure-saml2-settings-azure-ad

However, when I try to set the "Application ID URI" as suggested in the guide, I get an error:

Failed to update Application ID URI application property. Error detail: Values of IdentifierUris property must use a verified domain of the organization or its subdomain: https://xyz.powerappsportals.com

How to set the application ID URI for powerappsportal.com websites now?

Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
23,701 questions
{count} vote

1 answer

Sort by: Most helpful
  1. Shweta Mathur 30,261 Reputation points Microsoft Employee
    2023-02-21T06:39:55.2366667+00:00

    Hi @fyoorer x

    Thanks for reaching out.

    The error message you are encountering is related to the Application ID URI property of the application. The Application ID URI property specifies the globally unique URI used to identify the web API and it must use a verified customer-owned domain.

    If you are using a domain that is not registered in the tenant, you will only have the option to verify a new domain for your app.

    Below are the supported application id formats you can use to set :

    Reference: https://learn.microsoft.com/en-us/azure/active-directory/develop/reference-app-manifest#identifieruris-attribute

    Application ID can also be set by setting identifierUris in the Manifest:

    User's image

    Hope this will help.

    Thanks,

    Shweta

    Please remember to "Accept Answer" if answer helped you.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.