IdentityModel.OidcClient icon indicating copy to clipboard operation
IdentityModel.OidcClient copied to clipboard

Certified C#/NetStandard OpenID Connect Client Library for native mobile/desktop Applications (RFC 8252)

Results 54 IdentityModel.OidcClient issues
Sort by recently updated
recently updated
newest added

I can't find a way to integrate this with test server so that I can validate the entire process. How does one go about doing full integration test with oidcclient?...

feature request

This change allows updating the identity token cached at the client with the latest identity token coming from token renewal. The motivation for this change is that claims can change...

Hi, In my application, we are using OidcClient to connect with Google account. It was working fine with version 3.1.2. After upgrading to 5.0.2, ResponseMode and Flow is no more...

I am using `IdentityModel.OidcClient` to authenticate a local app against a Keycloak cluster. The cluster communicates grant codes, but there is some latency. This means that authentication can fail if...

Fixes an issue with LoginResult.ErrorDescription: When setting the ErrorDescription Property of the return value in IBrowser.InvokeAsync, the return value of OidcClient.LoginAsync does not contain this value.

Currently OidcClient proj referrences Microsoft.Extensions.Logging package. It's being used in OidcClientOptions in next way: ``` public ILoggerFactory LoggerFactory { get; set; } = new LoggerFactory(); ``` And in client projects...

I get an `Invalid access token hash`. when trying to verify an identity token containing the `at_hash` claim and one of the following signature algorithms is used: RS384, RS512 ......

Updates IdentityModel to our latest preview and wilson to the latest release.