https://github.com/vikashchauhan51/openidconnectserver
OpenID Connect code sample containing SSOn/Out, reference tokens, custom grants and multi-tenancy.
https://github.com/vikashchauhan51/openidconnectserver
asp-net-core csharp dot-net-core-web-api idenitityserver openid-connect
Last synced: 3 months ago
JSON representation
OpenID Connect code sample containing SSOn/Out, reference tokens, custom grants and multi-tenancy.
- Host: GitHub
- URL: https://github.com/vikashchauhan51/openidconnectserver
- Owner: VikashChauhan51
- License: mit
- Created: 2022-12-24T07:30:54.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-17T13:02:10.000Z (6 months ago)
- Last Synced: 2025-01-05T17:26:12.056Z (5 months ago)
- Topics: asp-net-core, csharp, dot-net-core-web-api, idenitityserver, openid-connect
- Language: C#
- Homepage:
- Size: 975 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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.