Hacker News new | ask | show | jobs
by grinich 902 days ago
How would SSO work for a terminal? What would it do?
1 comments

In this case it's easier to bypass SSO with a set of oauth2 creds, but the aws and azure clis support SSO login by opening a browser to authenticate and generate a short-lived api token that gets passed back to the cli. So it's definitely possible for terminal apps to support SSO.