Skip to content

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

Open
@kvvloten

Description

@kvvloten

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions