Skip to content

liutianjun/implement-oidc-sso-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Implement SSO with OIDC Protocol

启动 OIDC provider

$ cd node-oidc-provider
$ npm install # 安装 node-oidc-provider 依赖
$ cd example
$ node express

启动两个 Web App

安装 http-server

$ npm install -g http-server

启动 http-server

$ http-server .

打开浏览器

访问 http://localhost:8080/app1.html

访问 http://localhost:8080/app2.html

About

Implement SSO with OIDC protocol.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages