OpenLiberty / open-liberty

Open Liberty is a highly composable, fast to start, dynamic application server runtime environment
https://openliberty.io
Eclipse Public License 2.0
1.15k stars 591 forks source link

remove session dependency in saml websso logout flow (if there is any) #12401

Open arunavemulapalli opened 4 years ago

arunavemulapalli commented 4 years ago

saml websso login code is updated to make sure that there is no session dependency. Make sure that we don't have dependency on session when we are making the saml logout requests.

arunavemulapalli commented 4 years ago

login issue - #11796