This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
tsai
/
openiddict-core
mirror of
https://github.com/openiddict/openiddict-core.git
Watch
1
Star
0
Fork
0
Code
Issues
Projects
Releases
Wiki
Activity
Versatile OpenID Connect stack for ASP.NET Core and Microsoft.Owin (compatible with ASP.NET 4.6.1)
dotnet
aspnetcore
oauth2
openidconnect
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
1321
Commits
2
Branches
79
Tags
29 MiB
C#
83.3%
HTML
7.6%
JavaScript
4%
PowerShell
2.3%
Shell
1.8%
Other
0.8%
Tree:
c0c0cdca4b
dev
rel/7.2.0
1.0.0
1.0.0-rc1
1.0.0-rc2
1.0.0-rc3
2.0.0
2.0.0-rc1
2.0.0-rc2
2.0.0-rc3
2.0.1
3.0.0
3.0.0-beta1
3.0.0-beta2
3.0.0-beta3
3.0.0-beta4
3.0.0-beta5
3.0.0-beta6
3.0.0-rc1
3.0.0-rc2
3.0.1
3.0.2
3.0.3
3.0.4
3.0.5
3.1.0
3.1.1
4.0.0
4.0.0-preview1
4.0.0-preview2
4.0.0-preview3
4.0.0-preview4
4.0.0-preview5
4.0.0-preview6
4.0.0-rc1
4.0.0-rc2
4.1.0
4.10.0
4.10.1
4.2.0
4.3.0
4.4.0
4.5.0
4.6.0
4.7.0
4.8.0
4.9.0
5.0.0
5.0.0-preview1
5.0.0-preview2
5.0.0-preview3
5.0.0-rc1
5.0.1
5.1.0
5.2.0
5.3.0
5.4.0
5.5.0
5.6.0
5.7.0
5.7.1
5.8.0
6.0.0
6.0.0-preview1
6.0.0-preview2
6.0.0-preview3
6.0.0-preview4
6.0.0-rc1
6.1.0
6.1.1
6.2.0
6.2.1
6.3.0
6.4.0
7.0.0
7.0.0-preview.1
7.0.0-preview.2
7.0.0-preview.3
7.0.0-preview.4
7.1.0
7.2.0
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from 'c0c0cdca4b'
${ noResults }
openiddict-core
/
src
History
Kévin Chalet
c0c0cdca4b
Update OpenIddictClientSystemIntegrationOptions.ApplicationDiscriminator's documentation to clarify it is not used when PipeName is explicitly set
3 years ago
..
OpenIddict
Replace the client Windows integration by a cross-platform package and add HttpListener and WebAuthenticationBroker support
3 years ago
OpenIddict.Abstractions
Bump the .NET SDK/runtimes
3 years ago
OpenIddict.AspNetCore
Start testing OpenIddict on .NET 7.0
3 years ago
OpenIddict.Client
Update the client stack to handle errors returned while processing challenge and sign-out demands
3 years ago
OpenIddict.Client.AspNetCore
Update the client stack to handle errors returned while processing challenge and sign-out demands
3 years ago
OpenIddict.Client.DataProtection
Catch exceptions thrown during the retrieval of the remote server configuration and generalize the use of OpenIddictHelpers.IsFatal()
3 years ago
OpenIddict.Client.Owin
Update the client stack to handle errors returned while processing challenge and sign-out demands
3 years ago
OpenIddict.Client.SystemIntegration
Update OpenIddictClientSystemIntegrationOptions.ApplicationDiscriminator's documentation to clarify it is not used when PipeName is explicitly set
3 years ago
OpenIddict.Client.SystemNetHttp
Introduce ConfigureHttpClient()/ConfigureHttpClientHandler() to simplify customizing the HttpClient/HttpClientHandler used by the client and validation stacks
3 years ago
OpenIddict.Client.WebIntegration
Update the LinkedIn provider to use "Sign In with LinkedIn V2"
3 years ago
OpenIddict.Core
Catch exceptions thrown during the retrieval of the remote server configuration and generalize the use of OpenIddictHelpers.IsFatal()
3 years ago
OpenIddict.EntityFramework
Catch exceptions thrown during the retrieval of the remote server configuration and generalize the use of OpenIddictHelpers.IsFatal()
3 years ago
OpenIddict.EntityFramework.Models
Replace references to "URL" by "URI" when resource identifiers are not required to be resource locators
3 years ago
OpenIddict.EntityFrameworkCore
Catch exceptions thrown during the retrieval of the remote server configuration and generalize the use of OpenIddictHelpers.IsFatal()
3 years ago
OpenIddict.EntityFrameworkCore.Models
Replace references to "URL" by "URI" when resource identifiers are not required to be resource locators
3 years ago
OpenIddict.MongoDb
Add native support for Windows Runtime
3 years ago
OpenIddict.MongoDb.Models
Replace references to "URL" by "URI" when resource identifiers are not required to be resource locators
3 years ago
OpenIddict.Owin
Support relative redirect_uri/post_logout_redirect_uri in the client stack and revisit how OpenIddict handles URIs
3 years ago
OpenIddict.Quartz
Catch exceptions thrown during the retrieval of the remote server configuration and generalize the use of OpenIddictHelpers.IsFatal()
3 years ago
OpenIddict.Server
Update the client stack to handle errors returned while processing challenge and sign-out demands
3 years ago
OpenIddict.Server.AspNetCore
Catch exceptions thrown during the retrieval of the remote server configuration and generalize the use of OpenIddictHelpers.IsFatal()
3 years ago
OpenIddict.Server.DataProtection
Catch exceptions thrown during the retrieval of the remote server configuration and generalize the use of OpenIddictHelpers.IsFatal()
3 years ago
OpenIddict.Server.Owin
Catch exceptions thrown during the retrieval of the remote server configuration and generalize the use of OpenIddictHelpers.IsFatal()
3 years ago
OpenIddict.Validation
Catch exceptions thrown during the retrieval of the remote server configuration and generalize the use of OpenIddictHelpers.IsFatal()
3 years ago
OpenIddict.Validation.AspNetCore
Allow cooperative cancellation of metadata retrieval and HTTP requests
3 years ago
OpenIddict.Validation.DataProtection
Catch exceptions thrown during the retrieval of the remote server configuration and generalize the use of OpenIddictHelpers.IsFatal()
3 years ago
OpenIddict.Validation.Owin
Catch exceptions thrown during the retrieval of the remote server configuration and generalize the use of OpenIddictHelpers.IsFatal()
3 years ago
OpenIddict.Validation.ServerIntegration
Update OpenIddictValidationServerIntegrationConfiguration to initialize OpenIddictValidationOptions.Issuer and add new SetClientUri/SetIssuer overloads
3 years ago
OpenIddict.Validation.SystemNetHttp
Introduce ConfigureHttpClient()/ConfigureHttpClientHandler() to simplify customizing the HttpClient/HttpClientHandler used by the client and validation stacks
3 years ago