-
Developer Community issue: https://developercommunity.visualstudio.com/content/problem/436400/android-development-very-unstable.html
Partial original post (follow the link above to see the trace):
…
-
I currently have an Angular application that successfully receives tokens from our Identity Server, facilitating Single Sign-On (SSO). My objective is to create a React application that can utilize th…
-
### Description
I would like to have a way to clear the cookies programmatically with `WebAuthenticator` on Android.
On Android with `WebAuthenticator`, after I sign out and then sign in again, `W…
-
Or, more specifically, something like `OAuth2Client.getUserInfo(accessToken: string): Promise`. This would require adding a `userInfoUri?: string` property to `OAuth2ClientConfig`. I'd be happy to sub…
-
I set up an application using your WinForm Sample. The OIDC successfully shows the login form, does MFA, and I get back the tokens.
However, if I close the application and open it again, I have to…
-
We discovered that JWTs created by Spring apps won't work with microservices secured with MP JWT. MP and Liberty appear to have a strict(er) interpretation of the specifications compared to Spring.
…
-
In [your migration guide](https://github.com/authts/oidc-client-ts/blob/4615182dbc12abf2032f534b9595d4d43be1c18c/docs/migration.md) you write that
> restricted response_type to code flow only. As …
-
### Issue and Steps to Reproduce
After updating to latest version 7.22.24, there is a bug when access token is expired.
When access token is expired `/token` call is made but subsequent calls …
-
Hi all,
I'm trying to use webview2 to authenticate against IdentityServer 4 for my WPF app.
I'm using OidcClient (from IdentityModel) with this implementation:
```
var options = new OidcClientOp…
-
### Describe the bug?
If an exception is thrown when trying to obtain `OidcEndpoints`, this exception is silently discarded and replaced with a generic `OidcEndpointsNotAvailableException`.
It too…