Description
When I disable/enable Use access claim
in the admin-ui, the UI will show a changed Use role claim
as well, while the output of the API is showing the right output.
Here is a series of screenshots to show the details.
Step 1. Start situation, both Use access claim
and Use role claim
are enabled and the HTTP GET shows that as well.
Step 2. I disable Use access claim
and press Save
.
At this point the HTTP PUT and the UI are in sync, Use access claim
is disabled and Use role claim
is enabled.
Step 3. When I click the back arrow, I return to the Providers
selection screen and then I click on the User providers
to open the screen again, I get this output:
Now the UI shows both Use access claim
and Use role claim
as disabled, but the HTTP GET show the correct output: useAccessClaim: false
, useRoleClaim: true
.
At this point the UI is NOT displaying the output of the API call.
Can you check what is going wrong here?