You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to get IdP initiated logout to work with OneLogin which uses redirects to send the SLO request. Looking at the source code I can see that Samly only supports POST requests for logout, not GET:
What would it take to get it to work with GET request/redirect? Would simply changing post here to get work? Also, while we're on the topic, is there something like the pre_session_create_pipeline config for logout requests (so we can invalidate tokens or perform some other actions on a valid SLO request)?
Thanks!
The text was updated successfully, but these errors were encountered:
I'm trying to get IdP initiated logout to work with OneLogin which uses redirects to send the SLO request. Looking at the source code I can see that Samly only supports POST requests for logout, not GET:
samly/lib/samly/sp_router.ex
Line 22 in 110d348
What would it take to get it to work with GET request/redirect? Would simply changing
post
here toget
work? Also, while we're on the topic, is there something like thepre_session_create_pipeline
config for logout requests (so we can invalidate tokens or perform some other actions on a valid SLO request)?Thanks!
The text was updated successfully, but these errors were encountered: