Versatile OpenID Connect stack for ASP.NET Core and Microsoft.Owin (compatible with ASP.NET 4.6.1)
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.
 
 
 
 
 
 
Kévin Chalet 62a10af526 Store the provider name in the state token as a private claim and update the ASP.NET Core/OWIN hosts to return it as part of the merged principal 4 years ago
..
IOpenIddictClientDispatcher.cs Add XML documentation to the dispatcher/factory/handler filter classes 4 years ago
IOpenIddictClientFactory.cs Add XML documentation to the dispatcher/factory/handler filter classes 4 years ago
IOpenIddictClientHandler.cs Introduce the first bits of the OpenIddict client 5 years ago
IOpenIddictClientHandlerFilter.cs Add XML documentation to the dispatcher/factory/handler filter classes 4 years ago
OpenIddict.Client.csproj Replace Portable.BouncyCastle by BouncyCastle.Cryptography 4 years ago
OpenIddictClientBuilder.cs Unify the token entry properties restoration logic and fix an issue affecting device codes and ASP.NET Core Data Protection 4 years ago
OpenIddictClientConfiguration.cs Infer the redirection/post-logout redirection endpoint URIs from the redirect_uri/post_logout_redirect_uri configured in client registrations 4 years ago
OpenIddictClientDispatcher.cs Add XML documentation to the dispatcher/factory/handler filter classes 4 years ago
OpenIddictClientEndpointType.cs Implement RP-initiated logout in the client stack 4 years ago
OpenIddictClientEvents.Authentication.cs Mark most of the infrastructure types as sealed 4 years ago
OpenIddictClientEvents.Discovery.cs Mark most of the infrastructure types as sealed 4 years ago
OpenIddictClientEvents.Exchange.cs Mark most of the infrastructure types as sealed 4 years ago
OpenIddictClientEvents.Protection.cs Remove the unnecessary ValidateTokenContext.AuthorizationId property 4 years ago
OpenIddictClientEvents.Session.cs Mark most of the infrastructure types as sealed 4 years ago
OpenIddictClientEvents.Userinfo.cs Mark most of the infrastructure types as sealed 4 years ago
OpenIddictClientEvents.cs Update ProcessChallengeContext/ProcessSignOutContext.Nonce's documentation to emphasize that nonces should be generated using a crypto-secure RNG 4 years ago
OpenIddictClientExtensions.cs Remove the unnecessary ValidateTokenContext.AuthorizationId property 4 years ago
OpenIddictClientFactory.cs Add XML documentation to the dispatcher/factory/handler filter classes 4 years ago
OpenIddictClientHandler.cs Mark most of the infrastructure types as sealed 4 years ago
OpenIddictClientHandlerDescriptor.cs Mark most of the infrastructure types as sealed 4 years ago
OpenIddictClientHandlerFilters.cs Add XML documentation to the dispatcher/factory/handler filter classes 4 years ago
OpenIddictClientHandlerType.cs Introduce the first bits of the OpenIddict client 5 years ago
OpenIddictClientHandlers.Authentication.cs Throw an exception to abort unhandled redirection/post-logout redirection requests 4 years ago
OpenIddictClientHandlers.Discovery.cs Support OpenIddictClientOptions.ClientUri/OpenIddictServerOptions.Issuer/OpenIddictValidationOptions.Issuer URIs created with DangerousDisablePathAndQueryCanonicalization=true 4 years ago
OpenIddictClientHandlers.Exchange.cs Mark most of the infrastructure types as sealed 4 years ago
OpenIddictClientHandlers.Protection.cs Remove the unnecessary ValidateTokenContext.AuthorizationId property 4 years ago
OpenIddictClientHandlers.Session.cs Throw an exception to abort unhandled redirection/post-logout redirection requests 4 years ago
OpenIddictClientHandlers.Userinfo.cs Mark most of the infrastructure types as sealed 4 years ago
OpenIddictClientHandlers.cs Store the provider name in the state token as a private claim and update the ASP.NET Core/OWIN hosts to return it as part of the merged principal 4 years ago
OpenIddictClientHelpers.cs React to the removal of the !! operator in C# 11 4 years ago
OpenIddictClientOptions.cs Unify the token entry properties restoration logic and fix an issue affecting device codes and ASP.NET Core Data Protection 4 years ago
OpenIddictClientRegistration.cs Infer the redirection/post-logout redirection endpoint URIs from the redirect_uri/post_logout_redirect_uri configured in client registrations 4 years ago
OpenIddictClientRetriever.cs Replace references to "URL" by "URI" when resource identifiers are not required to be resource locators 4 years ago
OpenIddictClientService.cs Replace references to "URL" by "URI" when resource identifiers are not required to be resource locators 4 years ago
OpenIddictClientTransaction.cs Support relative redirect_uri/post_logout_redirect_uri in the client stack and revisit how OpenIddict handles URIs 4 years ago