You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
kvvloten
changed the title
In 6.4.0, admin-ui: configuration, user, provider 'Use role claim' shows state of 'Use access claim'
In 6.4.0, admin-ui: configuration / Providers / User provider 'Use role claim' shows state of 'Use access claim'
Feb 16, 2025
kvvloten
changed the title
In 6.4.0, admin-ui: configuration / Providers / User provider 'Use role claim' shows state of 'Use access claim'
In 6.4.0, admin-ui: Configuration / Providers / User provider: 'Use role claim' shows state of 'Use access claim'
Feb 16, 2025
kvvloten
changed the title
In 6.4.0, admin-ui: Configuration / Providers / User provider: 'Use role claim' shows state of 'Use access claim'
6.4.0, admin-ui: Configuration / Providers / User provider: 'Use role claim' shows state of 'Use access claim'
Feb 17, 2025
When I disable/enable
Use access claim
in the admin-ui, the UI will show a changedUse 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
andUse role claim
are enabled and the HTTP GET shows that as well.Step 2. I disable
Use access claim
and pressSave
.At this point the HTTP PUT and the UI are in sync,
Use access claim
is disabled andUse role claim
is enabled.Step 3. When I click the back arrow, I return to the
Providers
selection screen and then I click on theUser providers
to open the screen again, I get this output:Now the UI shows both
Use access claim
andUse 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?
The text was updated successfully, but these errors were encountered: