It's posible to implement passport-saml library in NextJS? #885
Replies: 1 comment
-
Full disclosure: I have no idea what Next.JS is, but out of curiosity: IMHO proper place to start digging existing solution for your use case would be to look for solutions which combine Next.JS and Passport.JS i.e. question is: https://www.google.com/search?q=next.js+passport From the search results few promising links:
and while reading e.g. above pages think about passport-saml passport strategy to places where they use some other passport strategies. Auth0 blog's solution seems to use some legacy mode of next.js to use vanilla passport strategy while two other links - along with examples from next.js repository - seems to use some edit: added one more link |
Beta Was this translation helpful? Give feedback.
-
Anyone have implemented this library with Nextjs instead express?
Currently I have a expressJS server who is responsible to redirect to the SSO page.
I have something like this and works perfect in expressJS as backend and react for frontend:
There's any recommendation about how can I do the same in next? or I'm just misunderstanding the functionality of both tools?
Thanks a lot!
Beta Was this translation helpful? Give feedback.
All reactions