I created a new app in azure but when users try to log in they keep getting message admin approval required
I have changed to single tenant still same issue. as far i know from microsoft that if you only allow basic info you dont need to approve the app. enter image description here
These are the steps i taken to create a app.
create new app called "NameOfYourApp"
Add following url
3. - Enable in Windows Azure Active Directory the access to 2 permissions Read all users' basic profiles and Sign in and read user profile. - Add Dynamics CRM Online and enable the access to 1 permission: Access Dynamics 365 as organization users.
- generated a Client Secret key
Thats it
Anything i'm missing