-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unclear how to get refresh token / force URL #10
Comments
Hi, how are you? |
Hi @BrunoMendes-Hotmart @fransf-wtax , If this is the case, the
You have to re-authenticate your orgs using web flow: If this is the case, please comment and close the issue. |
@baksale Not sure about @fransf-wtax's use case, but I'd definitely appreciate being able to get a refresh token without having to go through a JWT or web login flow. |
@Julian88Tex with auth url for your org you will not need to refresh any tokens - the action will just work. Below operations needs to be done for THE_ORG just once:
It will work THE_ORG going further. The issue guys mentioned earlier most likely due to THE_ORG was authorized via jwt flow. |
@baksale thanks yes I realize that however I am actually trying to obtain a refresh token so that I can use it as an authentication method for some CI/CD processes |
The README says:
However, running this command on my prod org gives the following output:
I don't see any URL containing a refresh token, or the refresh token itself. Perhaps the README instructions are outdated?
The text was updated successfully, but these errors were encountered: