Access Tokens from Entra External IDare incorrectly issued from v1 endpoint (sts.windows.net)

JasonT 0 Reputation points
2025-08-12T14:47:29.4466667+00:00

I followed along with Entra Id SPA tutorial on Microsoft Learn, and created a new App Registration in my new Azure Entra External tenant. I can verify that in the app registration manifest that the v2 endpoint is specified by the "requestedAccessTokenVersion": 2. The ID tokens issued by my Entra External tenant are from the v2 endpoint ("https://<my-tenant-id.ciamlogin.com/<my-tenant-id>/v2.0"), but the access tokens generated are from the v1 Issuer ("https://sts.windows.net/<my-tenant-id>/").

How can I get Entra to issue access tokens from the v2 endpoint?

Microsoft Security | Microsoft Entra | Microsoft Entra External ID
0 comments No comments
{count} votes

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.