Dealing with non-spec compliant OAuth endpoint returning { id_token: false } #503
-
Hello, As also stated in Tumblr's own documentation, their token endpoint is not supposed to return an Here's an example of the reponse:
Because Is there a better way to fix this? If not, would you be open to a PR with this change? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
The client should behave as if the property was unrecognized, hence ignore it, when in oauth2 mode (unless it actually contains an ID Token in which case the throw is to let developers know they're not using the right OpenID Connect callback method). v5.1.8 will address this. Nevertheless, reach out to Tumblr's support to let them know they should remove this property from their responses. |
Beta Was this translation helpful? Give feedback.
-
Thank you so much for the fix and quick reply :) |
Beta Was this translation helpful? Give feedback.
The client should behave as if the property was unrecognized, hence ignore it, when in oauth2 mode (unless it actually contains an ID Token in which case the throw is to let developers know they're not using the right OpenID Connect callback method).
v5.1.8 will address this.
Nevertheless, reach out to Tumblr's support to let them know they should remove this property from their responses.