Closed madsem closed 7 years ago
The error might be helpful... you're doing: ->withClientId(AuthHelper::ClientId)
but I can't see any calls to ->withClientSecret()
in your code...
@madsem - As @J7mbo inferred you would need to provide the client secret via ->withClientSecret()
if you have registered a web app. If you are not using a web app you can edit the platform via https://apps.dev.microsoft.com/ and choose Native.
Hi,
after a good amount of testing I can't make even the connection to the API work anymore while trying to migrate to v11.
We're saving the refresh and access token in a DB.
According to the given example in AuthHelper I am trying to retrieve a new access token like:
But in the console I get: