IdentityServer4-Example
Example IdentityServer4 & Duende IdentityServer implementation.
File Explorer
Download Latest Version (.zip)- WeatherForecastController.cs
- launchSettings.json
- API.csproj
- Program.cs
- Startup.cs
- WeatherForecast.cs
- HomeController.cs
- launchSettings.json
- Index.cshtml
- Privacy.cshtml
- _Layout.cshtml
- _ViewImports.cshtml
- _ViewStart.cshtml
- bootstrap.min.css
- site.css
- bootstrap.bundle.min.js
- jquery.min.js
- favicon.ico
- Client.csproj
- Program.cs
- Startup.cs
- 20210828205020_InitialIdentityServerMigration.cs
- 20210828205020_InitialIdentityServerMigration.Designer.cs
- ApplicationDbContextModelSnapshot.cs
- 20210828204649_InitialIdentityServerMigration.cs
- 20210828204649_InitialIdentityServerMigration.Designer.cs
- ConfigurationDbContextModelSnapshot.cs
- 20210828204642_InitialIdentityServerMigration.cs
- 20210828204642_InitialIdentityServerMigration.Designer.cs
- PersistedGrantDbContextModelSnapshot.cs
- launchSettings.json
- AccountController.cs
- AccountOptions.cs
- ExternalController.cs
- ExternalProvider.cs
- LoggedOutViewModel.cs
- LoginInputModel.cs
- LoginViewModel.cs
- LogoutInputModel.cs
- LogoutViewModel.cs
- RedirectViewModel.cs
- ConsentController.cs
- ConsentInputModel.cs
- ConsentOptions.cs
- ConsentViewModel.cs
- ProcessConsentResult.cs
- ResourceViewModel.cs
- ScopeViewModel.cs
- DeviceAuthorizationInputModel.cs
- DeviceAuthorizationViewModel.cs
- DeviceController.cs
- DiagnosticsController.cs
- DiagnosticsViewModel.cs
- GrantsController.cs
- GrantsViewModel.cs
- ErrorViewModel.cs
- HomeController.cs
- Extensions.cs
- SecurityHeadersAttribute.cs
- TestUsers.cs
- AccessDenied.cshtml
- LoggedOut.cshtml
- Login.cshtml
- Logout.cshtml
- Index.cshtml
- Success.cshtml
- UserCodeCapture.cshtml
- UserCodeConfirmation.cshtml
- Index.cshtml
- Index.cshtml
- Index.cshtml
- _Layout.cshtml
- _Nav.cshtml
- _ScopeListItem.cshtml
- _ValidationSummary.cshtml
- Error.cshtml
- Redirect.cshtml
- _ViewImports.cshtml
- _ViewStart.cshtml
- bootstrap-glyphicons.min.css
- bootstrap.min.css
- site.min.css
- glyphicons-halflings-regular.eot
- glyphicons-halflings-regular.svg
- glyphicons-halflings-regular.ttf
- glyphicons-halflings-regular.woff
- glyphicons-halflings-regular.woff2
- bootstrap.bundle.min.js
- jquery.slim.min.js
- signin-redirect.js
- signout-redirect.js
- duende-logo.svg
- favicon.ico
- ApplicationDbContext.cs
- Config.cs
- IdentityProvider.csproj
- Program.cs
- Startup.cs
- .gitignore
- LICENSE
- README.md
- ScottBrady91.IdentityServer4.Example.sln
# Installation Guide
1. Get the code
git clone https://github.com/scottbrady91/IdentityServer4-Example
Downloads the entire project code from GitHub to your computer.
cd IdentityServer4-Example
Moves into the project folder you just downloaded.
2. .NET
Medium RecommendedPrerequisites
cd API
This project's files live in a subfolder, so move into it first.
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.
// repository documentation
Was this content helpful?
(0 ratings)
