-
-
Notifications
You must be signed in to change notification settings - Fork 757
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Single Sign-on (SSO) #1342
Comments
Do you control all of the domains & servers? |
Yes. |
I've stumbled upon option of running my own OAuth server for local auth, but that seems quite complicated. This is not that uncommon scenario, aren't there any simpler solutions? |
I'm not certain what your exact requirements are, but maybe this gist will help with cross domain auth: https://gist.github.com/marshallswain/3c9e5b3b177b977468b5b711b6254f67 |
What ?I'm facing the same problem but with some difference: And ?I have a feathers js app and and others express-node js app. Architecture 👩💻 ?Apps are like: app1.domain.com Need your help please !Do you have some suggestion or recommandation for me please ? Thank very for time you spend to respond to this. |
I'm doing single sign on in a couple of apps. I can only recommend using the feathers-Auth0 adapter and turning most of the work over to Auth0 for this situation. It has been really refreshing to be able to focus on my apps instead of constantly revisiting auth. |
After heavy research, I'm still not sure what is the best way to implement Single Sign-on (SSO) with feathers.
Scenario:
There are few possible solutions, but none of them feels right:
Any thoughts?
The text was updated successfully, but these errors were encountered: