Hi.

We have a webapp running using oAuth2 Office365 Rest API.
Works great.
Now we started a second webapp (the same application on the same server) that is pointing to another database.
We registered the application in Azure AD and set the URL:s, copied the ID:s and created a new Client Secret key. Put it all in our new webapp.

But we got a message saying, "Invalid client secret is provided".
So we created a new key and put in our webapp. Got the same message.
We deleted the webapp from Azure AD and created it again. Still we get "Invalid client secret is provided"...

What more needs/can be done??