-
I'm using sample client apps ItFoxTec, to perform logout. My expected result is:
but currently when I perform logout, user is not re-input their credentials, instead they just simply redirected back again to my client apps and authenticated as the previous user. Is there any way to delete user session in both IdP and SP? Thank you. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
I think I found the answer, it seems you missed to DeleteSession in logout Request, so whenever user hit Logout, the session in IdP is not really cleaned. Can I create a pull request in your repository, to fix this issue? |
Beta Was this translation helpful? Give feedback.
-
Hi, thx to contribute. Sure you can any help are welcomed. |
Beta Was this translation helpful? Give feedback.
I think I found the answer, it seems you missed to DeleteSession in logout Request, so whenever user hit Logout, the session in IdP is not really cleaned. Can I create a pull request in your repository, to fix this issue?