File: AuthnRequest.xml

package info (click to toggle)
opensaml 3.3.1-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 6,480 kB
  • sloc: cpp: 27,961; sh: 4,593; xml: 1,004; makefile: 429; ansic: 18
file content (20 lines) | stat: -rw-r--r-- 1,958 bytes parent folder | download | duplicates (12)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?xml version="1.0" encoding="UTF-16"?>
<samlp:AuthnRequest xmlns:saml="urn:oasis:names:tc:SAML:2.0:assertion"
	xmlns:samlp="urn:oasis:names:tc:SAML:2.0:protocol" ForceAuthn="true"
	AssertionConsumerServiceURL="http://www.example.com/" AttributeConsumingServiceIndex="0"
	ProviderName="SomeProvider" ID="abe567de6" Version="2.0" IssueInstant="2005-01-31T12:00:00.000Z"
	Destination="http://www.example.com/" Consent="urn:oasis:names:tc:SAML:2.0:consent:obtained">
	<saml:Subject>
		<saml:NameID Format="urn:oasis:names:tc:SAML:1.1:nameid-format:emailAddress">
			j.doe@company.com
		</saml:NameID>
	</saml:Subject>
	<saml:Conditions>
		<saml:AudienceRestriction>
			<saml:Audience>urn:foo:sp.example.org</saml:Audience>
		</saml:AudienceRestriction>
	</saml:Conditions>
	<samlp:RequestedAuthnContext>
		<saml:AuthnContextClassRef>urn:oasis:names:tc:SAML:2.0:ac:classes:PasswordProtectedTransport</saml:AuthnContextClassRef>
	</samlp:RequestedAuthnContext>
</samlp:AuthnRequest>