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

KeycloakTestClient does not supports grant_type = client_credentials #29933

Closed
eijckron opened this issue Dec 17, 2022 · 1 comment · Fixed by #29969
Closed

KeycloakTestClient does not supports grant_type = client_credentials #29933

eijckron opened this issue Dec 17, 2022 · 1 comment · Fixed by #29969
Assignees
Labels
area/keycloak kind/enhancement New feature or request
Milestone

Comments

@eijckron
Copy link

Description

KeycloakTestClient has a number of methods to retrieve tokens based on userName, userSecret, clientId and clientSecret. All outgoing requests however use grant_type = password.

Enhancement request to also support methods to retrieve tokens for grant_type = client_credentials for regular tokens and realm specific tokens.

Implementation ideas

No response

@eijckron eijckron added the kind/enhancement New feature or request label Dec 17, 2022
@quarkus-bot
Copy link

quarkus-bot bot commented Dec 17, 2022

/cc @pedroigor(keycloak), @sberyozkin(keycloak)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/keycloak kind/enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants