You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey @tomberek ! tyvm for raising this issue with a code change proposal.
This code was developed against Okta Oauth2 APIs and it looks like there are differences in the implementation of /introspect endpoint between Okta and Google. We will be happy to keep this open and
work on introducing support for Google as the provider to pass token validation.
Another thing to note here, is that your code seems to introduce a client sercret which is not favourable.
Since Wiresteward is intended to be shipped to different clients for our use cases, we are following the PKCE flow, which seems to be supported by Google too: https://developers.google.com/identity/protocols/oauth2/native-app#step1-code-verifier. Is there a specific reason for wanting to a client secret here?
While trying to get wiresteward working with Google's implementation of OAuth2, i needed these changes:
master...tomberek:wiresteward:tomberek.google
Not sure if I'm configuring something wrong, or if this is just due to differences in OAuth2 implementation.
The text was updated successfully, but these errors were encountered: