Hey team , how do other systems(3rd party ) integrate with supertokens ? So , I am using Supertokens...
t
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 ?
r
hey @Tushar we recommend using another solution alongside supertokens. For example, you could checkout ory hydra or authlete. Here is an exmaple integration of supertokens with authlete: https://github.com/zamd/authlete-supertokens and https://github.com/zamd/authlete-react-sample
t
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
not really. If the third party wants to be able to login with your app, it would have to be done this way
3 Views