Skip to content

Commit

Permalink
KeycloakProviderConfigurator.getProviderOptions() : add version to re…
Browse files Browse the repository at this point in the history
…turned options array
  • Loading branch information
pubphanguyen committed Feb 2, 2023
1 parent 5e1abf1 commit c7b7c6e
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ public function getProviderOptions(array $config)
'clientSecret' => $config['client_secret'],
'authServerUrl' => $config['auth_server_url'],
'realm' => $config['realm'],
'version' => $config['version'],
'encryptionAlgorithm' => $config['encryption_algorithm'],
'encryptionKeyPath' => $config['encryption_key_path'],
'encryptionKey' => $config['encryption_key'],
Expand Down

0 comments on commit c7b7c6e

Please sign in to comment.