#MMWT
1 messages · Page 1 of 1 (latest)
👋 Pompey isn't around. I'm happy to help though if you clearly explain what you need help with and what you found that is new
hey thanks. no problem.
I want to build a SSO (Sing Sign On) login into our App using Stripe OAuth - Is there a way to get the account main email that is used for logging into Stripe?
After the user has connected their Stripe account and I get the access_token I am doing a Retrieve Account, However the Email field returned is NULL
no you won't have access to the email
so mostly that isn't really possible. I would recommend not using OAuth for this personally
because OAuth is used to connect a Stripe account to a platform once. We never designed it so taht you just go through OAuth over and over
you should have your own login/password logic on your app
okay, but that doesn't mean it will cause problems?
It will cause problems, so don't do this
We do have our own but want to add a Stripe SSO to make it easier for Stripe users especially new users that join our App that are Stripe users
what problems can it potentially cause?
Hello again, I now see I misunderstood your ask earlier. OAuth here is only meant to allow accounts to connect to your platform once, it isn't meant to act as a type of login
okay appreciate it. We will not do this for login and will think of something else.
can you please submit this as feedback to dev team to create an SSO feature?