-
A user was trying to setup arc commander on a linux server.
During `arc remote accesstoken get -s https://git.nfdi4plants.org` we ran into the following error:
```bash
ERROR: System.InvalidOp…
-
### Checklist
- [X] I have looked into the [Readme](https://github.com/auth0/auth0-oidc-client-net#readme) and the [documentation](https://auth0.github.io/auth0-oidc-client-net/documentation/intro.ht…
-
Hi!
My config:
```typescript
import { OidcClient, OidcConfiguration, TokenAutomaticRenewMode } from '@axa-fr/oidc-client';
const configuration: OidcConfiguration = {
client_id: 'x',
redire…
xzdwq updated
3 months ago
-
Hey me again,
after getting the scala demo for play working with the current master and scala3 and play3, I tried to connect to a local Keycloak with the KeycloakOidcClient. That does not seem to w…
-
Hi,
when doing a silent signing, the callback always expects that there is a custom state `url_state`. This is required because:
SigninResponse.ts:
```ts
const splitState = decodeURIComponent(t…
-
Trying to use the library with PHP 8.3 for OIDC with an Amazon server
Here is the debug output:
```
2024/05/27 08:32:21 [error] 1603076#1603076: *2372000165 FastCGI sent in stderr: "
PHP messa…
-
Including PAR in the disco doc when the license doesn't allow it can confuse clients that will then attempt to use PAR and fail. E.g., IdentityModel.OidcClient will try to push if the PAR endpoint is …
-
![image](https://github.com/bjerkio/oidc-react/assets/137162934/2d5a0c47-954c-4fad-8df6-7fa448bb6437)
Uncaught (in promise) Error: No matching state found in storage at OidcClient.readSigninR…
-
There is no builtin way to do client registration as defined in [OpenID Connect Dynamic Client Registration 1.0](https://openid.net/specs/openid-connect-registration-1_0.html).
Currently, if one wa…
-
### Issue and Steps to Reproduce
I'm trying to get a simple example up and running. It's built on Vue.js but I think that doesn't matter here. My aim is to login (successful) and run a fetch on an …