From 857d81c82015b0ab2499735e3cc92f34ce055ab5 Mon Sep 17 00:00:00 2001 From: Damien Louis <72412142+damien-louis@users.noreply.github.com> Date: Thu, 8 Aug 2024 18:14:54 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d0b1aca..a4a0cf1 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ $provider = new Stevenmaguire\OAuth2\Client\Provider\Keycloak([ 'encryptionAlgorithm' => 'RS256', // optional 'encryptionKeyPath' => '../key.pem' // optional 'encryptionKey' => 'contents_of_key_or_certificate' // optional - 'version' => '20.0.1', // optional + 'version' => '20.0.1', // optional but openid won't be return if a version greather than 20.0.0 isn't defined. ]); if (!isset($_GET['code'])) {