Error: Claim not Found #50
Unanswered
vladimir9195
asked this question in
Q&A
Replies: 1 comment
-
@vladimir9195 you need an Azure Active Directory (AAD) token. Have a look at this doc it will give you an idea: https://docs.microsoft.com/en-us/graph/use-postman |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Good day Frank,
I installed URLShortner + TinyBlazorAdmin on our Azure environment. I have no issues using TinyBlazorAdmin portal. Can create/delete URLs. But then I try to make a direct call to UrlShortener from PostMan I have an error 400 Bad Request with a reply body message: Claim not Found.
My postman request is next:
Post request to https://xxxxxxx.azurewebsites.net/api/UrlShortener
Header:
x-functions-key:XXXXXXXXXXXXXXXXXXXXXXXXXXXX==( this is a key from azure function)
Content-Type:application/json
Body:
{
"url": "http://www.frankysnotes.com/wer?werr",
"vanity": ""
}
Reply:
{
"message": "Claim not Found",
"statusCode": 400
}
I will appreciate your help.
Thank you,
Vladimir
Beta Was this translation helpful? Give feedback.
All reactions