69 Commits (3fc3bc14c5b8db23dcaa0c2850c921348ea178a3)

Author SHA1 Message Date
maliming 5fcf2659be Make AbpResourceOwnerPasswordValidator return detailed reason. 7 years ago
maliming 174e25b0be Remove ConfigureAwait of async method. 7 years ago
maliming a2e3f30c44 Add configureawait.props & FodyWeavers.xml & FodyWeavers.xsd. 7 years ago
Halil İbrahim Kalkan 625632ed94 Resolved #2607: Renamed ValidationHandler to ValidationHelper. 7 years ago
Halil İbrahim Kalkan 42f80ecdbb Add missing AbpBackgroundWorkersModule dependency. 7 years ago
Halil İbrahim Kalkan cc9ea5983c Add TokenCleanupBackgroundWorker to the BackgroundWorkerManager. 7 years ago
Halil İbrahim Kalkan c1f02ba066 Implemented TokenCleanupService 7 years ago
Halil İbrahim Kalkan 5ec0362dd1 Complete the DeviceFlowStore 7 years ago
Halil İbrahim Kalkan bbb689cd7b Add initial 7 years ago
Halil İbrahim Kalkan a022b003a7 Rename ClientAutoMapperProfile to IdentityServerAutoMapperProfile and move to the Volo.Abp.IdentityServer namespace 7 years ago
Halil İbrahim Kalkan df7c5f61cb Added DeviceFlowCodes and related classes. 7 years ago
Javier Campos 9422a254ba feat: add ConfigureAwait(false) to all await calls 7 years ago
Mehmet Tüken 2b19e859a1 bump IdentityServer4 and IdentityServer4.AspNetIdentity 3.0.0 to 3.0.2 7 years ago
maliming ed4f8bb282 Upgrade frameworks & modules & samples to asp net core 3.1. 7 years ago
Halil İbrahim Kalkan c80de66b4f Add option to call AddDeveloperSigningCredential 7 years ago
Halil İbrahim Kalkan 10313cf02c Add setters for DbTablePrefix and DbSchema 7 years ago
Halil İbrahim Kalkan a18becca11 Revisit db table prefixes for identityserver 7 years ago
maliming 4c1e36f81d Use Contextualized mappers on all modules 7 years ago
Halil İbrahim Kalkan 72847a3277 PersistedGrantStore should not set protected Entity.Id 7 years ago
Yunus Emre Kalkan 00b0aa6b36 added CheckClientIdExistAsync to IClientRepository 7 years ago
Yunus Emre Kalkan 6b930565bc added missing cancellationTokens 7 years ago
Yunus Emre Kalkan b46ce09a1a Update IdentityResourceDataSeeder.cs 7 years ago
Yunus Emre Kalkan 80d9105d2e added CheckNameExistAsync methods to api and identity resources 7 years ago
Halil İbrahim Kalkan 29cb4a676b Uppgrade identityserver module to .net core 3.0 7 years ago
maliming 216a40eea6 Replace the email with the username before using the Identity methods. 7 years ago
Halil İbrahim Kalkan 08837f1fba IdentityModelAuthenticationService support custom parameters 7 years ago
Halil İbrahim Kalkan 55509a0d8c Revisit GetAdditionalClaimsOrNull method of AbpResourceOwnerPasswordValidator 7 years ago
maliming 64f9956d8d Upgrade to IdentityServer 2.5.2 7 years ago
maliming c823e41a99 Resolve #1512 AbpResourceOwnerPasswordValidator support custom claims. 7 years ago
Fisher Joe eb0ba2ede1 #1332 Move connection string names to constants for modules. done! 7 years ago
Halil ibrahim Kalkan 843ccb3db2 Use new IDS4 API for IdentityModelAuthenticationService. 7 years ago
maliming 6edb87bd3f Fix #1127 the problem of PersistedGrantStore's StoreAsync update entity. 7 years ago
Halil ibrahim Kalkan 8a7aebaebc Run domain layer tests on EF core integration. 7 years ago
Halil ibrahim Kalkan 2de21f72d6 Inherit aggregate roots from FullAuditedAggregateRoot 7 years ago
Halil ibrahim Kalkan e29a657ae3 Add Volo.Abp.Caching reference to Volo.Abp.IdentityServer.Domain 8 years ago
Halil ibrahim Kalkan d31893a709 Resolved #826: Implement IdentityServer Cors Policy Service. 8 years ago
Yunus Emre Kalkan 1a7eaea886 identity server repositories: Removed GetTotalCount 8 years ago
Halil ibrahim Kalkan d6402bb805 Added IClientRepository.GetAllDistinctAllowedCorsOriginsAsync. Added missing tests. 8 years ago
Halil ibrahim Kalkan 000b619c56 Resolved #757: IdentityServer module should work with inmemory stores if data access layer is not added 8 years ago
Yunus Emre Kalkan 2bf8c5ba3d Identityserver apiscope fixes 8 years ago
Halil ibrahim Kalkan 5820c4e2c8 IdentityResourceDataSeeder should also add role identity resource. 8 years ago
Halil ibrahim Kalkan d0dcccc95b Refactored identity module 8 years ago
Halil ibrahim Kalkan e5915ed499 Created IdentityResourceDataSeeder 8 years ago
Yunus Emre Kalkan 1e643381c3 identity server apiresource refactor 8 years ago
Yunus Emre Kalkan c132d46968 identity server identityresource refactor 8 years ago
Yunus Emre Kalkan 1a3f20b59b identity server clients refactor 8 years ago
Yunus Emre Kalkan a75d48767c Update Client.cs 8 years ago
Halil ibrahim Kalkan 20ae2c5633 IdentityServer Client improvements 8 years ago
Yunus Emre Kalkan 589b0fa39f Resolved #450 : Use Configure instead of context.Services.Configure in module classes 8 years ago
Yunus Emre Kalkan c130f1fb45 removed redundant parameters in Client.cs 8 years ago