Don't leak plain text password in kcContext
This commit is contained in:
parent
10cfff043b
commit
0a562763e6
|
@ -95,6 +95,9 @@ SOFTWARE.
|
|||
) || (
|
||||
["masterAdminClient", "delegateForUpdate", "defaultRole"]?seq_contains(key) &&
|
||||
are_same_path(path, ["realm"])
|
||||
) || (
|
||||
["password"]?seq_contains(key) &&
|
||||
are_same_path(path, ["login"])
|
||||
)
|
||||
>
|
||||
<#continue>
|
||||
|
|
Loading…
Reference in a new issue