An open API service indexing awesome lists of open source software.

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.

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.