docs(integrate): fix typo in logout page (#7438)

fix typo in logout.md
This commit is contained in:
Omar Mokhtar 2024-02-23 09:49:41 +02:00 committed by GitHub
parent 4f54cfb0a9
commit 71373caab3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -9,7 +9,7 @@ This guide shows you the different concepts and use cases of the logout process
### Single Sign On (SSO) vs Single Logout (SLO)
Single Sing On (SSO) allows a user to login once without the need for authentication across multiple applications.
Single Sign On (SSO) allows a user to login once without the need for authentication across multiple applications.
Single Logout (SLO) is the counterpart to SSO. With SLO a user can logout and terminate sessions across many applications, without actively logging out from them.
The purpose of a logout is to terminate a user session.