FusionAuth / fusionauth-issues

FusionAuth issue submission project
https://fusionauth.io
88 stars 12 forks source link

Hide other secrets in the UI behind a POST to reveal button #1059

Open robotdan opened 3 years ago

robotdan commented 3 years ago

Hide other secrets in the UI behind a POST to reveal button

Description

Similar to how we handle the HMAC secret, we could hide things like client secrets, or other tokens used in webhooks, LDAP or Generic connectors, or other IdPs. We could also treat them more like the SMTP password where you can never see it and you can only set it.

jobannon commented 1 year ago

It would be great to allow the hiding of sensitive information using a Secrets Master or similar and have aliases/variables that can be inserted into lambdas (for items such as API keys) in populate and reconcile lambdas.

mooreds commented 1 year ago

@jobannon see also https://github.com/FusionAuth/fusionauth-issues/issues/1629