Skip to content
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

FATAL Failed verify "Credentials are required to make a service request." #63

Open
Zbogna24 opened this issue Oct 17, 2022 · 2 comments

Comments

@Zbogna24
Copy link

Zbogna24 commented Oct 17, 2022

Hello!

I'm trying to get the script to work, but it won't run without errors. I have tried many of the things you have described, but I can't get past this one.
Can you help me? What is the problem, where do I need to change in the script? All email addresses show this error.
issueee

@grahamr975
Copy link
Owner

grahamr975 commented Oct 26, 2022

Does your Azure app manifest include both of the below resourceAccess?

"requiredResourceAccess": [
    {
        "resourceAppId": "00000002-0000-0ff1-ce00-000000000000",
        "resourceAccess": [
            {
                "id": "dc50a0fb-09a3-484d-be87-e023b12c6440",
                "type": "Role"
            },
            {
                "id": "dc890d15-9560-4a4c-9b7f-a736ec74ec40",
                "type": "Role"
            }
        ]
    }
]

@Zbogna24
Copy link
Author

Yes, both resourceAccess are included.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants