Does anyone know, if it’s possible to somehow mask the Entra secret field in the admin UI? Or is this a feature that might be part of future releases maybe?
Hi @willux - I’m not sure this is a question related to Liferay - from what I can find “Entra” is a Microsoft capability. If it is Liferay-related can you provide more context please? Thanks
Masking doesn’t really do much anyway. If it’s in the browser, even masked, it is trivial to get the actual value.
Yes that is true, but nevertheless our client has a requirement that it cant be seen straight away as plain text anywhere in the system. So even if it makes no sense to me, there’s that.
Hi, yes it’s a field in the admin settings showing the secret in plain text, doesnt really matter to me, but our client has a requirement that it cant be seen straight away as plain text anywhere in the system.
Ah, so this is a custom configuration interface?
If so, in your @Meta.AD() annotation, there’s an optional field typethat defaults to Meta.Type.String which you can set to Meta.Type.Password and it will be masked from display.
I think he means in places like the following Admin UI:
Instance Settings - SSO - OpenID Connect Provider Connection
We’ve had a client ask us why the “OpenID Connect Client Secret” is visible in Plain Text here as well.