OS : CentOS/RHEL 7.9
AMLEN Version : 1.1dev
AMLEN Build : 20231130-1152
Hello the Amlen team,
On the WebUI, in the Server -> Security Settings -> OAuth Profile, when we want create or edit an OAuth profile, it seems that it missing 2 attributes in the WebUI.
Here the screen of WebUI

The only way to complete the OAuth profile configuration is to use the Rest API on this endpoint : ima/v1/configuration with a POST method on OAuthProfile.
Heres the two missing attributes in the WebUI :
UserName
UserPassword

On my side, these attributes are used to perform a OAuth2 Introspection (between AMLEN and the OAuth federation) when a MQTT client open a new connection on the Amlen Broker.
There is a way to update the WebUI to add these parameters ?
Cheers
OS : CentOS/RHEL 7.9
AMLEN Version : 1.1dev
AMLEN Build : 20231130-1152
Hello the Amlen team,
On the WebUI, in the Server -> Security Settings -> OAuth Profile, when we want create or edit an OAuth profile, it seems that it missing 2 attributes in the WebUI.

Here the screen of WebUI
The only way to complete the OAuth profile configuration is to use the Rest API on this endpoint : ima/v1/configuration with a POST method on OAuthProfile.
Heres the two missing attributes in the WebUI :

UserName
UserPassword
On my side, these attributes are used to perform a OAuth2 Introspection (between AMLEN and the OAuth federation) when a MQTT client open a new connection on the Amlen Broker.
There is a way to update the WebUI to add these parameters ?
Cheers