Skip to content

Instantly share code, notes, and snippets.

@leastprivilege
Last active August 3, 2018 13:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save leastprivilege/7f10991b40cb67e2d316e55f0e117a7c to your computer and use it in GitHub Desktop.
Save leastprivilege/7f10991b40cb67e2d316e55f0e117a7c to your computer and use it in GitHub Desktop.
Cloning identity* repos
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
git clone -b dev https://github.com/IdentityServer/IdentityServer3.AspNetIdentity.git AspNetIdentity
git clone -b dev https://github.com/IdentityServer/IdentityServer3.WsFederation.git WsFederation
cd ..
md server4
cd server4
git clone -b dev https://github.com/IdentityServer/IdentityServer4.git IdentityServer4
git cloen -b dev https://github.com/IdentityServer/IdentityServer4.Storage.git Storage
git clone -b dev https://github.com/IdentityServer/IdentityServer4.Samples.git Samples
git clone -b dev https://github.com/IdentityServer/IdentityServer4.AccessTokenValidation.git AccessTokenValidation
git clone https://github.com/IdentityServer/IdentityServer4.WsFederation.git WsFederation
git clone https://github.com/IdentityServer/IdentityServer4.Templates.git Templates
git clone https://github.com/IdentityServer/CrossVersionIntegrationTests.git
git clone https://github.com/IdentityServer/IdentityServer4.Demo.git
git clone https://github.com/IdentityServer/IdentityServer4.Quickstart.UI.git UI
git clone https://github.com/IdentityServer/IdentityServer4.EntityFramework EntityFramework
git clone https://github.com/IdentityServer/IdentityServer4.EntityFramework.Storage EntityFramework.Storage
git clone https://github.com/IdentityServer/IdentityServer4.AspNetIdentity AspNetIdentity
cd ..
md model
cd model
git clone -b dev https://github.com/IdentityModel/IdentityModel2.git IdentityModel2
git clone -b dev https://github.com/IdentityModel/IdentityModel.AspNetCore.OAuth2Introspection.git AspNetCore.OAuth2Introspection
git clone -b dev https://github.com/IdentityModel/IdentityModel.OidcClient2 OidcClient2
git clone -b dev https://github.com/IdentityModel/IdentityModel.OidcClient.Samples OidcClient.Samples
git clone -b dev https://github.com/IdentityModel/oidc-client-js.git oidc-client-js
cd ..
md demos
cd demos
git clone https://github.com/leastprivilege/AspNetCoreSecuritySamples
git clone https://github.com/leastprivilege/IdentityServer4Demo
git clone https://github.com/leastprivilege/IdentityServer4DeltaDemo
git clone https://github.com/leastprivilege/VariousSamples
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment