Migrate Azure App Service to use Graph API instead of AAD Graph api
Hi Team,
I'm in a process of Migrating our Azure App Service application to use graph api instead of AAD Graph api.
I followed the steps which is mentioned in the article
unfortunately its not yet successful.
Throwing an exception
"OpenIdConnectMessage.Error was not null, indicating an error. Error: 'invalid_request'. Error_Description (may be empty): 'AADSTS90014: The required field 'nonce' is missing from the credential. Ensure that you have all the necessary parameters for the login request. Trace ID: 841e0b30-ec41-4be2-9ccd-cd2bed780b00 Correlation ID: 7f2cc928-308b-4e49-9560-d5f0db50c719 Timestamp: 2025-05-01 13:08:50Z'. Error_Uri (may be empty): 'https://login.microsoftonline.com/error?code=90014'."
can someone point where the actual issue is?
thanks,
Nandhini