Skip to content

Commit

Permalink
providerConfig: add keycloak version
Browse files Browse the repository at this point in the history
  • Loading branch information
jnsga authored Apr 21, 2024
1 parent f5db4d9 commit b8d60d2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/providerConfig.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
'clientId' => getenv('KEYCLOAK_CLIENT_ID'),
'clientSecret' => getenv('KEYCLOAK_CLIENT_SECRET'),
'redirectUri' => getenv('KEYCLOAK_REDIRECT_URI'),
'version' => '24.0.3',
]);

return $provider;

0 comments on commit b8d60d2

Please sign in to comment.