Hey team , how do other systems(3rd party ) integrate with supertokens ?
So , I am using Supertokens for all my internal apps hence Supertoken is acting as source of truth for all the users and roles.
Now , there is a 3rd party service I am using which needs to interact with Supertokens for user-info . Since Supertokens is not an Oauth/Saml provider , there is no Oauth/Saml endpoint I can share with my 3rd party vendor . How do you guys recommend authentication here ?
Thanks for sharing this , in my case I am using third party recipee with google for authentication .
Can I somehow leverage google's SAML/Oauth here where the third party can access Supertoken via Google's Oauth/saml flow .
r
rp_st
03/27/2024, 7:39 AM
not really. If the third party wants to be able to login with your app, it would have to be done this way
SuperTokens is an open source authentication solution offering features like: Different types of login: Email / password, Passwordless (OTP or Magic link based).