Forum Discussion
RE: CDX Throws “Unauthorized”
JillArmourMicrosoft saw this and decided to post this here for anyone else that needs help with this
click this link to fix
https://login.microsoftonline.com/common/oauth2/authorize?response_type=id_token&prompt=consent&client_id=fe6aa35b-7da8-44fd-a44e-e2d4bafbdab5&redirect_uri=https%3A%2F%2Fcdx.transform.microsoft.com&state=a9985c9c-6c9a-4b65-a444-1e3aa90d27a4&client-request-id=6b3f4e71-ed02-406c-96f2-0a7e3c16ea98&x-client-SKU=Js&x-client-Ver=1.0.17&nonce=09492f5a-fb1a-412c-b24a-ba1704900924
Alex
- FOB_AlexBakerSep 10, 2024Copper ContributorI was able to get this to work in a different tenant with a different ISP, however I can not get the window to come up to allow permissions on this tenant.
- LaserchipsSep 12, 2024Copper Contributor
FOB_AlexBaker I will say that I have seen the same -- I waited a few days later and then it worked - my guess there was code work done on the site?? - also this may seem like a step backwards but i have rolled back edge to "before it was a chrome clone" and the rendering of the site was much better... so it could be browser related - just something to try not a solution - good luck let me know if you get your issue resolved -- i still have one user that cannot access this portal...
- FOB_AlexBakerSep 12, 2024Copper Contributor
I was able to fix by the following suggestion from Microsoft
Andrew Posadas (Microsoft Transform Program)
Sep 12, 2024, 08:21 GMT-5
Hello Alex Baker,
You may need to run these Powershell scripts to manually add some required service principals and then attempt to provide consent. If you are an admin in your organization, please complete these steps. Otherwise, contact your admin and inform them of this request:
install-module AzureAD
connect-azuread -tenantid [Your tenant ID]
New-AzureADServicePrincipal -AppId fa3d9a0c-3fb0-42cc-9193-47c7ecd2edbd
New-AzureADServicePrincipal -AppId 4990cffe-04e8-4e8b-808a-1175604b879f
Provide consent - https://login.microsoftonline.com/common/oauth2/authorize?response_type=id_token&prompt=consent&client_id=fe6aa35b-7da8-44fd-a44e-e2d4bafbdab5&redirect_uri=https%3A%2F%2Fcdx.transform.microsoft.com&state=a9985c9c-6c9a-4b65-a444-1e3aa90d27a4&client-request-id=6b3f4e71-ed02-406c-96f2-0a7e3c16ea98&x-client-SKU=Js&x-client-Ver=1.0.17&nonce=09492f5a-fb1a-412c-b24a-ba1704900924I was able to log in to the tenant and run these through the cloud CLI which fixed my issue.
- JillArmourMicrosoftSep 12, 2024
Community Manager
FOB_AlexBaker have you submitted a support ticket for this?
- FOB_AlexBakerSep 12, 2024Copper ContributorI have. I am working with support now.
Thanks