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
The OBP API advertises a "google" provider in /well-known, but no
strategy existed for it, so it surfaced as "No strategy found for this
provider". Add a GoogleStrategy (portal, api-manager, shared) backed by
GOOGLE_OAUTH_CLIENT_ID / GOOGLE_OAUTH_CLIENT_SECRET.
Google access tokens are opaque and can't be validated by OBP, so for
the google provider send the id_token (the JWT OBP verifies against
Google's JWKS) on login and token refresh. Expose idToken() from the
api-manager and shared OAuth clients, which only returned access and
refresh tokens.
0 commit comments