66 Commits (e583b37fd7c4c856dd4a2d12fd3c4f68d5f85bd2)

Author SHA1 Message Date
maliming 6bd43caee5
Enable `Central Package Management`. 3 years ago
maliming 15e29c39d7 Upgrade depended NuGet packages to the latest versions. 3 years ago
maliming ca23540e5b Upgrade abp to NET 8.0. 3 years ago
liangshiwei 96febd9fdf Enable nullable annotations for Volo.Abp.Http.* packages 3 years ago
maliming a5da9b9c1e
Update CLI device login text. 3 years ago
maliming f6a853caa4
Also add `net7.0` as target framework. 3 years ago
maliming bc6db16009
Use multiple `netstandard` target frameworks. 3 years ago
Yunus Emre Kalkan ada233f4b7 Add analyze & Package files to framework 3 years ago
maliming b1eef4dcbd
Use `TimeSpan.FromSeconds(5)` instead of zero. 3 years ago
maliming 14d1bbc877
Introduce `IAbpHostEnvironment` and reduce cache durations for development environment 3 years ago
Galip Tolga Erdem 2e42064137 Update IdentityClientConfiguration.cs 4 years ago
Galip Tolga Erdem 6706499fa3 Added policy options for document discovery 4 years ago
maliming 981722023a
Upgrade IdentityModel to 6.0. 4 years ago
maliming 576ab7b950
Add device login flow to CLI. 4 years ago
Ahmet Çotur 9c3b340675 convert file-scoped namespacing for framework 4 years ago
Alper Ebicoglu 3ea4d9988e remove bom from text files. closes #10189 5 years ago
maliming 09177fcaa0 Add tenant info to IdentityClients. 5 years ago
yinchang0626 e0dc92b3c8 resolve #9112 and #9102 5 years ago
maliming 0c5d1a13e1 Upgrade nuget packages of framework and templates.. 5 years ago
maliming 9ef3d82a09 Update packages to latest 5 years ago
maliming 7e903faa57 Introduce Directory.Build.props. 5 years ago
maliming fb16b00652 Upgrade to net 5 final. 6 years ago
maliming ab7ab2dcb3 Update package to net 5 RC 2. 6 years ago
maliming 6e4035b004 Upgrade ms packages to 3.1.8. 6 years ago
maliming cf885b92c4 Use netstandard for class library & blazor. 6 years ago
maliming 6e79efce2c Upgrade TargetFramework/packages to net5.0 RC. 6 years ago
maliming 2eb0913378 Use integer instead of double. 6 years ago
maliming 1f72c489a4
Update Volo.Abp.IdentityModel.csproj 6 years ago
maliming df8ad3bcbc
Update Volo.Abp.IdentityModel.csproj 6 years ago
maliming 48f7b609aa Upgrade all AspNetCore/MsExtensions related packages to 3.1.6. 6 years ago
maliming c5bfdb7053 Add CacheAbsoluteExpiration to IdentityClientConfiguration. 6 years ago
maliming c509499ac4 Cache Identity Server discover document. 6 years ago
maliming a1ca5979f8 Cache the AccessToken in IdentityModelAuthenticationService. 6 years ago
maliming 8acda7f09f Solve that IdentityModelHttpRequestMessageOptions is not configured. 6 years ago
maliming f0ed618736 Upgrade framework packages. 6 years ago
maliming f3fe8d95b8 Configure IdentityModel request message & configure all http clients. 6 years ago
Halil İbrahim Kalkan 7f02584315 Dispose HttpClient 6 years ago
maliming b2220b60be
Update IdentityModelAuthenticationService.cs 6 years ago
liangshiwei 7391aeb0cf Use named httpclient 6 years ago
liangshiwei 6917e57881 Support multi-tenancy 6 years ago
Alper Ebicoglu 8c917e390e Show actual exception message from Identity Server . Issue volosoft/volo#1533 6 years ago
maliming bb4688b786 Upgrade Microsoft.* package to 3.12. 6 years ago
İsmail ÇAĞDAŞ 48e7fc0e63 downgrade Microsoft.Extensions.Http to 3.1.0 6 years ago
Halil İbrahim Kalkan d19577edd3 AddHttpClient for the AbpIdentityModelModule. 6 years ago
Necati Meral 60c2dfd779 Using `IHttpClientFactory` to create `HttpClient`s 6 years ago
maliming 8c48c8cf97 Fix build errors. 6 years ago
Halil İbrahim Kalkan 23e6018278 Renamed Volo.Abp.Http.Client.IdentityModel.Relay to Volo.Abp.Http.Client.IdentityModel.Web. Also fixed depending projects. 6 years ago
maliming 38e2c72121
Revert "Use `IHttpClientFactory` instead of manually creating a `HttpClient`" 6 years ago
Necati Meral dbd1756c20 Using `IHttpClientFactory` instead of manually creating a `HttpClient` instance 6 years ago
maliming 174e25b0be Remove ConfigureAwait of async method. 6 years ago