DEV Community

Cover image for Your organization has enabled or enforced SAML SSO ... you must re-authorize the OAuth Application `GitHub for VS Code`
Dan Benitah
Dan Benitah

Posted on

Your organization has enabled or enforced SAML SSO ... you must re-authorize the OAuth Application `GitHub for VS Code`

I just came across the following while trying to clone a repo:

The "contoso" organization has enabled or enforced SAML SSO. To access this repository, you must re-authorize the OAuth Application GitHub for VS Code

Terminal screenshot of the Error message

I searched how to enable per folder authentication for git.

The easiest solution was to simply run

gh auth login
Enter fullscreen mode Exit fullscreen mode

Terminal screenshot of the login steps

Happy cloning...

Top comments (0)