15 Commits (8953e48b163c7659f96b7e00bfa045f9d47a09e6)

Author SHA1 Message Date
Kévin Chalet 64ade94294 Support multiple registrations with the same issuer/provider name and introduce client record models 3 years ago
Kévin Chalet c0c0cdca4b Update OpenIddictClientSystemIntegrationOptions.ApplicationDiscriminator's documentation to clarify it is not used when PipeName is explicitly set 3 years ago
Kévin Chalet 8777dc9922 Throw an exception if no CoreWindow is attached to the thread starting the challenge demand 3 years ago
Kévin Chalet 79b62f6a23 Decorate WinRT-only methods with [SupportedOSPlatform("windows10.0.17763")] 3 years ago
Kévin Chalet 0cf3b872b5 Update the client stack to handle errors returned while processing challenge and sign-out demands 3 years ago
Kévin Chalet 3bdfc20895 Catch exceptions thrown during the retrieval of the remote server configuration and generalize the use of OpenIddictHelpers.IsFatal() 3 years ago
Kévin Chalet 4685332df5 Add device authorization grant support in the OpenIddict client 3 years ago
Kévin Chalet 739e710d04 Remove the try/catch around WebAuthenticationBroker.AuthenticateAsync() 3 years ago
Kévin Chalet c6f700040e Introduce OpenIddictClientSystemIntegrationOptions.ApplicationDiscriminator 3 years ago
Kévin Chalet fd6d074f6e Fix RestoreTokenResponseFromMarshalledAuthentication to be correctly registered 3 years ago
Kévin Chalet c5efcf37ea Ensure the Windows Runtime types are never loaded on platforms that don't support them 3 years ago
Kévin Chalet 8f2ee984d2 Update the ADFS provider to support configuring the requested resources 3 years ago
Kévin Chalet ce1d49b3a6 Update the embedded web server to listen on 127.0.0.1/::1 when possible and use http://localhost/ as the default client URI 3 years ago
Kévin Chalet 87b6ece5fc Fix the XML documentation of the OpenIddictClientSystemIntegrationHttpListener class 3 years ago
Kévin Chalet 9b5075e656 Replace the client Windows integration by a cross-platform package and add HttpListener and WebAuthenticationBroker support 3 years ago