Skip to content

Commit 0a25f70

Browse files
(Azure CXP)Technical Doc Update
Updated the Azur eAD B2C technical profile link with new link as B2C is moving from login.microsoftonline.com/common to b2clogin.com endpoint . changed From https://login.microsoftonline.com/te/your-tenant/your-policy/samlp/metadata?idptp=your-technical-profile to https://your-tenant-name.b2clogin.com/your-tenant-name/your-policy/samlp/metadata?idptp=your-technical-profile in section to [configure ADFS relying party trust](https://docs.microsoft.com/en-us/azure/active-directory-b2c/active-directory-b2c-custom-setup-adfs2016-idp#configure-an-adfs-relying-party-trust) as per the article about [SAML technical profile](https://docs.microsoft.com/en-us/azure/active-directory-b2c/saml-technical-profile)
1 parent d381e37 commit 0a25f70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/active-directory-b2c/active-directory-b2c-custom-setup-adfs2016-idp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ Now that you have a button in place, you need to link it to an action. The actio
140140
To use ADFS as an identity provider in Azure AD B2C, you need to create an ADFS Relying Party Trust with the Azure AD B2C SAML metadata. The following example shows a URL address to the SAML metadata of an Azure AD B2C technical profile:
141141

142142
```
143-
https://login.microsoftonline.com/te/your-tenant/your-policy/samlp/metadata?idptp=your-technical-profile
143+
https://your-tenant-name.b2clogin.com/your-tenant-name/your-policy/samlp/metadata?idptp=your-technical-profile
144144
```
145145
146146
Replace the following values:

0 commit comments

Comments
 (0)