Skip to content

OpenID Connect code sample containing SSOn/Out, reference tokens, custom grants and multi-tenancy.

License

Notifications You must be signed in to change notification settings

VikashChauhan51/OpenIDConnectServer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

OpenIDConnectServer

OpenID Connect code sample containing SSOn/Out, reference tokens, custom grants and multi-tenancy.

Steps:

  • cd to src directory.
  • Run dotnet new --install Duende.IdentityServer.Templates command to install Duende project templates CLI.
  • Run dotnet new isinmem -n IdentityServer.IDP command to create new identity project.
  • Run dotnet new sln -n IdentityServer command to create empty solution.
  • Open solution file and add project into it.

About

OpenID Connect code sample containing SSOn/Out, reference tokens, custom grants and multi-tenancy.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published