Hello,
I have developed an application and for single sign on which works fine for my demo account in bot multi-tenant and single-tenant modes. On the other hand when my customers tries to login with his account I get an "{"error":"invalid_grant","error_description":"AADSTS65001:
The user or administrator has not consented to use the application with ID \'f706fdc4-62ba-48dc-9d62-04280138344d\'. Send an interactive authorization request for this use
r and resource.\\r\\nTrace ID: 7cfc3b17-1b3a-4dac-88e0-8234d2bf466e\\r\\nCorrelation ID: 53130bbc-6837-4b3d-8bf7-2d960707f8d8\\r\\nTimestamp: 2016-04-18 08:32:15Z","error_codes":[65001],"timestamp":"2016-04-18 08:32:15Z","trace_id"
:"7cfc3b17-1b3a-4dac-88e0-8234d2bf466e","correlation_id":"53130bbc-6837-4b3d-8bf7-2d960707f8d8"}". The most weird thing is that in the multitenant configuration, he is prompt to accept the permission granting to my application
but again the consent is not given even if he explicitly accepts the permissions.
Kind Regards,
Nikos