Developer SSO
2 TopicsUser consent: Graph permissions
Our app needs graph permissions to work and they are configured in the API permissions of the App registration. They are all delegated permissions. When a user now installs the app for the first time she is asked to grant some permissions. However these permissions do not include the graph permissions. Upon the retrieval of a graph token, the call fails because of the missing scopes and the user needs to authorize again via the MSAl2Provide. This time the consent shown includes all configured graph scopes and afterwards everything works fine. But the flow is a bit strange for the users. Is there a way to include the graph permissions in the very first consent dialog when the app is installed?1.8KViews0likes4Comments