151 Commits (831a5b988a8181c1e655485a4a3a3d221a035220)

Author SHA1 Message Date
Kévin Chalet 831a5b988a Port the sign-in integration tests 6 years ago
Kévin Chalet 43beb64877 Port the end session endpoint integration tests 6 years ago
Kévin Chalet a2c65979f8 Port the userinfo integration tests and re-enable POST support 6 years ago
Kévin Chalet 0214951ffc Port the revocation endpoint tests and disable GET support 6 years ago
Kévin Chalet 2e5a44f57a Port the introspection endpoint tests and enable basic authentication support 6 years ago
Kévin Chalet 6a3afb52c4 Make the supported code_challenge_methods configurable via advanced options and disable plain by default 6 years ago
Kévin Chalet a25907cd52 Automatically map the scope/azp access token claims to their OpenIddict private claims equivalents 6 years ago
Kévin Chalet c61f22f589 Port the authentication integration tests 6 years ago
Kévin Chalet eb35cbefb7 Port the token endpoint integration tests 6 years ago
Kévin Chalet 5361c66be1 Add integration tests for the authorization endpoint 6 years ago
Kévin Chalet a6e5cc827b Remove OpenIddictServerJsonWebTokenHandler and OpenIddictValidationJsonWebTokenHandler 7 years ago
Kévin Chalet d5e449d065 Update the token validation logic to validate JWT tokens only once, independently of their actual type 7 years ago
IgorHrabrov 80b7f21a0f Introduce new unit tests in OpenIddictExtensionsTests 7 years ago
IgorHrabrov 311d9ca5a4 Port the AspNet.Security.OpenIdConnect.Extensions tests 7 years ago
Kévin Chalet bef913d002 Replace JSON.NET by System.Text.Json, store cached requests as JWE/JWS payloads and set the typ header of JWT tokens 7 years ago
Kévin Chalet ac96bbcf09 Update the OpenIddict extensions to use ImmutableArray instead of ImmutableHashSet 7 years ago
IgorHrabrov ee2e139ae5 Port the AspNet.Security.OpenIdConnect.Primitives tests 7 years ago
Kévin Chalet 092097a57c Cross-compile the EF Core stores to support EF Core 2.x on .NET Standard 2.0 7 years ago
Kévin Chalet edf371fd9e Cross-compile the ASP.NET Core hosts to support ASP.NET Core 2.x on .NET Framework/.NET Core 2.1 7 years ago
Kévin Chalet 32a51c026b
Replace the static caches used in the EF 6/EF Core/NHibernate caches by private singleton caches injected via DI 7 years ago
Kévin Chalet 9ee38c0efb
Introduce the first experimental OpenIddict 3.0 bits and move the build infrastructure to Arcade 7 years ago
Kévin Chalet 8ff0e97586
Add a new option allowing to make PKCE mandatory 7 years ago
Kévin Chalet 14c229d2ce
Introduce NHibernate 5.x stores 7 years ago
Kévin Chalet ecd6bab19d
Remove the .Internal namespace and make the pubternal types public or internal 7 years ago
Akhan Zhakiyanov 002eeb8dd3 Update validation log message for applications without logout permission 7 years ago
Kévin Chalet e1a7832a6c Update OpenIddictMvcConfiguration to use BindingSourceMetadataProvider 8 years ago
Kévin Chalet d668c82d8b Use SuppressChildValidationMetadataProvider to exclude OpenIdConnectRequest/OpenIdConnectResponse from child validation 8 years ago
Kévin Chalet 313a4a92ec Update OpenIddictValidationConfiguration to validate the default sign-in/out schemes and ensure they don't point to the OpenIddict validation handler 8 years ago
Kévin Chalet 2bbd153f40 Update OpenIddictServerConfiguration to validate the default schemes and ensure they don't point to the OpenIddict server handler 8 years ago
Kévin Chalet e7c4942777 Move the scope permissions validation logic to ensure it also applies to public clients 8 years ago
Kévin Chalet 041a83847a Introduce AuthenticationTicket extensions and move the EntityFramework/EntityFrameworkCore extensions to a better namespace 8 years ago
Kévin Chalet 76a7e32a8a Remove obsolete unit tests 8 years ago
Kévin Chalet d7de292d93 Update OpenIddictMongoDbContext to dispose of the private semaphore 8 years ago
Kévin Chalet 55f358689c Introduce built-in entity caching support in the managers and allow disabling the additional checks 8 years ago
Kévin Chalet 84055f634c Move the handlers registration logic to OpenIddictServerConfiguration/OpenIddictValidationConfiguration 8 years ago
Kévin Chalet 978c398d7d Introduce new constants 8 years ago
Kévin Chalet 9a06891507 Tweak the events model to force user-defined handlers to explicitly determine whether other handlers can be invoked 8 years ago
Kévin Chalet aa79131335 Introduce OpenIddictServerBuilder.SetRequestCachingPolicy() 8 years ago
Kévin Chalet 0f89f638eb Introduce new FindAsync methods in OpenIddictTokenManager/IOpenIddictTokenStore 8 years ago
Kévin Chalet 769fdefab6 Introduce a new OpenIddictMongoDbOptions.DisableInitialization option 8 years ago
Kévin Chalet c7650f8dd6 Update the MongoDB C# driver to 2.7.0 8 years ago
Kévin Chalet 4d8e458df5 Update documentation and move the MVC binder/binder provider to an .Internal namespace 8 years ago
Kévin Chalet bbf4c42057 Move the server and validation components to an .Internal namespace 8 years ago
Kévin Chalet ab34bdae2e Update AddServer()/AddValidation() to throw an exception when the OpenID Connect server/OAuth validation handler are already registered and to prevent custom providers 8 years ago
Kévin Chalet a65deb4463 Update OpenIddictServerBuilder to allow calling SetAccessTokenLifetime/SetAuthorizationCodeLifetime/SetIdentityTokenLifetime/SetRefreshTokenLifetime with null values 8 years ago
Kévin Chalet 5a37afb116 Move the OpenIddict entities mappings to separate IEntityTypeConfiguration instances 8 years ago
Kévin Chalet 7cf18dc1ea Add unit tests for the MongoDB stores resolvers 8 years ago
Kévin Chalet e62f10b876 Update OpenIddictMongoDbContext to use SemaphoreSlim to avoid multiple executions of the initialization routine 8 years ago
Kévin Chalet b5c9798e17 Introduce new unit tests for the core/server/validation builders and extensions 8 years ago
Kévin Chalet 061f03fc9d Update the validation handler to validate the token status in DecryptToken() 8 years ago