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

Enable custom client_authenticator_type #627

Merged

Conversation

oysteinhauan
Copy link
Contributor

@oysteinhauan oysteinhauan commented Nov 11, 2021

Fixes #396
Kept the hardcoded clientAuthenticatorType for backwards compatibility, while enabling it to be specified with the possible values ["client-secret", "client-secret-jwt", "client-x509", "client-jwt"].

@oysteinhauan oysteinhauan marked this pull request as ready for review November 11, 2021 10:23
@oysteinhauan oysteinhauan marked this pull request as draft November 17, 2021 11:48
@oysteinhauan oysteinhauan marked this pull request as ready for review November 17, 2021 13:08
Copy link
Contributor

@mrparkers mrparkers left a comment

Choose a reason for hiding this comment

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

Hey @oysteinhauan, sorry for the delay on this. I just had one comment before this can get merged. Thanks!

provider/resource_keycloak_openid_client.go Outdated Show resolved Hide resolved
@oysteinhauan
Copy link
Contributor Author

@mrparkers is this ready to be merged now? :)

Copy link
Contributor

@mrparkers mrparkers left a comment

Choose a reason for hiding this comment

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

Sorry again for the delay. I went ahead and pushed some fixes to your branch to speed this up for you (format changes and a quick fix to the test you added). Thanks again for the PR! I'll cut a release that includes these changes within a few days.

Copy link
Contributor

@mrparkers mrparkers left a comment

Choose a reason for hiding this comment

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

Sorry again for the delay. I went ahead and pushed some fixes to your branch to speed this up for you (format changes and a quick fix to the test you added). Thanks again for the PR! I'll cut a release that includes these changes within a few days.

@mrparkers
Copy link
Contributor

Not sure why that approval posted twice 😄

@mrparkers mrparkers merged commit 88f4e3b into keycloak:master Jan 20, 2022
@oysteinhauan
Copy link
Contributor Author

Wonderful! Thanks! Looking forward to the release - we've been using a local version of the provider and it seems to work great :)

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

Successfully merging this pull request may close these issues.

JWT credentials
2 participants