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
Bart Calixto
ae38ba1193
Add README.md
10 years ago
Bart Calixto
1a007ecb47
Add LICENSE.md
10 years ago
Kévin Chalet
d296738afe
Implement native grant_type=client_credentials support
10 years ago
Kévin Chalet
79a483a38a
Update ValidateClientAuthentication to return an error when client_secret is null
10 years ago
Kévin Chalet
4a318920ca
Implement client_secret hashing/key derivation
10 years ago
Kévin Chalet
66432ff59f
Enable GetClaimsFromUserInfoEndpoint in the Mvc.Client sample
10 years ago
Kévin Chalet
50eb0c94bd
Reject authorization requests using the implicit/hybrid flow when the client is a confidential application
10 years ago
Kévin Chalet
93fb1036bc
React to API changes in aspnet/Security
409b50269a
35b7248734
57a64298c0
10 years ago
Kévin Chalet
7795fbe795
Decouple MVC from the core project and introduce OpenIddict modules support
10 years ago
Kévin Chalet
1ee94270bc
Rename OpenIddictBuilder to OpenIddictServices and introduce a new OpenIddictBuilder to make options easier to configure
10 years ago
Kévin Chalet
002eff080f
Update OpenIddictStore to support database contexts derived from DbContext
10 years ago
Kévin Chalet
61123d4dff
Implement userinfo support
10 years ago
Kévin Chalet
1bf5b97c79
Update build.cmd and build.sh
10 years ago
Bart Calixto
354f2bc66f
Update NuGet.Config
Update NuGet.Config to use v3 feed source.
10 years ago
Kévin Chalet
e975d19cdb
Rework app.UseOpenIddict() to only run MVC in the isolated environment
10 years ago
Kévin Chalet
e666759161
Introduce OpenIddictManager and IOpenIddictStore to decouple the core project from Entity Framework
10 years ago
Kévin Chalet
2ccccf49ae
Update NuGet.Config to use the new dotnet-core feed
10 years ago
Bart Calixto
fb103fad11
Add a new UseCustomViews option to disable the built-in views/assets
10 years ago
Bart Calixto
92aa952868
Simplify blob patterns in project.json
10 years ago
Bart Calixto
21bf458d4e
Remove Web.*.config files from Mvc.Client and Mvc.Server
10 years ago
Kévin Chalet
87494629b2
React to versioning changes in aspnet/CORS
https://github.com/aspnet/Announcements/issues/73
10 years ago
Kévin Chalet
eda6889b16
Remove Helios from the Mvc.Client sample
10 years ago
Kévin Chalet
199eb5d416
React to namespace changes in ASP.NET 5 RC1
10 years ago
Kévin Chalet
d411102dbe
Use AspNet.Hosting.Extensions and AspNet.Hosting.Katana.Extensions
10 years ago
Kévin Chalet
bcb39f44bb
Add license headers
10 years ago
Kévin Chalet
11432c9c54
Upload the first bits of the initial prototype
10 years ago
Kévin Chalet
63ab46380e
Set up the initial project structure
11 years ago