I am trying to create an Azure AD Application for multi-tenant use and I am running into some problems.
For one, the documentation on this page https://msdn.microsoft.com/en-us/library/azure/dn645542.aspx does not appear to align with what the oAuth APIs actually want. The docoumentation states that the resource parameter for the request of the
oAuth Token is optional, but the API gives an error saying its missing the resource parameter when I try to exclude it.
So I added the resource (App ID URI), but now it is telling me that the "AADSTS90027: The client '1ff78c4b-414f-44c7-834b-XXXXXXX' and resource 'https://www.cloudthings.info/oauth' identify the same application."
I am not very familiar with Azure AD and how this process works, but there is definitely something I am doing wrong here. Could someone please give some insight on what these values are and how they tie in with my Azure AD oAuth process?