IdentityModel.OidcClient
IdentityModel.OidcClient copied to clipboard
Certified C#/NetStandard OpenID Connect Client Library for native mobile/desktop Applications (RFC 8252)
@josephdecock - could you do the same changes for the JWT handler in the DPoP project and test if it works with 7.x?
How can set EndPoints in ProviderInformation without explicitly specifying it? They are provided in .well-known/openid-configuration. Can the library take these settings from a openid-configuration endpoint? I get an exception that...
Does IdentityModel.OidcClient support the following? I am trying to implement the Private Key JWTs with the ClientAssertion I can't figure out how to generate the value of the ClientAssertion using...
The current implementation of **`RefreshTokenDelegatingHandler`** uses a `SemaphoreSlim` to synchronize access to the access and refresh tokens. This synchronization strategy results in every token read being subjected to a lock,...
i've implemented a net maui 8 mobile application for iOS and Android with IdentityModel.OidcClient v5.0.2. i've an issue logging out in iOS due to the native display alert prompt asking...
I have a WPF .NET 4.8 app that needs to be switched to OIDC. I have looked at the Samples, and managed to get the login working, however it only...
I have upgraded my Xamarin apps to .net8.0-ios rather than NetMaui. .net8.0-ios is very much supported now and will be in the future. When I upgrade IdentityModel.OidcClient to version 6.0.0,...
I am using WinUIEx to authenticate a Maui App on WInUI, that package opens the default user browser to log in. The problem is that when using version 6.0.0, the...