Authorization and Token Questions

On this page:

On this page:

Question

I am being asked to authorize 7pace Timetracker, but when I try, I get the error: "Provided token is not working with current account". How do I fix this?

image-20240927-155713.png

Answer

If you use Azure Active Directory in your company, the wrong directory can cause an issue that results in you seeing the "Provided token is not working with the current account" error message. Please make sure that the correct AD settings have been selected.

To do so, please follow the steps, bellow:

1. Go to the the "My Profile" section from any DevOps page (top right corner) using the account that is affected by the issue (https://aex.dev.azure.com/me).
2. Check what AD options you have selected and choose the proper directory / your company-specific domain:

3. Try to authorize again.

If you don't use Active Directory, please try logging out and logging back in (checking to ensure that your Microsoft account is selected) and then try authorizing again.

4. If the above steps don't work, please open the "My Profile" section again and select "Microsoft account".

5. Click "Authorizations" at the bottom-left of the page.

6. "Revoke" anything related to your 7pace or Timetracker authorization.

 

7. Now switch to your Active Directory account and "Revoke" authorizations for the Active Directory account as well.

If you don't have a dropdown that allows options to switch between AD and Microsoft account, then just revoke authorizations for the account that is chosen.

8. Navigate to 7pace Timetracker's "Monthly" page and refresh the page.

9. Click "Authorize".

Authorization should resume from beginning and will display the extension permissions request. Authorization should successfully complete by clicking "Accept".

Question

I'm the administrator of my account, but Timetracker keeps asking for authorization when I navigate to each page. When I click "Authorize", it says authorization was successful. However, when I refresh the page or try to pair the Windows Client, I get asked to authorize again or the following error displays on the Client: " System.InvalidOperationException: ExecuteAction failed An error occurred. Open web interface, refresh the page, and click "Authorize". [TT:0x00000001]".

Can you help me resolve this issue?

Answer

Please check your settings here https://dev.azure.com/{account}/_settings/policy and ensure that "Third-party application access via OAuth" is enabled/"on":

Question

What is the difference between authorizing using OAuth or using Personal Access Token (PAT)? (cloud only)

Answer

OAuth may be a more seamless, short-term method in that the token refreshes itself automatically and frequently. The only potential drawback may occur if something goes wrong during the refresh tokens process, which will render your token unusable and will require you to issue it again. With the Personal Access Token method of authorization, you have to manually reissue the token, but it remains valid for a period of up to one (1) year. 

For more information, see the authorization section here.