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.
1540
Commits
2
Branches
85
Tags
38 MiB
C#
85.3%
HTML
6.8%
JavaScript
3.6%
PowerShell
1.8%
Shell
1.6%
Other
0.6%
Tree:
6b300e770f
dev
release/7.x
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
7.3.0
7.4.0
7.5.0
7.6.0
8.0.0-preview.1
8.0.0-preview.2
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '6b300e770f'
${ noResults }
openiddict-core
/
src
/
OpenIddict.Server.Owin
History
Kévin Chalet
7aac102830
Add Dailymotion to the list of supported providers
2 years ago
..
OpenIddict.Server.Owin.csproj
Update the entire code base to use collection expressions
3 years ago
OpenIddictServerOwinBuilder.cs
Add an option allowing to suppress JSON response indentation in the ASP.NET Core and OWIN server hosts
3 years ago
OpenIddictServerOwinConfiguration.cs
Allow configuring the supported client authentication methods and use invalid_client for client assertion errors
3 years ago
OpenIddictServerOwinConstants.cs
Add client assertions support to the server stack
3 years ago
OpenIddictServerOwinDefaults.cs
Update the code base to use implicit global usings
5 years ago
OpenIddictServerOwinExtensions.cs
Add Dailymotion to the list of supported providers
2 years ago
OpenIddictServerOwinHandler.cs
Update the client and server stacks to automatically restore the authentication properties and attach them to the authentication context
3 years ago
OpenIddictServerOwinHandlerFilters.cs
Add XML documentation to the dispatcher/factory/handler filter classes
4 years ago
OpenIddictServerOwinHandlers.Authentication.cs
Bump the .NET SDK to 8.0.200 and stop using collection expressions with ImmutableArray<T>
2 years ago
OpenIddictServerOwinHandlers.Device.cs
Bump the .NET SDK to 8.0.200 and stop using collection expressions with ImmutableArray<T>
2 years ago
OpenIddictServerOwinHandlers.Discovery.cs
Bump the .NET SDK to 8.0.200 and stop using collection expressions with ImmutableArray<T>
2 years ago
OpenIddictServerOwinHandlers.Exchange.cs
Bump the .NET SDK to 8.0.200 and stop using collection expressions with ImmutableArray<T>
2 years ago
OpenIddictServerOwinHandlers.Introspection.cs
Bump the .NET SDK to 8.0.200 and stop using collection expressions with ImmutableArray<T>
2 years ago
OpenIddictServerOwinHandlers.Revocation.cs
Bump the .NET SDK to 8.0.200 and stop using collection expressions with ImmutableArray<T>
2 years ago
OpenIddictServerOwinHandlers.Session.cs
Bump the .NET SDK to 8.0.200 and stop using collection expressions with ImmutableArray<T>
2 years ago
OpenIddictServerOwinHandlers.Userinfo.cs
Bump the .NET SDK to 8.0.200 and stop using collection expressions with ImmutableArray<T>
2 years ago
OpenIddictServerOwinHandlers.cs
Bump the .NET SDK to 8.0.200 and stop using collection expressions with ImmutableArray<T>
2 years ago
OpenIddictServerOwinHelpers.cs
Introduce new SetSigningKey() overloads in the Apple provider to make importing PEM-encoded keys easier
4 years ago
OpenIddictServerOwinMiddleware.cs
Add a built-in authentication scheme forwarding feature to the OpenIddict client OWIN and ASP.NET Core hosts
3 years ago
OpenIddictServerOwinMiddlewareFactory.cs
Decorate advanced infrastructure types with [EditorBrowsable(EditorBrowsableState.Advanced)] or [EditorBrowsable(EditorBrowsableState.Never)]
4 years ago
OpenIddictServerOwinOptions.cs
Add an option allowing to suppress JSON response indentation in the ASP.NET Core and OWIN server hosts
3 years ago