FinalFortune
|
b3837484b4
|
Fix broken link to OrchardCore module
|
3 years ago |
Kévin Chalet
|
22e28fc36c
|
Add XML documentation to the dispatcher/factory/handler filter classes
|
3 years ago |
Dan Hansen
|
35713aff04
|
Fix OpenIddictExtensions.AddClaims() to use JsonElement.ToString() instead of JsonElement.GetString()
|
3 years ago |
Kévin Chalet
|
6e0c97262d
|
Remove the unnecessary ValidateTokenContext.AuthorizationId property
|
3 years ago |
Kévin Chalet
|
bf839d8923
|
Prevent enabling the device authorization flow when token storage is disabled (unless the degraded mode is used)
|
3 years ago |
Kévin Chalet
|
21ccfc5e9b
|
Unify the token entry properties restoration logic and fix an issue affecting device codes and ASP.NET Core Data Protection
|
3 years ago |
OpenIddict Bot
|
d9c1aa2658
|
Update the sponsors section
|
3 years ago |
Kévin Chalet
|
3a80a6a4f0
|
Update ProcessChallengeContext/ProcessSignOutContext.Nonce's documentation to emphasize that nonces should be generated using a crypto-secure RNG
|
3 years ago |
Kévin Chalet
|
33d93d831a
|
Update config.yml
|
3 years ago |
Kévin Chalet
|
1f4e51fe60
|
Update RepositoryUrl to use a HTTPS URL
|
3 years ago |
Kévin Chalet
|
fccc12adb1
|
Update Versions.props to build 4.0.0-rtm packages
|
3 years ago |
Kévin Chalet
|
d8a4451603
|
Support OpenIddictClientOptions.ClientUri/OpenIddictServerOptions.Issuer/OpenIddictValidationOptions.Issuer URIs created with DangerousDisablePathAndQueryCanonicalization=true
|
3 years ago |
Kévin Chalet
|
21639933fa
|
Update README.md
|
3 years ago |
Kévin Chalet
|
160b9fc059
|
Update the System.Net.Http integrations to support sending a contact address via the Form HTTP header
|
3 years ago |
Kévin Chalet
|
2e0366188f
|
Update Versions.props to build 4.0.0-rc2 packages
|
3 years ago |
Kévin Chalet
|
7751afd507
|
Update the order of the ResolveClientRegistrationFromStateToken handler
|
3 years ago |
Kévin Chalet
|
8c14d4e3e9
|
Replace references to "URL" by "URI" when resource identifiers are not required to be resource locators
|
3 years ago |
Kévin Chalet
|
2a987bcebe
|
Support relative redirect_uri/post_logout_redirect_uri in the client stack and revisit how OpenIddict handles URIs
|
3 years ago |
Kévin Chalet
|
38e52b10f3
|
Add new OpenIddictClientService overloads accepting a provider name instead of an issuer URI
|
3 years ago |
Kévin Chalet
|
c9c0933c41
|
Add "implicit" to the list of grant types supported by Google
|
3 years ago |
OpenIddict Bot
|
284c3ae11b
|
Update the sponsors section
|
3 years ago |
Kévin Chalet
|
1f2809c879
|
Add response_type=none support in the client stack and revamp the grant_type/response_type negotiation logic
|
3 years ago |
Kévin Chalet
|
a48a4d44d6
|
Add WordPress to the list of supported providers
|
3 years ago |
Kévin Chalet
|
57d3c533cc
|
Add Yahoo to the list of supported providers
|
3 years ago |
Kévin Chalet
|
73e6efe4ac
|
Introduce a new DisableTransportSecurityRequirement() option in the OpenIddict client ASP.NET Core and OWIN hosts
|
3 years ago |
Kévin Chalet
|
fca788914c
|
Abort authentication demands with an explicit grant type if it's not listed as supported in the server configuration
|
3 years ago |
emanuelecastelli
|
67b6811018
|
Add Amazon Cognito to the list of supported providers
|
3 years ago |
Kévin Chalet
|
9415609ef4
|
Use a case-insensitive comparer for PayPal environments
|
3 years ago |
Kévin Chalet
|
3cd35a04bd
|
Update the Reddit integration to support the duration parameter
|
3 years ago |
OpenIddict Bot
|
9a51962099
|
Update the sponsors section
|
3 years ago |
OpenIddict Bot
|
9d905e4d95
|
Update the sponsors section
|
3 years ago |
Kévin Chalet
|
f063cf56e2
|
Update the Google integration to support the access_type parameter
|
3 years ago |
Kévin Chalet
|
e3b4a3e880
|
Add refresh_token to the list of grant types supported by Twitter
|
3 years ago |
Kévin Chalet
|
3f5a9d1738
|
Add refresh_token to the list of grant types supported by Trakt
|
3 years ago |
Kévin Chalet
|
c6c2cb7875
|
Add refresh_token to the list of grant types supported by LinkedIn
|
3 years ago |
Kévin Chalet
|
a4f46da74c
|
Remove the HttpContext.SignInAsync() workaround from the client samples
|
3 years ago |
Kévin Chalet
|
230f3ab0bd
|
Add Mixcloud to the list of supported providers
|
3 years ago |
Kévin Chalet
|
e60b738722
|
Update build.yml to install the .NET SDK before launching .NET Arcade
|
3 years ago |
Kévin Chalet
|
4d27b50cb5
|
Add Trakt to the list of supported providers
|
3 years ago |
Kévin Chalet
|
d7582544b8
|
Introduce Allow*Flow() methods in the client stack to control what grant types/response types/response modes/code challenge methods are enabled
|
4 years ago |
OpenIddict Bot
|
15c408b588
|
Update the sponsors section
|
4 years ago |
Kévin Chalet
|
282acefcf6
|
Use System.Index in additional places
|
4 years ago |
Kévin Chalet
|
a2a8f69997
|
Update Versions.props to build 4.0.0-rc1 packages
|
4 years ago |
Kévin Chalet
|
ffd47678fc
|
Reject authorization code/device authorization code grant requests containing a "scope" parameter
|
4 years ago |
Kévin Chalet
|
71651416bc
|
Remove the .NET Core 2.1 package versions from Directory.Packages.props
|
4 years ago |
Kévin Chalet
|
074b07ddc0
|
Split the .NET Framework package versions into separate 4.6.1/4.7.2/4.8 groups
|
4 years ago |
Kévin Chalet
|
cc121c061d
|
Replace Portable.BouncyCastle by BouncyCastle.Cryptography
|
4 years ago |
Kévin Chalet
|
06afece93a
|
Fix the user code generation logic
|
4 years ago |
Kévin Chalet
|
8d06aca520
|
Decorate OpenIddictValidationFactory with [EditorBrowsable(EditorBrowsableState.Never)] instead of [EditorBrowsable(EditorBrowsableState.Advanced)]
|
4 years ago |
Kévin Chalet
|
8717a068ad
|
Decorate advanced infrastructure types with [EditorBrowsable(EditorBrowsableState.Advanced)] or [EditorBrowsable(EditorBrowsableState.Never)]
|
4 years ago |