Created
February 28, 2018 14:12
-
-
Save neilb/22e90d50290740471450ffa16f4f1950 to your computer and use it in GitHub Desktop.
ADFS relying trust file
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="utf-8"?> | |
<EntityDescriptor ID="_deadbeef-dead-beef-dead-beefdead" entityID="[BASE-URL]" xmlns="urn:oasis:names:tc:SAML:2.0:metadata"> | |
<RoleDescriptor xsi:type="fed:ApplicationServiceType" xmlns:fed="http://docs.oasis-open.org/wsfed/federation/200706" protocolSupportEnumeration="http://docs.oasis-open.org/wsfed/federation/200706" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> | |
<fed:ClaimTypesRequested> | |
<auth:ClaimType Uri="http://schemas.xmlsoap.org/ws/2005/05/identity/claims/name" Optional="true" xmlns:auth="http://docs.oasis-open.org/wsfed/authorization/200706" /> | |
<auth:ClaimType Uri="http://schemas.microsoft.com/ws/2008/06/identity/claims/role" Optional="true" xmlns:auth="http://docs.oasis-open.org/wsfed/authorization/200706" /> | |
</fed:ClaimTypesRequested> | |
<fed:TargetScopes> | |
<EndpointReference xmlns="http://www.w3.org/2005/08/addressing"> | |
<Address>[BASE-URL]</Address> | |
</EndpointReference> | |
</fed:TargetScopes> | |
<fed:PassiveRequestorEndpoint> | |
<EndpointReference xmlns="http://www.w3.org/2005/08/addressing"> | |
<Address>[BASE-URL]</Address> | |
</EndpointReference> | |
</fed:PassiveRequestorEndpoint> | |
</RoleDescriptor> | |
</EntityDescriptor> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment