Merge pull request #65 from jenmalloy/RHSSO-655-2
RHSSO-655: fixed end tag change missed in initial commit
This commit is contained in:
commit
5fa558439a
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ This is what one might look like:
|
||||||
<PrincipalNameMapping policy="FROM_NAME_ID"/>
|
<PrincipalNameMapping policy="FROM_NAME_ID"/>
|
||||||
<RoleIdentifiers>
|
<RoleIdentifiers>
|
||||||
<Attribute name="Role"/>
|
<Attribute name="Role"/>
|
||||||
</RoleMapping>
|
</RoleIdentifiers>
|
||||||
<IDP entityID="idp"
|
<IDP entityID="idp"
|
||||||
signaturesRequired="true">
|
signaturesRequired="true">
|
||||||
<SingleSignOnService requestBinding="POST"
|
<SingleSignOnService requestBinding="POST"
|
||||||
|
|
Loading…
Reference in a new issue