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