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 have set up an identityserver4 ( started from the QuickStart official template ) that interact with angular front-end UI to enable auth. All the flow works as expected, ending...

question

Im trying to use IdentityModel.OidcClient in a plug in for 'IBM i2 analyst's notebook'. But im getting Threading issus when the IdentityModel.OidcClient tries to load the webbrowser (ActiveX Control). "The...

I'd like to connect a xamarin app to and identity server (locally on my machine, app is running in emulator) I follwed the sample code: Client ` var browser =...

There is an earlier issues raised about the Claims Principal not being present in a RefreshTokenResult, it doesn't appear to have been addressed. I am using the LoginResult with the...

question

This is happening with Android where user is shown the OIDC Login Page and when the Multi Factor Authentication is enabled and when the Android browser prompts for the code...

I am using IdentityModel.OidcClient 4.0.0 to connect to KeyCloack for OIDC authentication into an application compiled with Visual Studio 2019 and target .NET Framework 4.8. I have added all dependencies...

Hi, im not familiar is it expected behaviour or Im using library not in proper way, but... If add `RefreshTokenDelegatingHandler` in `HttpClient` pipe , you would get Unauthorized http response...

question

Hey, im trying this code https://github.com/IdentityModel/IdentityModel.OidcClient/blob/main/clients/ConsoleClient/Program.cs but got an error ![image](https://user-images.githubusercontent.com/10989729/112186917-a4603300-8c12-11eb-94a9-049f52ff254d.png)

I'm trying to use 4.0.0-preview.3 version of IdentityModel.OidcClient NuGet package. During startup of the application the following error appears: 'Could not load file or assembly 'IdentityModel.OidcClient, Version=4.0.0.0, Culture=neutral, PublicKeyToken=5580d04c1b6c37c1' or...