Replies: 2 comments 1 reply
-
@attindersingh90 You do NOT want to use For further information see issue #419 . You might also want to check PR #619 's discussions. So what are your options? To implement whole SLO stuff on your own (returning proper Some evaka project ended up writing own implementation for SLO (see espoon-voltti/evaka#738 ) which might work but license of the implementation seems to be LGPL 2.1 |
Beta Was this translation helpful? Give feedback.
-
@srd90 Thanks for getting back to me. Can we send back LogoutResponse with v2? I couldn't find any documentation. Could you redirect me to one. Also another question this response needs to be signed before being sent to IdP. Where do we get the key from to sign it? Does IdP share their private key? This looks weird. Or is it our SP's private key? If so how do we add our cert in Idp. I am using auth0 and there isn't any filed. Is there supposed to be one. |
Beta Was this translation helpful? Give feedback.
-
Hi,
I am trying to implement SLO in our SP. If some other SP in the Idp's session has requested logout, How do we send a LogoutResponse back to Idp? strategy.logout() always seems to be sending a LogoutRequest. So, How to generate a LogoutResponse?
Beta Was this translation helpful? Give feedback.
All reactions