microsoft / Intune-Resource-Access

Sample code and scripts for interfacing with the Intune Resource Access APIs.
MIT License
54 stars 58 forks source link

Reply URL Issue #108

Open mitchelnieto opened 3 years ago

mitchelnieto commented 3 years ago

I have the module built and imported, but when I go to authenticate to AAD, I receive the following:

AADSTS50011: The reply URL specified in the request does not match the reply URLs configured for the application

I have been unable to find the answer in the Readme or in the source files themselves. I did see that the reply URL points to a hash table /common but I have been unsuccessful in getting authentication to work.

Can you provide an example of the reply URL that is supposed to be listed in the Enterprise App?

Thanks