I enabled SAML SSO on my GitHub org and now I'm gettings errors with Heroku GitHub Intergration
After enabling [SAML SSO](https://docs.github.com/en/authentication/authenticating-with-saml-single-sign-on/about-authentication-with-saml-single-sign-on) on your GitHub organisation you start seeing errors when loading Heroku dashboard pages for apps or pipelines which are linked to GitHub. The most common error message you will see is:
```
Item could not be retrieved: Resource protected by organization SAML enforcement. You must grant your OAuth token access to this organization.
```
However, you may also see messages with 404, 403 responses or messages saying `Item could not be retrieved`.
This all occurs because your Heroku account or the Heroku account which linked the app/pipeline to GitHub, no longer have permission to access the resources within the GitHub organisation that are protected by SAML SSO.
If you don't use the Heroku dashboard often, but do make pushes to GitHub which auto-deploy to Heroku applications these deployments may also fail. You should also perform the steps below if you are seeing issues with auth-deployments after enabling SAML SSO.