Closed awg24 closed 3 years ago
Does the signoutRedirect method only ever make a GET request? Right now my openId provider is expecting a POST request, and I'm not sure if I can configure that.
Let me know if you need any other info, or if I'm missing something completely. Thanks!
Spec says they must support GET as well:
https://openid.net/specs/openid-connect-rpinitiated-1_0.html#RPLogout
And IIRC we only go a GET.
Does the signoutRedirect method only ever make a GET request? Right now my openId provider is expecting a POST request, and I'm not sure if I can configure that.
Let me know if you need any other info, or if I'm missing something completely. Thanks!