Skip to content

Instantly share code, notes, and snippets.

@drio
Created May 20, 2022 19:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save drio/717e2b9abb312b6ee5e157555c043095 to your computer and use it in GitHub Desktop.
Save drio/717e2b9abb312b6ee5e157555c043095 to your computer and use it in GitHub Desktop.
<?xml version="1.0"?>
<md:EntityDescriptor entityID="urn:amazon:cognito:sp:us-east-1_HChS0Nmga">
<md:SPSSODescriptor AuthnRequestsSigned="false" protocolSupportEnumeration="urn:oasis:names:tc:SAML:2.0:protocol">
<md:NameIDFormat>urn:oasis:names:tc:SAML:2.0:nameid-format:persistent</md:NameIDFormat>
<md:AssertionConsumerService Binding="urn:oasis:names:tc:SAML:2.0:bindings:HTTP-POST" Location="https://tufts-shib-staging.auth.us-east-1.amazoncognito.com/saml2/idpresponse" index="1"/>
<md:AttributeConsumingService index="1">
<md:ServiceName xml:lang="en">Cognito Test Shib</md:ServiceName>
<md:RequestedAttribute FriendlyName="givenName" Name="urn:oid:2.5.4.42"/>
<md:RequestedAttribute FriendlyName="sn" Name="urn:oid:2.5.4.4"/>
<md:RequestedAttribute FriendlyName="mail" Name="urn:oid:0.9.2342.19200300.100.1.3"/>
<md:RequestedAttribute FriendlyName="uid" Name="0.9.2342.19200300.100.1.1"/>
</md:AttributeConsumingService>
</md:SPSSODescriptor>
</md:EntityDescriptor>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment