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

OidcClient is used to log in for a mobile Xamarin app. After that, the retrieved accesstoken is used to authenticate via a WebAPI, but the accesstoken can not be parsed...

Was someone able to implement the library with a working Blazor Assembly in .NET 8? I found different example with this SDK (https://github.com/WildGums/Blorc.OpenIdConnect) but it is not using yours. (I...

I just wrote a StepUp Auth for different Levels of Auth (LOA) ``` private async void Login(string LOA) { LoginResult loginResult; try { LoginRequest loginRequest = new LoginRequest(); loginRequest.FrontChannelExtraParameters.Add("response_mode", "query");...

Chromium intends to implement https://wicg.github.io/private-network-access/ This was incorrectly enabled too early which caused issues for users: https://issues.chromium.org/issues/330364341 It looks like this could affect usage of a localhost redirect uri in...

There exists a problem with the discovery document request when using with AWS Cognito (AWS's IdP) where the discovery Authority is different than the authority of the OAuth endpoints. That...

Hi, Is there any possibility to force the language that is used in the authentication popup? Br, Stijn.

Bumps [Duende.IdentityServer](https://github.com/DuendeSoftware/IdentityServer) from 7.0.1 to 7.0.6. Release notes Sourced from Duende.IdentityServer's releases. 7.0.6 This is a security hotfix that addresses CVE-2024-39694. See the security advisory for more details. 7.0.5 This...

dependencies

When PAR fails, we aren't doing a great job of making it obvious that PAR is involved/the nature of the failure.

I need to pass the "client_id" to Keycloak logout endpoint for the function to work, however i see no option, to provide extra parameters to the LogoutRequest object! The RequestUrlExtension...