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 52 IdentityModel.OidcClient issues
Sort by recently updated
recently updated
newest added

In my need to gather used libraries data I found out that no copyright info is provided here, it's just the Apache template file.

Hi, I'm facing this issue when connecting with AWS-Federate where RSA_2048 key size is being used. I have enabled the ShowPII to true so that this more detailed errorr is...

We're encountering an issue within a Xamarin application using IdentityModel.OidcClient for one user/device on Android. If the user tries to login on Android device A, they are redirected from the...

Hello I am trying to use ACR Values. But I get this error: `Cannot implicitly convert type '' to 'System.Collections.Generic.IDictionary' ` I have searched the issues and found this: https://github.com/IdentityModel/IdentityModel.OidcClient.Samples/issues/44...

I am trying to pass query parameter for locale in logout request as like in login request but I was not able to pass.

question

- Version: 5.0.0 **Steps to reproduce the bug with unmodified 'ConsoleClientWithBrowser' client** 1. Start client and follow the login procedure. 2. Call the API with 'c' key. 3. Refresh token...

I updated identity model Odic client from 3.1 to 5.0 , I found response mode and flow missing from options , I commented them and deploy but getting Unauthorized client...

question

Which sample should be referred to?

Hi there, We use OidcClient 4.0 on Xamarin.iOS and when preparing the login, the OidcClient returns with an Exception that looks like the following: `The type initializer for 'System.Text.Json.JsonSerializer' threw...

The `LoginResult` contains the `User` property that holds the `ClaimsPrincipal` of the user that is logged in. When the client is enabled for offline use, then the *refresh token* is...

enhancement
help wanted