Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@rmartinc
Copy link
Contributor

Closes #33776

There was an error adding the DPoP transient mapper. A line was added to filter it for the docker protocol but the instanceof was not OK (it was set to mapper when it should be to mapper.getValue()). But the PR is changing the utils to only add the transient mapper if the client is OIDC (adding it to a saml or docker client makes no sense). The docker test is improved to pull a little image from docker.io and push it to the keycloak protected registry. This way after the login the permissions are also tested.

Copy link
Contributor

@mposolda mposolda left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@rmartinc Thanks!

@mposolda mposolda merged commit 7e5734f into keycloak:main Oct 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Regression] 26.0.0 return empty "access: []" JWT for Docker-v2 Auth provider, resulting in "access denied"

2 participants