-
**Describe the bug**
Non-Admin user changes their password. They get redirected back to CiviForm and receive an error screen. They can only get back into the system if they clear their cookies or w…
-
Hi there,
we are using this library (the low-level parts) for a Cordova app. As the app is hosted under the `ionic://` protocol on iOS, there are CORS issues with some identity providers when perfo…
-
### Description
Sometimes, OIDC clients are expected to authenticate using an out of band, so called JWT bearer token, provided, for example, in Kubernetes or some shared secured file folder. Further…
-
Circling back to #12 I did encounter a new blocker.
While the discovery now works, I still encounter certificate issues which I trace back to your usage of `openidconnect::reqwest::async_http_clien…
-
### Describe the bug
Found issues in https://quarkus.io/version/main/guides/security-openid-connect-client-reference
- https://quarkus.io/version/main/guides/security-openid-connect-client-referen…
-
OpenID has a certification program for clients and implementations: https://openid.net/developers/certified/
We've gotten request from another company that is interested in using this crate but tha…
-
There are a few places where we lack async support that result in people making blocking call. These are using during application startup.
- `IAsyncStartupFilter` - https://github.com/dotnet/aspnet…
-
_This issue has been moved from [a ticket on Developer Community](https://developercommunity.visualstudio.com/t/Exception-thrown-in-WebAuthenticator-in-/10375699)._
---
[severity:I'm unable to use th…
-
This came to mind earlier today at work. I realized it is a bit bothersome having to ensure that the `LogoutAsync` function is run on a UI Thread in case we have given an IBrowser that for example use…
-
Hi,
I'm using the refresh token method to get a new OidcTokens once the current access token is expired.
`$oidcTokens = $this->oidcClient->refreshTokens($this->refreshToken);`
`$this->tokenStor…