https://supertokens.com/ logo
r

rp

03/07/2022, 8:36 AM
It should be possible via custom Third party provider login. Here is something that works with active directory (if that's what you are looking for): https://github.com/supertokens/supertokens-node/blob/master/lib/ts/recipe/thirdparty/providers/activeDirectory.ts the reason it's commented out is cause it doesn't support multi tenant AD integration, but would work fine with just a single tenant. Is this what you were looking for?