Good morning all,
I'm looking to recover the result of a web request like:
https://login.windows.net/IDtenant/oauth2/authorize?
client_id = CustomerID
& Code = response_type
& Redirect_uri = URLRedirect
Response_mode & query =
& Scope = Tenant.ReadWrite.All
& State = 12345
This request generates an authentication code to call generate a token ...
I think we should use the redirect URL ... well, I think
Thank you