Skip to content

Sample project - two ASP.NET core web applications shares same token generated from Identity Server 4.

License

Notifications You must be signed in to change notification settings

WinLwinOoNet/identity-server-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Identity Example (Single Sign-On)

Sample project - two ASP.NET core web applications share same token generated from Identity Server 4.

Requirement: Visual Studio 2017

Run All Three Applications

Launch all three applications - Web Application, Web Service and Identity Server.

Run All Three Applications

Web Application

If anonymous user browses a password protected page, s/he will be redirected to Identity Server.

Web Application

Login at Identity Server

After successful login, user is redirected back to the web application with authentication token.

Login at Identity Server

Request data from API using Token

Web application can now access web service using same token generated by Identity Server.

Request data from API using Token

About

Sample project - two ASP.NET core web applications shares same token generated from Identity Server 4.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages