Gabriel Zachmann

Results 11 comments of Gabriel Zachmann

The Header does not have to be dropped. Form authentication works also with the header. However, I think it should also work with basic authentication and not require form authentication.

We're talking about the token endpoint in the context of the device flow. (Where the client polls for an access token using the device code, https://tools.ietf.org/html/draft-ietf-oauth-device-flow-13#section-3.4). Yes the token endpoint...

You'r right, that did fix the problem. (I thought that I did test it without success). However, I'm not sure, if IAM should not just ignore that parameter (or still...

For simple starts without any integration (see below), this behavior is expected. As you already guessed, starting the agent with `eval` sets the environment variable `OIDC_SOCK`. This is also basically...

> Perhaps a followup question would be: is there any appetite for adapting `oidc-agent-service` to run as a native [launch daemon/agent](https://developer.apple.com/library/archive/documentation/MacOSX/Conceptual/BPSystemStartup/Chapters/CreatingLaunchdJobs.html#//apple_ref/doc/uid/10000172i-SW7-BCIEDDBJ) under MacOS? I think there would be minimal (if...

Just append `>/dev/null` at the end, i.e. `eval $(oidc-agent-service use) >/dev/null` should do the trick.

Thanks for reporting this bug. I did some investigation and found a bug in one of our dependencies. This bug can cause an infinite loop and therefore the commands hang....

Until the bug is fixed in ubuntu focal you could install a newer version of `libcjson`.

Until the bug is fixed in ubuntu, we decided to not depend on the packaged version of `libcjson`, but instead use the up-to-date version of `libcjson` from git. The updated...

I'm also very interested in seeing this supported. There is also an additional issue #14355 requesting support for RFC 8707. As this is an RFC I see the described flow...