Authentication: how to configure git bash to use SAML authentication?

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?

+4
source share
1 answer

, git SAML 2.0.

GitHub Enterprise, SSH.

+1

Source: https://habr.com/ru/post/1610520/


All Articles