summaryrefslogtreecommitdiff
path: root/vendor/jumbojett/openid-connect-php/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/jumbojett/openid-connect-php/README.md')
-rw-r--r--vendor/jumbojett/openid-connect-php/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/vendor/jumbojett/openid-connect-php/README.md b/vendor/jumbojett/openid-connect-php/README.md
index 79318e5..a44b8cb 100644
--- a/vendor/jumbojett/openid-connect-php/README.md
+++ b/vendor/jumbojett/openid-connect-php/README.md
@@ -152,7 +152,7 @@ ensure your RP performs 'single sign out' for the user even if they didn't have
device, but still had an active session there.
Either the sid or the sub may be accessible from the logout token sent from the OP. You can use either
-`getSidFromBackChannel()` or `getSubjectFromBackChannel()` to retrieve them if it is helpful to match them to a session
+`getSidFromBackChannel()` or `getSubFromBackChannel()` to retrieve them if it is helpful to match them to a session
in order to destroy it.
The below ensures the use of this library to ensure validation of the back-channel logout token, but is afterward