Kévin Chalet
69cd87fdfe
Remove CoreFX/Roslyn feeds
10 years ago
Kévin Chalet
622871fb21
Update GrantRefreshToken to support live claims update even if the underlying store doesn't support security stamps
10 years ago
Kévin Chalet
6fe39e9602
Add a default Postman client registration to Mvc.Server
10 years ago
Kévin Chalet
0c45f2fd2e
React to API changes in aspnet-contrib/AspNet.Security.OpenIdConnect.Server
e40483abdd
10 years ago
Kévin Chalet
3a5ef65951
Assign a new order to the NWebsec module to avoid invoking it for prompt=none requests
10 years ago
Kévin Chalet
bf5b44981b
Support live update of refresh tokens
10 years ago
Kévin Chalet
111a34a4af
Move the profile/email scopes check to OpenIddictProvider.ValidateAuthorizationRequest
10 years ago
Kévin Chalet
7a2afc1515
Introduce a new "roles" scope and update the userinfo endpoint to expose user roles
10 years ago
David McCullough
dad1b307b8
Move the NWebsec module from OpenIddict.Mvc to a new project and make security headers customizable
10 years ago
Kévin Chalet
d7cb3bd3a9
React to API changes in aspnet-contrib/AspNet.Security.OpenIdConnect.Server
0fecdbe58f
10 years ago
Henk Mollema
e40d3122aa
Use latest RC2 builds for CryptoHelper
10 years ago
Kévin Chalet
b044568563
Relax the client authentication policy to allow public applications to use the refresh token grant
10 years ago
Kévin Chalet
107eb5f4f0
Update README.md to add the dotnet-core feed
10 years ago
Kévin Chalet
deb4bf512e
Update README.md to add missing configuration steps
10 years ago
Kévin Chalet
9c481cc09f
React to API changes in aspnet-contrib/AspNet.Security.OpenIdConnect.Server
b5d8377e8c
10 years ago
Kévin Chalet
8625afc45b
React to namespace changes in aspnet/Options
60130801e7
10 years ago
Kévin Chalet
785396f812
Remove unnecessary webroot declarations in project.json
10 years ago
Kévin Chalet
ec34de7724
React to API changes in aspnet/Hosting
1c70ff4d13
10 years ago
Kévin Chalet
330178c709
React to API changes in aspnet/DependencyInjection
8834f1aea5
10 years ago
Kévin Chalet
59736ff099
React to API changes in aspnet/BasicMiddleware
5e3c7cbbf0
10 years ago
Kévin Chalet
55b519b42a
Merge NWebsec.Core and NWebsec.Middleware and use an internal version discriminator
10 years ago
Kévin Chalet
b6636d2dbc
Introduce module naming to prevent multiple registrations
10 years ago
Kévin Chalet
625a7b9da7
Replace CombinedFileSystemProvider by CompositeFileProvider
10 years ago
Kévin Chalet
182a9f3f89
Internalize NWebsec.Core and NWebsec.Middleware
10 years ago
Kévin Chalet
cc91bc80c9
React to API changes in aspnet-contrib/AspNet.Security.OpenIdConnect.Server
939067dfa7
10 years ago
David McCullough
1e7882d59f
Update the NWebsec internal bits to apply a bug fix
10 years ago
David McCullough
b14089a570
Replace NWebsec.Owin with NWebsec.Middleware
10 years ago
Kévin Chalet
d0c7e7e14c
Update README.md
10 years ago
Kévin Chalet
1890c136cb
React to API changes in aspnet/IISIntegration
f8ff2cd6d1
10 years ago
Kévin Chalet
ffc87284f2
React to API changes in aspnet/Security
f24c35f1a9
10 years ago
Kévin Chalet
1329099123
Add built-in support for ASP.NET Identity's security stamp
10 years ago
Kévin Chalet
5f74ef3225
Automatically add user roles to access and identity tokens
10 years ago
Kévin Chalet
e268b5e7be
Add explicit claim destinations
10 years ago
Kévin Chalet
09ad9e974a
Add Microsoft.Extensions.Logging.Debug to Mvc.Client and Mvc.Server
10 years ago
Kévin Chalet
f4f4e26e58
React to dependency changes in aspnet/Identity
a754b9cb61
10 years ago
Bart Calixto
2c72d586ed
Update the Mvc.Client/Mvc.Server samples to use HttpPlatformHandler
10 years ago
Kévin Chalet
ce14d1fca7
Update build.cmd and build.sh to use NuGet's latest version
10 years ago
Kévin Chalet
64c9417b0f
React to recent changes in aspnet/DependencyInjection
ff7eb2f2c9
10 years ago
Kévin Chalet
2bc5f3fb63
React to API changes in aspnet-contrib/AspNet.Security.OpenIdConnect.Server
26732f2162
10 years ago
Kévin Chalet
7b97de4912
React to API changes in aspnet-contrib/AspNet.Security.OpenIdConnect.Server
ebc22462aa
65b1a9ab00
10 years ago
Kévin Chalet
0d8d221014
Remove alpha1 modifiers from project.json
10 years ago
David McCullough
592cca06f0
Rename ApplicationID to Id for better compatibility with EF
When subclassing an EF model, the ID field of the parent should be "Id" in order to avoid situations where the model has a different name than the parent (all subclasses). EF expects the ID field to be named "Id" or "ClassNameId". Having the Application model's ID field named as anything other than "Id" prevents best compability with EF.
10 years ago
Kévin Chalet
225a5c3cf3
Update the NWebSec options to support local scripts
10 years ago
Kévin Chalet
0b9e019f31
React to API changes in aspnet-contrib/AspNet.Security.OpenIdConnect.Server
e882fabcd7
10 years ago
Kévin Chalet
9181a5161c
Add a custom Error view in the Mvc.Server sample
10 years ago
Kévin Chalet
91d70c3e17
Add a new MVC convention to ensure that OpenIddictController gets an appropriate controller name
10 years ago
Kévin Chalet
290f54b582
Relax the client authentication policy to allow public clients to use the authorization code flow
10 years ago
Kévin Chalet
c8011e7169
Update README.md
10 years ago
Kévin Chalet
901d56593a
React to API changes in aspnet/Razor and aspnet/Mvc
d564a4a96b
10 years ago
Kévin Chalet
1c64cc5b3f
Reject prompt=none requests when the user is not authenticated
10 years ago