Hi,
I want to create account linking of Jira in alexa skill.
What should be the base url for OAuth where I should redirect customers to enter their password and username?
Hi,
Here is the URL you need to hit for Jira OAuth 2.0
https://auth.atlassian.com/authorize? audience=api.atlassian.com& client_id=YOUR_CLIENT_ID& scope=REQUESTED_SCOPE_ONE%20REQUESTED_SCOPE_TWO& redirect_uri=https://YOUR_APP_CALLBACK_URL& state=YOUR_USER_BOUND_VALUE& response_type=code& prompt=consent
This documentation has clear steps on how to implement it.
Just did it myself.
Cheers, Ram
Hey @Yashica Gupta
At first thought, I would say that the base url for OAuth should be your instance URL, if you're gonna use this as application link.
But I will assume that Jira+Alexa is not an integration that I'm not very aware for, so just to make sure we are on the same page:
Gabi
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.