Hi,
I have an Azure Active Directory and a SPA App registration.
I am using the Microsoft Graph endpoint to invite a Guest User to the AD.
However, while signing in to the App, it is requesting me to grant access to "read chat messages"
I had added this permission earlier; however, I later revoked this (using powershell) from the Service principal.
While signing in with my account, I am still required to grant access to read chat messages.
I created another SPA App registration in the same tenant; however, even the new App requires me to grant access for the same.
Does anyone know why this behavior might be happening?
I want my SPA App to request the least access possible from the user.
Thanks