File: AuthnRequestOptionalAttributes.xml

package info (click to toggle)
opensaml2 2.3-2%2Bsqueeze1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 7,008 kB
  • ctags: 5,093
  • sloc: cpp: 25,228; xml: 19,601; sh: 8,618; ansic: 5,309; makefile: 461
file content (30 lines) | stat: -rw-r--r-- 1,044 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<?xml version="1.0" encoding="UTF-16"?>

<samlp:AuthnRequest xmlns:samlp="urn:oasis:names:tc:SAML:2.0:protocol" 

ID="abc123" 

Version="2.0" 

IssueInstant="2006-02-21T16:40:00.000Z"

Consent="urn:string:consent" 

Destination="http://idp.example.org/endpoint"

ForceAuthn="1"

IsPassive="1"

ProtocolBinding="urn:string:protocol-binding"

AssertionConsumerServiceIndex="3"

AssertionConsumerServiceURL="http://sp.example.org/acs"

AttributeConsumingServiceIndex="2"

ProviderName="Example Org"

></samlp:AuthnRequest>