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
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi I have the following provider for Intuit.
{ id: "intuit", name: "Intuit", type: "oidc", wellKnown: "http://localhost:3000/.well-known/openid_configuration", issuer: "https://oauth.platform.intuit.com/op/v1", checks: ["state"], async profile(profile, token) { return { id: profile.id, ...profile } }, clientId: env.QB_CLIENT_ID, // from the provider's dashboard clientSecret: env.QB_CLIENT_SECRET }
I don't get email in the profile call back. Also how do I specify an image for the provider in the override?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions