Hello @Sethu Rathinasamy , thank you for reaching out. Based on the details shared above, I did check the backend logs using the correlationID and timestamp and I did see a mismatch in the Redirect_URIs, the one sent in the request and the ones configured in your app registration.
From the backend logs what I found is:
- App Name: TWDC_FileMaker
- AppID: db4641e6-1d21-4f14-bd09-23c01eeb4235 Redirect_URI configured in App Registration in AAD:
https://filemaker08.foxinc.com/oauth/redirect
Reply url specified in the request: https://feguswdmsdz27.ffe.foxeg.com/oauth/redirect
The following redirect_URI present in the request i.e https://feguswdmsdz27.ffe.foxeg.com/oauth/redirect
is nowhere available in the list of the reply_urls configured in the App Registration.
To fix this issue, either you update the request with the right redirect_url or you add the redirect_url present in your current request into the reply_url section of your app registration. The bottom line is the reply_url/redirect URI being sent in the request should always match with the redirect_url/rely_url configured in the app registration in AAD.
Hope this helps.
Do let us know if this helps and if there are any more queries around this, please do let us know so that we can help you further. Also, please do not forget to accept the response as an Answer; if the above response helped in answering your query.
Hello @Sethu Rathinasamy , thank you for sharing the update. I am glad the steps helped you in fixing this issue.