AADSTS70005: response_type ‘id_token’ is not enabled for the application
AADSTS70005: response_type ‘id_token’ is not enabled for the
application
How to get logs using Graph API for invalid usernames attempt?
I’m trying to get logs for invalid username attempts using Graph API, by calling this endpoint:
https://graph.microsoft.com/v1.0/auditLogs/signIns
Switch to Admin consent Workflow in Azure
in my azure tenant currently I have the default option of “allow users consent for apps” in the consent permission settings. I now want to switch and select either “do no allow user consent” or “allow user consent for apps from verified publishers” and use the admin workflow for having users quickly request consent to the admins. My question is: What will happen to all the app registrations in my tenant that have been granted consents from users? Will i need to re-give consent with admin or not?