The single sign-on for Okta GitHub Enterprise application works fine for me, I use SAML 2.0. When a user logs in to Okta and clicks on the GitHub Enterprise application, they are authenticated.
I have a test repository on GitHub Enterprise. Users will use the command line or git bash to access (read / write / clone) the Test repository. Is there a way to use SAML authentication on the command line rather than asking for a username / password or SSH key?
source
share