I'm being asked to provide an SP Entity ID and ACS URL for a third party in order to set up a custom external identity in Azure

John Chase 20 Reputation points
2025-04-25T10:04:03.43+00:00

Hi

We have an external (non-Microsoft user) customer who we'd like to provide access to an internal PowerApp for.

In order for them to authenticate using their own SAML which I believe they have developed in house, I was going to create a custom external identity in Azure.

To receive their metadata.xml to set this up, they have requested an SP Entity ID and ACS URL from us.

I'm not clear how to create or find these within Azure. Have read a lot about creating an Enterprise application but we've only done this the opposite way, for when wanting to use our Entra IDs to SSO to third party apps.

Any help would be appreciated.

Thanks!

Microsoft Security | Microsoft Entra | Microsoft Entra External ID
{count} votes

Accepted answer
  1. Jyotishree Moharana 1,845 Reputation points Microsoft External Staff Moderator
    2025-04-25T13:50:12.1333333+00:00

    Hello @John Chase,

    As your customer have developed their own SAML IdP and in this scenario Entra ID will be acting as a Service Provider below are the normally used standard values when Entra ID acts as SAML SP.

    SP Entity ID : https://login.microsoftonline.com/<your-tenant-id>/

    ACS URL : https://login.microsoftonline.com/<your-tenant-id>/saml2

    (specify your tenant ID)

    Kindly do note these values are global for your tenant across all apps unless required for anything custom.

    This will help in federating their identity provider (their SAML IdP) with your Entra ID tenant, so that they can authenticate using their credentials. From your end it would be required to setup the custom SAML/WS-Fed identity provider under External Identities provider in your Entra ID.

    0 comments No comments

0 additional answers

Sort by: Most helpful

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.