Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update direct-federation.md - add note for value of emailaddress claim #1331

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions docs/external-id/direct-federation.md
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,9 @@ Required claims for the SAML 2.0 token issued by the IdP:
|NameID Format |`urn:oasis:names:tc:SAML:2.0:nameid-format:persistent` |
|`http://schemas.xmlsoap.org/ws/2005/05/identity/claims/emailaddress` | emailaddress |

> [!NOTE]
> Ensure the value of the `http://schemas.xmlsoap.org/ws/2005/05/identity/claims/emailaddress` claim is the UPN of the user as displayed in the Entra ID tenant

### WS-Fed configuration

Microsoft Entra B2B can be configured to federate with IdPs that use the WS-Fed protocol. This section discusses the requirements. Currently, the two WS-Fed providers have been tested for compatibility with Microsoft Entra ID include AD FS and Shibboleth. For more information about establishing a relying party trust between a WS-Fed compliant provider with Microsoft Entra ID, see the "STS Integration Paper using WS Protocols" available in the [Microsoft Entra identity Provider Compatibility Docs](https://www.microsoft.com/download/details.aspx?id=56843).
Expand Down