fix(admin-ui): Storing ACR value is inserting inum instead of displayName #1079
Labels
comp-admin-ui
Component affected by issue or PR
kind-bug
Issue or PR is a bug in existing functionality
We can select DefaultACR value for each client separately from Admin-UI. Selecting ACR value should insert displayName of that ACR into data source ( i.e. LDAP / mysql ). Instead it's storing DN of that ACR / Person Authentication Script inside Client's data.
Which is resulting error like:
I have recorded a full video what is happening and what is the workaround...
In this video you can see that, we are trying to select Fido2 as default ACR for "modauth.gluu.org" client.
But Admin-UI saving "inum" of that "Fido2" instead of displayName.
Workaround is: manually modify that DefaultACR value.
Here is the recorded video: https://youtu.be/_vLu5f6KY2Q
This issue is similar to another one: GluuFederation/oxTrust#2323
The text was updated successfully, but these errors were encountered: