I'm trying to use the Atlassian CLI via oAuth. I got an error stating:
Your site admin must authorize this app for the site "<site_url>" before the app can access your account.
I've worked with our administrator, via screen share, to try to authorize the CLI, but we haven't been able to find it in the location specified by the docs at https://support.atlassian.com/atlassian-cloud/kb/your-site-admin-must-authorize-this-app-error-in-atlassian-cloud-apps/
What do we need to do to get this app to show up? Has it been renamed, perhaps?
Hi @brian
Not sure but on my side, I just try to authenticate as an admin, approve it and it's then available for others. It's the process for 3LO not sure about acli. It will then be listed in Connected Apps for the site.
Regards
Hi @brian ,
Welcome to the community.
There might be a better way to find the Connected apps, but here is how I was able to find it on my instance:
1. Click/Expand on "Apps" from the admin.atlassian.com portal.
2. Click/Expand "Sites", select the site.
Connected apps should be on the left hand side menu.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
To get started, authorize the Atlassian CLI (ACLI) application using an Org Admin or Site Admin account. Once the ACLI application has been authorized, other users can authenticate and use ACLI without requiring additional app approval.
Steps:
Basic authentication requires an API token. You can generate an API token for your Atlassian account and use it instead of a password.
Reference: Manage API tokens for your Atlassian account
Steps:
API keys allow you to manage your organization. All admin commands require an API key. Understand how to create an API key
Use OAuth to grant app access and create integrations with Atlassian cloud products. Understand OAuth and how it can be implemented
acli jira auth login --web
Your web browser will launch, prompting you to choose a site for authentication.
Accept, a success message will appear in the browser. You can then close the tab and go back to the terminal to finish the authentication by selecting a site.Hope this helps all!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.