Gabriel Zachmann

Results 39 comments of Gabriel Zachmann

The default way to request audience will change with oidc-agent 5 to use RFC8707. The currently used approach compatible with IAM will still be supported. This will be known as...

We will need to investigate this further and see what the best solution would be. However, the following should work fairly well: Put the following line into your `.bashrc`: ```bash...

In general we liked to follow `ssh-agent`s design. Also with the XSession integration we followed their lead. So it might be worth looking into how they deal with wayland.

Also generally users can make their own integration rather easy by adding ```bash eval `oidc-agent-service use` > /dev/null ``` to their `.bashrc`. And as Marcus said with 5.2 it is...

It seems that this has been added to nixpkgs, so I guess we can close this. Thanks to @xinyangli and @v1kko

This was added to oidc-agent 5.2.0 Agents that have this enabled (default for oidc-agent-service started agents) of at least version 5.2.0 will be restarted on future updates.

I'll look into it. But you're right it is very likely linked to the (not) trailing slash. oidc-agent is generous with that and handles them as the same issuer. So...

From what I had in my head and also when I looked into the code and what I tested, I would say that oidc-agent should handle the case where there...

The automatic migration of the `issuer.config` file now handles the case where the old file might contain an issue in both version with and without a trailing slash correctly. This...

Sorry for the delayed response, I was on vacation. I can confirm the problem and will look into it.