Skip to content

Instantly share code, notes, and snippets.

@nov
Created January 25, 2017 02:59
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 nov/767ac89e24cb46d3d71fe9538f45e706 to your computer and use it in GitHub Desktop.
Save nov/767ac89e24cb46d3d71fe9538f45e706 to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="UTF-8"?>
<samlp2:AuthnRequest
AssertionConsumerServiceURL="https://idfed.myna.go.jp/idfedgw0001/assertion_artifact"
Destination="https://idfed.myna.go.jp/idfedsaml/sso_redirect"
ForceAuthn="false"
ID="..omitted.."
IsPassive="false"
IssueInstant="2017-01-25T02:53:28Z"
ProtocolBinding="urn:oasis:names:tc:SAML:2.0:bindings:HTTP-Artifact"
ProviderName="SAML2.0 SP1"
Version="2.0"
xmlns:saml2="urn:oasis:names:tc:SAML:2.0:assertion"
xmlns:samlp2="urn:oasis:names:tc:SAML:2.0:protocol">
<saml2:Issuer Format="urn:oasis:names:tc:SAML:2.0:nameid-format:entity">https://idfed.myna.go.jp/idfedgw0001/provider</saml2:Issuer>
<samlp2:NameIDPolicy AllowCreate="false" Format="urn:oasis:names:tc:SAML:2.0:nameid-format:persistent"/>
<samlp2:RequestedAuthnContext Comparison="exact">
<saml2:AuthnContextClassRef>urn:cao.go.jp:mynp:idfed:ext:ac:classes:JPKIuserAuth</saml2:AuthnContextClassRef>
</samlp2:RequestedAuthnContext>
</samlp2:AuthnRequest>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment