-
-
Notifications
You must be signed in to change notification settings - Fork 310
Open
Description
First I wanna thank you for making this library very well structured and easy to use.
Question:
My IDP Okta's logout SLO supports HTTP-POST binding so I can't logout the user. Is there a workaround for Okta SLO and use it with the HTTP-POST binding?
My SP: Django
IDP: Okta
"idp": {
"entityId": "http://example.com/kbiebrwerwrw",
"singleSignOnService": {
"url": "https://test.okta.com/app/rtest/example/sso/saml",
"binding": "urn:oasis:names:tc:SAML:2.0:bindings:HTTP-Redirect"
},
"singleLogoutService": {
"url": "https://test.okta.com/app/testingwx_1/whew8389hrhui4/slo/saml",
"binding": "urn:oasis:names:tc:SAML:2.0:bindings:HTTP-Redirect"
},
