Angular-Core-IdentityServer
Using Angular (4+) with ASP.NET Core and IdentityServer4
File Explorer
Download Latest Version (.zip)- IdentityController.cs
- SampleDataController.cs
- ValuesController.cs
- launchSettings.json
- ApiApp.csproj
- appsettings.Development.json
- appsettings.json
- Program.cs
- Startup.cs
- app.e2e-spec.ts
- app.po.ts
- tsconfig.e2e.json
- configuration.service.ts
- counter.component.html
- counter.component.spec.ts
- counter.component.ts
- fetch-data.component.html
- fetch-data.component.ts
- home.component.html
- home.component.ts
- nav-menu.component.css
- nav-menu.component.html
- nav-menu.component.ts
- auth.service.ts
- unauthorized.component.html
- unauthorized.component.ts
- app.component.css
- app.component.html
- app.component.ts
- app.module.ts
- .gitkeep
- environment.prod.ts
- environment.ts
- index.html
- main.ts
- polyfills.ts
- styles.css
- test.ts
- tsconfig.app.json
- tsconfig.spec.json
- typings.d.ts
- .angular-cli.json
- .editorconfig
- .gitignore
- karma.conf.js
- package-lock.json
- package.json
- protractor.conf.js
- README.md
- tsconfig.json
- tslint.json
- ConfigurationController.cs
- IdentityController.cs
- SampleDataController.cs
- launchSettings.json
- Index.cshtml
- _Layout.cshtml
- Error.cshtml
- _ViewImports.cshtml
- _ViewStart.cshtml
- favicon.ico
- .gitignore
- appsettings.Development.json
- appsettings.json
- ClientApp.csproj
- Program.cs
- Startup.cs
- AccountController.cs
- HomeController.cs
- ManageController.cs
- 20171007184739_InitConfigration.cs
- 20171007184739_InitConfigration.Designer.cs
- 20180109123644_Configration21.cs
- 20180109123644_Configration21.Designer.cs
- 20181213121939_IDPackageUpdateDec2018Config.cs
- 20181213121939_IDPackageUpdateDec2018Config.Designer.cs
- ConfigurationDbContextModelSnapshot.cs
- 20171007184807_InitPersistedGrant.cs
- 20171007184807_InitPersistedGrant.Designer.cs
- 20180109123811_PersistedGrant21.cs
- 20180109123811_PersistedGrant21.Designer.cs
- 20181213122026_IDPackageUpdateDec2018Persited.cs
- 20181213122026_IDPackageUpdateDec2018Persited.Designer.cs
- PersistedGrantDbContextModelSnapshot.cs
- IdentityServerDatabaseInitialization.cs
- 20171007184832_InitApplication.cs
- 20171007184832_InitApplication.Designer.cs
- ApplicationDbContextModelSnapshot.cs
- ApplicationDbContext.cs
- EmailSenderExtensions.cs
- UrlHelperExtensions.cs
- ExternalLoginViewModel.cs
- ForgotPasswordViewModel.cs
- LoginViewModel.cs
- LoginWith2faViewModel.cs
- LoginWithRecoveryCodeViewModel.cs
- RegisterViewModel.cs
- ResetPasswordViewModel.cs
- ChangePasswordViewModel.cs
- EnableAuthenticatorViewModel.cs
- ExternalLoginsViewModel.cs
- GenerateRecoveryCodesViewModel.cs
- IndexViewModel.cs
- RemoveLoginViewModel.cs
- SetPasswordViewModel.cs
- TwoFactorAuthenticationViewModel.cs
- ApplicationUser.cs
- launchSettings.json
- AccountOptions.cs
- AccountService.cs
- LoggedOutViewModel.cs
- LogoutInputModel.cs
- LogoutViewModel.cs
- ConsentController.cs
- ConsentInputModel.cs
- ConsentOptions.cs
- ConsentService.cs
- ConsentViewModel.cs
- ProcessConsentResult.cs
- ScopeViewModel.cs
- GrantsController.cs
- GrantsViewModel.cs
- ErrorViewModel.cs
- SecurityHeadersAttribute.cs
- EmailSender.cs
- IEmailSender.cs
- ISmsSender.cs
- MessageServices.cs
- AccessDenied.cshtml
- ConfirmEmail.cshtml
- ExternalLogin.cshtml
- ForgotPassword.cshtml
- ForgotPasswordConfirmation.cshtml
- Lockout.cshtml
- LoggedOut.cshtml
- Login.cshtml
- LoginWith2fa.cshtml
- LoginWithRecoveryCode.cshtml
- Logout.cshtml
- Register.cshtml
- ResetPassword.cshtml
- ResetPasswordConfirmation.cshtml
- SignedOut.cshtml
- _ScopeListItem.cshtml
- Index.cshtml
- Index.cshtml
- About.cshtml
- Contact.cshtml
- Index.cshtml
- _Layout.cshtml
- _ManageNav.cshtml
- _StatusMessage.cshtml
- _ViewImports.cshtml
- ChangePassword.cshtml
- Disable2fa.cshtml
- EnableAuthenticator.cshtml
- ExternalLogins.cshtml
- GenerateRecoveryCodes.cshtml
- Index.cshtml
- ManageNavPages.cs
- ResetAuthenticator.cshtml
- SetPassword.cshtml
- TwoFactorAuthentication.cshtml
- _Layout.cshtml
- _LoginPartial.cshtml
- _ValidationScriptsPartial.cshtml
- _ValidationSummary.cshtml
- Error.cshtml
- _ViewImports.cshtml
- _ViewStart.cshtml
- site.css
- site.min.css
- banner1.svg
- banner2.svg
- banner3.svg
- banner4.svg
- signout-redirect.js
- site.js
- site.min.js
- bootstrap.css
- bootstrap.css.map
- bootstrap.min.css
- bootstrap-theme.css
- bootstrap-theme.css.map
- bootstrap-theme.min.css
- bootstrap-theme.min.css.map
- bootstrap.css
- bootstrap.css.map
- bootstrap.min.css
- bootstrap.min.css.map
- glyphicons-halflings-regular.eot
- glyphicons-halflings-regular.svg
- glyphicons-halflings-regular.ttf
- glyphicons-halflings-regular.woff
- glyphicons-halflings-regular.woff2
- bootstrap.js
- bootstrap.min.js
- npm.js
- glyphicons-halflings-regular.eot
- glyphicons-halflings-regular.svg
- glyphicons-halflings-regular.ttf
- glyphicons-halflings-regular.woff
- glyphicons-halflings-regular.woff2
- bootstrap.js
- bootstrap.min.js
- .bower.json
- LICENSE
- jquery.js
- jquery.min.js
- jquery.min.map
- .bower.json
- jquery.js
- jquery.min.js
- jquery.min.map
- LICENSE.txt
- additional-methods.js
- additional-methods.min.js
- jquery.validate.js
- jquery.validate.min.js
- .bower.json
- LICENSE.md
- .bower.json
- jquery.validate.unobtrusive.js
- jquery.validate.unobtrusive.min.js
- _references.js
- favicon.ico
- icon.jpg
- icon.png
- .bowerrc
- appsettings.Development.json
- appsettings.json
- bower.json
- bundleconfig.json
- Config.cs
- IdentityApp.csproj
- Program.cs
- Startup.cs
- tempkey.rsa
- .gitignore
- Angular-Core-IdentityServer.sln
- LICENSE
- README.md
# Installation Guide
1. Get the code
git clone https://github.com/elanderson/Angular-Core-IdentityServer
Downloads the entire project code from GitHub to your computer.
cd Angular-Core-IdentityServer
Moves into the project folder you just downloaded.
2. .NET
Medium RecommendedPrerequisites
dotnet restore
Downloads the packages the project depends on.
dotnet run
Builds the project and runs it immediately.
After dotnet run, check the message or address shown in the terminal.
3. Node.js
EasyPrerequisites
β οΈ This is a large repository, so this method may point to an internal sub-package rather than the actual core product. Check the full README as well.
cd ClientApp/ClientApp
This project's files live in a subfolder, so move into it first.
npm install
Downloads and installs the libraries listed in package.json.
npm start
Starts the development/run server.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
// repository documentation
Was this content helpful?
(0 ratings)
