Kévin Chalet
|
8488dd4f81
|
Introduce the ability to specify multiple callback URLs (redirect_uri and post_logout_redirect_uri)
|
9 years ago |
Kévin Chalet
|
6b97606d0f
|
Introduce a new option allowing to configure the registered scopes
|
9 years ago |
Kévin Chalet
|
5e7a5c103b
|
Port OpenIddict to the new ASP.NET Core 2.0 authentication stack
|
9 years ago |
Kévin Chalet
|
e01bf880e5
|
Update the Mvc.Server sample to show how the default encrypted token format can be replaced by JWT
|
9 years ago |
Kévin Chalet
|
55a87bf989
|
React to behavior changes in aspnet-contrib/AspNet.Security.OpenIdConnect.Server
067531583a
|
9 years ago |
Kévin Chalet
|
e82baf9fab
|
React to API changes in aspnet-contrib/AspNet.Security.OAuth.Extensions
ca2c9ff06c
|
9 years ago |
Kévin Chalet
|
e36a80bc14
|
Adhere to the ASP.NET team coding style guidelines
|
9 years ago |
Kévin Chalet
|
ea08d4d894
|
Relax the default signing credentials policy to allow using OpenIddict in degraded mode
|
9 years ago |
Kévin Chalet
|
1229e225d6
|
Move the userinfo endpoint to a separate controller and update Startup to use app.UseWhen()
|
9 years ago |
Kévin Chalet
|
543f06c062
|
Remove NWebsec from the Mvc.Server sample
|
9 years ago |
Kévin Chalet
|
7c65c83a04
|
Introduce new IOpenIddictApplicationStore/OpenIddictApplicationManager APIs
|
9 years ago |
Kévin Chalet
|
55e83e285d
|
Update the samples to register the OpenIddict entity sets directly from Startup.cs
|
9 years ago |
Kévin Chalet
|
be5e842c96
|
Rename OpenIddict.EntityFramework to OpenIddict.EntityFrameworkCore
|
9 years ago |
Kévin Chalet
|
bb1d2e07be
|
Remove OpenIddictDbContext and revamp OpenIddict/OpenIddict.Core
|
9 years ago |
Kévin Chalet
|
135da2f611
|
Make transparent request caching an opt-in feature
|
10 years ago |
Kévin Chalet
|
5589a8cc44
|
Update README.md
|
10 years ago |
Kévin Chalet
|
bc5f21ad26
|
Remove OpenIddictUser
|
10 years ago |
Kévin Chalet
|
dde3dc1aca
|
Update the Mvc.Server sample to use the default entity key type
|
10 years ago |
Kévin Chalet
|
d8fadc0f99
|
Decouple OpenIddict from ASP.NET Core Identity
|
10 years ago |
Kévin Chalet
|
673caa409d
|
Introduce OpenIddictBuilder.RequireClientIdentification()
|
10 years ago |
Kévin Chalet
|
59dc31abe6
|
Introduce an OpenIdConnectRequest/OpenIdConnectResponse model binder
|
10 years ago |
Kévin Chalet
|
12af8067f8
|
Remove the internal CanSignInAsync/IsLockedOutAsync checks
|
10 years ago |
Kévin Chalet
|
7f646c8554
|
Throw an exception when no signing key is explicitly registered and introduce OpenIddictBuilder.AddEphemeralSigningKey()
|
10 years ago |
Kévin Chalet
|
05a69e3131
|
Introduce a list of supported grant types
|
10 years ago |
Kévin Chalet
|
28fe95f7db
|
Disable the authorization/introspection/logout/revocation/token/userinfo endpoints by default
|
10 years ago |
Kévin Chalet
|
696b883d4d
|
Replace the internal error handling logic by the status code pages stack
|
10 years ago |
Kévin Chalet
|
289b18045b
|
Replace ISession by IDistributedCache and extend request_id handling to GET requests
|
10 years ago |
Kévin Chalet
|
4e225db73b
|
Remove OpenIddict.Mvc, OpenIddict.Assets and OpenIddict.Security
|
10 years ago |
Orlando Quero
|
5838c24a85
|
Update README.md and the Mvc.Server sample to use the new Entity Framework context registration syntax
|
10 years ago |
Kévin Chalet
|
f0a678455e
|
Remove the duplicate session middleware registration
|
10 years ago |
Kévin Chalet
|
34fa0c1eb5
|
Implement POST authorization requests support using user sessions
|
10 years ago |
Kévin Chalet
|
dced1cd8fe
|
Migrate to the .NET Core/ASP.NET Core RTM packages
|
10 years ago |
XperiAndri
|
4a3b84ddb5
|
Introduce OpenIddictApplication.ClientId to separate the public client identifier from the internal primary key
|
10 years ago |
Kévin Chalet
|
3204c31560
|
Add non-GUID/string primary keys support for OpenIddictToken and add new log messages
|
10 years ago |
Kévin Chalet
|
d0dce5b33a
|
Refactor OpenIddict/OpenIddict.Core, introduce new entities and add built-in refresh token revocation
|
10 years ago |
Kévin Chalet
|
657634c13e
|
Remove the internal NWebSec package
|
10 years ago |
Kévin Chalet
|
82bc684c5f
|
Introduce UseSigningCertificate to make X.509 certificates easier to register in the OpenIddict options
|
10 years ago |
Kévin Chalet
|
4c4eb16d85
|
Implement HandleLogoutRequest to handle logout requests without requiring user consent
|
10 years ago |
Kévin Chalet
|
8a7fdda262
|
Remove the forwarded headers middleware
|
10 years ago |
Shaun Luttin
|
e0f62dc3e3
|
Change options to builder in the Mvc.Server sample
|
10 years ago |
Kévin Chalet
|
454a46689c
|
Update the samples to target netcoreapp1.0 and use the new ASP.NET Core IIS module
|
10 years ago |
Kévin Chalet
|
2cde33e54f
|
Move the entry points to separate Program classes
|
10 years ago |
Kévin Chalet
|
45a9431bc9
|
React to API changes in aspnet/Hosting
312192b447
|
10 years ago |
Kévin Chalet
|
2d8c671e32
|
Add GitHub authentication in Mvc.Server
|
10 years ago |
Kévin Chalet
|
8df3b5ca0e
|
Add temporary workarounds for missing framework assemblies errors
|
10 years ago |
Kévin Chalet
|
24b167b952
|
React to API changes in aspnet/Identity and aspnet/EntityFramework
c068128098
5fba08562f
91aff89a3c
|
10 years ago |
Henk Mollema
|
cac0a3594e
|
Reintroduce CryptoHelper
|
10 years ago |
Kévin Chalet
|
a6b85f1f15
|
React to breaking changes in aspnet/Mvc
80b6996701
385c21fbe2
|
10 years ago |
Kévin Chalet
|
c8d8afccd0
|
Temporarily remove CryptoHelper
|
10 years ago |
Kévin Chalet
|
8f5295b4bd
|
Migrate to ASP.NET Core/.NET CLI
|
10 years ago |