Join Discord
Powered by
Hi, I was wondering is it possible to implement Mi...
# support-questions-legacy
j
joesim_
01/04/2024, 9:18 AM
Hi, I was wondering is it possible to implement Microsoft / Outlook SSO with supertoken? And if yes, where can I find some resources about that?
r
rp_st
01/04/2024, 9:31 AM
hey
@joesim_
it is possible. Checkout this:
https://supertokens.com/docs/thirdparty/common-customizations/sign-in-and-up/custom-providers
j
joesim_
01/04/2024, 9:40 AM
Thanks a lot. But there are no, lets say gists, code samples of different providers with some explanations, that could speed up this process?
r
rp_st
01/04/2024, 9:45 AM
well, we have a bunch of built in providers in our sdk
rp_st
01/04/2024, 9:45 AM
this is active directory for example:
https://github.com/supertokens/supertokens-node/blob/master/lib/ts/recipe/thirdparty/providers/activeDirectory.ts
rp_st
01/04/2024, 9:45 AM
but there are others too in the same folder
19
Views
Previous
Next