Created
May 22, 2020 13:18
-
-
Save erikfig/8a5bfaf84b73560b0f9dfd9bca954a29 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
<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