ecp:Request
Element information
Namespace: urn:oasis:names:tc:SAML:2.0:profiles:SSO:ecp
Schema document: saml-2.0-os/saml-schema-ecp-2.0.xsd
Type: ecp:RequestType
Properties: Global, Qualified
Content
- Sequence [1..1]
- saml:Issuer [1..1]
- samlp:IDPList [0..1]
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
soap:mustUnderstand | [1..1] | Anonymous | ||
soap:actor | [1..1] | xsd:anyURI | ||
ProviderName | [0..1] | xsd:string | ||
IsPassive | [0..1] | xsd:boolean |
Sample instance
<ecp:Request soap:mustUnderstand="true" soap:actor="http://www.example.com/"> <saml:Issuer>string</saml:Issuer> <samlp:IDPList> <samlp:IDPEntry ProviderID="http://www.example.com/" Name="string"/> <samlp:GetComplete>http://www.example.com/</samlp:GetComplete> </samlp:IDPList> </ecp:Request>