GitHub integration with additional Okta auth
Answered
My company just added a new github repo behind an okta identity. To access this repo I have to sign-in to github as normal (with 2FA) and then additionally sign into okta (with 2FA). None of my jetbrains IDE's can find this repo. Is there something I'm missing or is this feature not yet available in Intellij IDEA Ultimate 2020.2? If the latter then will this feature soon be added and if so, when? Thanks.
Please sign in to leave a comment.
After further investigation I was able to get the fetch to work but the push will still not work. Using a personal access token, the fetch originally gave a not found error but indicated that the organization was requiring saml/sso. It provided the authentication url that I needed to run in the console window, I clicked on it and since then the fetch has been working (although it continues to ask for the token). Even after a reboot the fetch works so the results must be cached somewhere. However, the push still does not work, it continues to respond with 'repo not found'. Please advise. Thanks.
Hello @...
IDE relies on command-line Git, could you please clarify whether push works fine if you run it in Terminal?
This problem was ultimately solved by setting appropriate permission on the repo. I had read-only access. The git error is very misleading.