RHSSO-655: fixed 2 errors
This commit is contained in:
parent
e2704ecf40
commit
43c9920519
2 changed files with 2 additions and 2 deletions
|
@ -26,7 +26,7 @@ This is what one might look like:
|
||||||
</Key>
|
</Key>
|
||||||
</Keys>
|
</Keys>
|
||||||
<PrincipalNameMapping policy="FROM_NAME_ID"/>
|
<PrincipalNameMapping policy="FROM_NAME_ID"/>
|
||||||
<RoleMapping>
|
<RoleIdentifiers>
|
||||||
<Attribute name="Role"/>
|
<Attribute name="Role"/>
|
||||||
</RoleMapping>
|
</RoleMapping>
|
||||||
<IDP entityID="idp"
|
<IDP entityID="idp"
|
||||||
|
|
|
@ -9,7 +9,7 @@ You usually use this option if you are generating keys using `openssl` or simila
|
||||||
[source,xml]
|
[source,xml]
|
||||||
----
|
----
|
||||||
<Keys>
|
<Keys>
|
||||||
<Key signing="true>
|
<Key signing="true">
|
||||||
<PrivateKeyPem>
|
<PrivateKeyPem>
|
||||||
2341251234AB31234==231BB998311222423522334
|
2341251234AB31234==231BB998311222423522334
|
||||||
</PrivateKeyPem>
|
</PrivateKeyPem>
|
||||||
|
|
Loading…
Reference in a new issue