openidconnect-rs icon indicating copy to clipboard operation
openidconnect-rs copied to clipboard

OpenID Connect Library for Rust

Results 70 openidconnect-rs issues
Sort by recently updated
recently updated
newest added

Hi, This might be an odd request, and it seems a bit at odd with this library's focus on safety and type-d-ness. But, I'd like to be able to arbitrarily...

Hey, Just wanted access to the body in case of a Parse error for the discovery endpoint. Made a separate commit with the same modification for UserInfoError and ClientRegistrationError.

Can we use this library for oauth2 server that doesn't conform openidconnect discovery protocol? For example, the biggest chinese social media Wechat doesn't conform the protocol. which means, we may...

I try to run the PKCE example from the doc.rs page. But it get this warning ``` 1 warning: unused variable: `csrf_token` --> src/main.rs:38:20 | 38 | let (auth_url, csrf_token,...

This is useful in cases where you need to call `UserInfoJsonWebToken::claims` yourself, for example in cases when you already have a raw (string) ID token and need to obtain claims,...

Hey there. I am trying to use this lib (3.5.0 version) to auth to Intuit's sandbox. The discovery url for that system is at this URL: `https://developer.api.intuit.com/.well-known/openid_sandbox_configuration`. I looked through...

We are introducing oidc 2FA (only as a single option instead of multiple options for login). What should be the expected behavior? Is it possible that the user may get...

While upgrading to Keycloak version >25 , i've noticed, that exchanging the refresh token for a new access token and extracting the claims, the token verification fails due to the...