The received access token is not valid: at least one of the claims 'puid' or 'altsecid' or 'oid' should be present #501
Labels
question
The issue doesn't require a change to the product in order to be resolved. Most issues start as that
Hi all,
I am building a CI/CD pipeline for a personal project of mine. Currently, I am running a work flow from my Github repo and I keep running into errors. Referring to this Microsoft documentation (service principal method) - https://learn.microsoft.com/en-us/azure/storage/blobs/storage-blobs-static-site-github-actions?tabs=userlevel
Two errors appear when running the workflow:
Error: (InvalidAuthenticationToken) The received access token is not valid: at least one of the claims 'puid' or 'altsecid' or 'oid' should be present. If you are accessing as application please make sure service principal is properly created in the tenant.
Error: Login failed with Error: The process '/usr/bin/az' failed with exit code 1. Double check if the 'auth-type' is correct. Refer to https://github.com/Azure/login#readme for more information.
The text was updated successfully, but these errors were encountered: