Skip to content

Instantly share code, notes, and snippets.

@leastprivilege
Last active July 31, 2020 17:34
Show Gist options
  • Save leastprivilege/a60b9651cada5b06a07117dd5005f6d9 to your computer and use it in GitHub Desktop.
Save leastprivilege/a60b9651cada5b06a07117dd5005f6d9 to your computer and use it in GitHub Desktop.
Link list for .NET community standup
ASP.NET Core API authorization docs
https://docs.microsoft.com/en-us/aspnet/core/security/authentication/identity-api-authorization?view=aspnetcore-3.0
IdentityServer4 docs
https://identityserver4.readthedocs.io/en/latest/
IdentityServer4 organization
https://github.com/IdentityServer
Main repo (contains middleware, test host, EF and ASP.NET Identity integration)
https://github.com/IdentityServer/IdentityServer4
Samples
https://github.com/IdentityServer/IdentityServer4/tree/master/samples
Access token validation handler (for both JWTs and reference tokens)
https://github.com/IdentityServer/IdentityServer4.AccessTokenValidation
Sample UI
https://github.com/IdentityServer/IdentityServer4.Quickstart.UI
dotnet CLI templates
https://github.com/IdentityServer/IdentityServer4.Templates
IdentityServer4 demo instance
https://demo.identityserver.io/
IdentityServer training and consulting
https://identityserver.io/training/
IdentityModel organization
https://github.com/IdentityModel
.NET standard client library
https://github.com/IdentityModel/IdentityModel
IdentityModel docs
https://identitymodel.readthedocs.io/en/latest/
ASP.NET Core client library
https://github.com/IdentityModel/IdentityModel.AspNetCore
Native apps client library
https://github.com/IdentityModel/IdentityModel.OidcClient2
https://github.com/IdentityModel/IdentityModel.OidcClient.Samples
JavaScript client library
https://github.com/IdentityModel/oidc-client-js
Sponsorship
https://www.patreon.com/identityserver
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment