As a solution to various issues (including unauthorized or blocked builds, organization is not listed, ...etc), and in case refreshing permissions didn't solve the issue, CircleCI Support might suggest a re-authentication.
Depending on the VCS you're using (GitHub or Bitbucket), you can perform this operation as outlined below.
NOTE: Taking the steps below will clear any user keys that have been generated for any of your projects.
GitHub users
- Sign out of your CircleCI account
- Revoke CircleCI's access in GitHub > https://github.com/settings/applications
- Clear your browser's cache and cookies
- Sign back into your CircleCI account - making sure that all organizations, especially those needing SSO access are granted access, like so:
Bitbucket users
- Sign out of your CircleCI account
- Revoke CircleCI's access in Bitbucket > https://bitbucket.org/account/settings/app-authorizations/
- Clear your browser's cache and cookies
- Sign back into your CircleCI account
Comments
Article is closed for comments.