IdentityServer4.Contrib.MongoDB
MongoDB persistence layer for IdentityServer4
파일 탐색기
최종 버전 다운로드 (.zip)- Clients.cs
- Resources.cs
- ExtensionGrantValidator.cs
- NoSubjectExtensionGrantValidator.cs
- launchSettings.json
- AccountController.cs
- AccountOptions.cs
- AccountService.cs
- ExternalProvider.cs
- LoggedOutViewModel.cs
- LoginInputModel.cs
- LoginViewModel.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
- HomeController.cs
- SecurityHeadersAttribute.cs
- TestUsers.cs
- LoggedOut.cshtml
- Login.cshtml
- Logout.cshtml
- _ScopeListItem.cshtml
- Index.cshtml
- Index.cshtml
- Index.cshtml
- _Layout.cshtml
- _ValidationSummary.cshtml
- Error.cshtml
- _ViewImports.cshtml
- _ViewStart.cshtml
- site.css
- site.less
- site.min.css
- signout-redirect.js
- bootstrap.css
- bootstrap.css.map
- bootstrap.min.css
- 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
- jquery.js
- jquery.min.js
- jquery.min.map
- favicon.ico
- icon.jpg
- icon.png
- appsettings.json
- Host.csproj
- Program.cs
- Startup.cs
- web.config
- MongoDBConfiguration.cs
- ConfigurationDbContext.cs
- MongoDBContextBase.cs
- PersistedGrantDbContext.cs
- ApiResource.cs
- ApiResourceClaim.cs
- ApiScope.cs
- ApiScopeClaim.cs
- ApiSecret.cs
- Client.cs
- ClientClaim.cs
- ClientCorsOrigin.cs
- ClientGrantType.cs
- ClientIdPRestriction.cs
- ClientPostLogoutRedirectUri.cs
- ClientProperty.cs
- ClientRedirectUri.cs
- ClientScope.cs
- ClientSecret.cs
- IdentityClaim.cs
- IdentityResource.cs
- PersistedGrant.cs
- Secret.cs
- UserClaim.cs
- IdentityServerMongoDBBuilderExtensions.cs
- IConfigurationDbContext.cs
- IPersistedGrantDbContext.cs
- ApiResourceMapperProfile.cs
- ApiResourceMappers.cs
- ApiScopeMapperProfile.cs
- ApiScopeMappers.cs
- ClientMapperProfile.cs
- ClientMappers.cs
- IdentityResourceMapperProfile.cs
- IdentityResourceMappers.cs
- PersistedGrantMapperProfile.cs
- PersistedGrantMappers.cs
- TokenCleanupOptions.cs
- AssemblyInfo.cs
- CorsPolicyService.cs
- ClientStore.cs
- PersistedGrantStore.cs
- ResourceStore.cs
- Constants.cs
- IdentityServer4.MongoDB.csproj
- TokenCleanup.cs
- TokenCleanupService.cs
- ApiResourceMappersTest.cs
- ApiScopeMappersTest.cs
- ClientMappersTest.cs
- IdentityResourceMappersTest.cs
- IdentityServer4.Tests.MongoDB.csproj
- packages.config
- .editorconfig
- .gitignore
- appveyor.yml
- build.cake
- build.ps1
- build.sh
- global.json
- IdentityServer4.MongoDB.sln
- LICENSE
- README.md
- UPDATE.md
# 설치 가이드
1. 코드 내려받기
git clone https://github.com/diogodamiani/IdentityServer4.Contrib.MongoDB
깃허브에서 프로젝트 코드 전체를 내 컴퓨터로 내려받습니다.
cd IdentityServer4.Contrib.MongoDB
방금 내려받은 프로젝트 폴더 안으로 이동합니다.
// repository documentation
Was this content helpful?
(0 ratings)
