How to hide/disable Toggle Password Visibility of the Client Secret field for OAuth Entity Issue The decrypted text of Client Secret in OAuth Entity is visible to the user. How can we restrict the ability to view Client Secret?Cause1. Go to the dictionary entry of the client_secret field 2. Switch to Advanced View 3. "show_secret=true" has been set in Attributes.ResolutionUpdate the dictionary entry of the client_secret field by changing the attribute from "show_secret=true" to "show_secret=false". This change will remove/disable the "Toggle Password Visibility" button next to the client_secret field.