File: AuthnRequestOptionalAttributes.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 (15 lines) | stat: -rw-r--r-- 1,014 bytes parent folder | download | duplicates (12)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?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>