Gabriel Zachmann

Results 39 comments of Gabriel Zachmann

This is not expected. We have implemented some logic to evaluate if the socket path location is trustworthy. Normally, this is (of course) should be the case. Can you try...

The permissions on `/tmp` look fine. What are the permissions on `/tmp/oidc-agent-service-1000`? What happens if you rm it and create it manually?

It's expected that the socket is not created. The agent first checks the path, and aborts if it is not trustworthy. However, I currently don't know why it thinks so,...

Sorry, for the long delay. I must have missed your responses and completely forgot about this. It sounds reasonable to add 0 to the trusted gids; it also rings a...

We are aware of ubuntu 24.04. We included it in our builds short time ago. `5.2.2` is now also included in the repo, however, there currently is a dependency problem...

We fixed the dependency problem. Valid packages for 24.04 are available in our prerel repo. 24.04 will be included with the next release.

I would close it with the next release.

Indeed, this behavior is out of the line what is expected and intended. Generally, we fetch the list of supported scopes and display those to the user before prompting them...

`oidc-agent` provides verbose logging if debug logging is enabled. This also includes the data send to the OP and also the response received. But since `oidc-agent` does not have a...