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

KeycloakProviderConfigurator.getProviderOptions() : add version to returned options array #391

Merged
merged 1 commit into from
Feb 2, 2023

Conversation

pubphanguyen
Copy link
Contributor

KeycloakProviderConfigurator.getProviderOptions() : add version to returned options array

@@ -57,6 +57,7 @@ public function getProviderOptions(array $config)
'clientSecret' => $config['client_secret'],
'authServerUrl' => $config['auth_server_url'],
'realm' => $config['realm'],
'version' => $config['version'],
Copy link
Member

Choose a reason for hiding this comment

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

It does seem to make sense - the version option was added in #382, but it was never exposed here.

@weaverryan
Copy link
Member

Thanks @pubphanguyen!

@weaverryan weaverryan merged commit 3d13005 into knpuniversity:master Feb 2, 2023
@pubphanguyen
Copy link
Contributor Author

Thank you @weaverryan for the merge!

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.

2 participants