Welcome to OGeek Q&A Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
97 views
in Technique[技术] by (71.8m points)

node.js - How to Create global session for SSO in Node js

I am trying to make SSO in my application and I search a lot about SSO and in the end, what I conclude is to create a global session auth them and then create a local session. I know how to create a local session but I don't know how to create a global session.

My one application is on vue and another is on angular. A domain like for vue abc.com/vue and abc.com/angular.

So what I want if the user login in any one of them then in another application user automatic authenticate that's was SSO means.

My problem how can I create a global session for both applications.

I used Express as my authentication server (Single Authentication Server).

Please Sorry if I write something weird.

In a simple word, I want SSO in my application

question from:https://stackoverflow.com/questions/66068035/how-to-create-global-session-for-sso-in-node-js

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Reply

0 votes
by (71.8m points)
Waitting for answers

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
OGeek|极客中国-欢迎来到极客的世界,一个免费开放的程序员编程交流平台!开放,进步,分享!让技术改变生活,让极客改变未来! Welcome to OGeek Q&A Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...