Don't leak plain text password in kcContext
This commit is contained in:
parent
10cfff043b
commit
0a562763e6
|
@ -92,9 +92,12 @@ SOFTWARE.
|
|||
key == "identityProviderBrokerCtx" &&
|
||||
are_same_path(path, []) &&
|
||||
["login-idp-link-confirm.ftl", "login-idp-link-email.ftl" ]?seq_contains(pageId)
|
||||
) || (
|
||||
) || (
|
||||
["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