samlp:Scoping
Element information
Namespace: urn:oasis:names:tc:SAML:2.0:protocol
Schema document: saml-2.0-os/saml-schema-protocol-2.0.xsd
Type: samlp:ScopingType
Properties: Global, Qualified
Content
- Sequence [1..1]
- samlp:IDPList [0..1]
- samlp:RequesterID [0..*]
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
ProxyCount | [0..1] | xsd:nonNegativeInteger |
Used in
- Type samlp:AuthnRequestType (Element samlp:AuthnRequest)
Sample instance
<samlp:Scoping> <samlp:IDPList> <samlp:IDPEntry ProviderID="http://www.example.com/" Name="string"/> <samlp:GetComplete>http://www.example.com/</samlp:GetComplete> </samlp:IDPList> <samlp:RequesterID>http://www.example.com/</samlp:RequesterID> </samlp:Scoping>