I’m setting up OIDC for Azure AD in vault.
All users would login to vault with Azure AD credentials on a jumphost withou any gui browser.
Vault is installed on another server.
Is the only way to complete the login to use a graphical browser on the same server as where the cli runs from? Is it not possible to use curl or so in another session?
Reading up on github issues, it seems, curl won’t work.
Could I use some lightweight gui browser and force everyone to use x forwarding over ssh perhaps as an option?