IdentityModel / oidc-client-js

OpenID Connect (OIDC) and OAuth2 protocol support for browser-based JavaScript applications
Apache License 2.0
2.43k stars 841 forks source link

Question about signoutRedirect() #1188

Closed awg24 closed 3 years ago

awg24 commented 4 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!

brockallen commented 4 years ago

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.