This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
I am fed up with alphas, betas and release candidates - especially since they don't mean anything anymore. | |
Here's my naming scheme for pre-releases. Slàinte! | |
aberfeldy | |
aberlour | |
ardbeg | |
ardmore | |
arran | |
aultmore |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
md identity | |
cd identity | |
md server3 | |
cd server3 | |
git clone -b dev https://github.com/IdentityServer/IdentityServer3.git IdentityServer3 | |
git clone -b dev https://github.com/IdentityServer/IdentityServer3.AccessTokenValidation.git AccessTokenValidation | |
git clone -b dev https://github.com/IdentityServer/IdentityServer3.Samples.git Samples | |
git clone -b dev https://github.com/IdentityServer/IdentityServer3.EntityFramework.git EntityFramework |