#MMWT

1 messages · Page 1 of 1 (latest)

feral pantherBOT
blazing coral
#

👋 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

languid swan
#

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

blazing coral
#

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

languid swan
#

So, I would have to ask them for an email address

#

Why you don't recommend it?

blazing coral
#

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

languid swan
#

okay, but that doesn't mean it will cause problems?

blazing coral
#

It will cause problems, so don't do this

languid swan
#

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?

random hollow
#

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

languid swan
#

okay appreciate it. We will not do this for login and will think of something else.

languid swan
#

can you please submit this as feedback to dev team to create an SSO feature?