You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I see that a similar issue was raised for Mac. I went through proposed solutions in that ticket and I have run eval oidc-agent-service use and it sets the socket and I can use the agent in multiple terminal windows. I also added export OIDC_SOCK=/tmp/oidc-agent-service/1000/oidc-agent.sock to my .bashrc. However, when restarting my computer the oidc-agent doesn't work, instead I need to evaluate it again.
The text was updated successfully, but these errors were encountered:
How did you install the agent? If you used our ubuntu packages it should have installed Xsession integration, so it automatically starts at system startup and also enables the availability throughout the session.
However, this requires the oidc-agent-desktop package which is automatically installed when installing oidc-agent, but not if you only install oidc-agent-cli.
This XSession integration is not present on MacOS, that's why the workarounds are required there.
If the Xsession integration does really not work on ubuntu 22.04 I have to investigate a bit more.
Regarding your solution: The problem there is that the agent is not automatically started at startup. Just add
eval`oidc-agent-service use`
to your .bashrc - You can replace the existing export statement with this line.
I see that a similar issue was raised for Mac. I went through proposed solutions in that ticket and I have run eval
oidc-agent-service use
and it sets the socket and I can use the agent in multiple terminal windows. I also addedexport OIDC_SOCK=/tmp/oidc-agent-service/1000/oidc-agent.sock
to my .bashrc. However, when restarting my computer the oidc-agent doesn't work, instead I need to evaluate it again.The text was updated successfully, but these errors were encountered: