|
The LOA value is shared by Protectetwork with trusted Service Provider sites using a special attribute: http://protectnetwork.org/pn/loa
The permissible values for this attribute are:
LOA-1
LOA-2
A sample AAP.xml rule to accept this attribute would be:
A sample AAP.xml rule to accept this attribute would be:
<AttributeRule Name="http://protectnetwork.org/pn/loa" Header="Shib-PN-LOA" Alias="LOA">
<SiteRule Name="protectnetwork-idp">
<Value>LOA-1</Value>
<Value>LOA-2</Value>
</SiteRule>
</AttributeRule>
|