Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

6.4.0, admin-ui: Configuration / Providers / User provider: 'Use role claim' shows state of 'Use access claim' #343

Open
kvvloten opened this issue Feb 16, 2025 · 1 comment

Comments

@kvvloten
Copy link

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.

Image

Step 2. I disable Use access claim and press Save.

Image

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:

Image

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?

@kvvloten 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 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 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
@fabienmoyon
Copy link
Member

Hello @kvvloten,

Thanks for the report, we will check that and keep you in touch.
If needed we will fix this point.

Regards,
Fabien

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants