Skip to content

Instantly share code, notes, and snippets.

@erikfig
Created May 22, 2020 13:18
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 erikfig/8a5bfaf84b73560b0f9dfd9bca954a29 to your computer and use it in GitHub Desktop.
Save erikfig/8a5bfaf84b73560b0f9dfd9bca954a29 to your computer and use it in GitHub Desktop.
<samlp:AuthnRequest
xmlns:samlp="urn:oasis:names:tc:SAML:2.0:protocol"
xmlns:saml="urn:oasis:names:tc:SAML:2.0:assertion"
ID="ONELOGIN_424759b48c2d86c3fccb57821ddac32a2f948513"
Version="2.0"
ProviderName="Display Name"
IssueInstant="2020-05-22T13:08:23Z"
Destination="https://idp-saml.ambev.com.br/saml2/idp/SSOService.php"
ProtocolBinding="urn:oasis:names:tc:SAML:2.0:bindings:HTTP-POST"
AssertionConsumerServiceURL="https://digitaltrade.ambevdevs.com.br/prod/saml2/ambev/acs">
<saml:Issuer>https://digitaltrade.ambevdevs.com.br/prod/ambev/metadata</saml:Issuer>
<samlp:NameIDPolicy
Format="EmailAddress"
AllowCreate="true" />
<samlp:RequestedAuthnContext Comparison="exact">
<saml:AuthnContextClassRef>urn:oasis:names:tc:SAML:2.0:ac:classes:PasswordProtectedTransport</saml:AuthnContextClassRef>
</samlp:RequestedAuthnContext>
</samlp:AuthnRequest>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment