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

Fix Keycloak throwing exception for Secret Key if using public access type #613

Merged

Conversation

martincostello
Copy link
Member

Update the Keycloak provider to handle clients with public access.

Resolves #610.

@martincostello martincostello added this to the 5.0.16 milestone Oct 9, 2021
Farid Ahamat and others added 4 commits October 9, 2021 14:00
Co-authored-by: FaridAhamat <farid.ahamat@gmail.com>
Update comment.
Update XML documentation.
Remove throw.
Add tests for scenarios for different AccessType values.
Update the Keycloak documentation for using AccessType.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

Successfully merging this pull request may close these issues.

Keycloak's "ClientSecret" is mandatory, but Keycloak with access type of "public" has no secret.
1 participant