Hi,
I have registered an app on azure, like I did already before, and already have admin consent for all scopes, however scope Files.ReadWrite.All (application, not delegated) creates an issue.
When I try to obtain a code using:
https://login.microsoftonline.com/common/oauth2/v2.0/authorize?client_id={my_client_id}&scope=openid offline_access Files.ReadWriteAll&response_type=code&redirect_uri={my_redir_uri}
a response from graph says: Files.ReadWrite.All does not exist on the resource.
Recently (couple a month ago) I did exactly the same fro another client, and then all worked fine, no issues.
I have traversed all answers on docs, and stackoverflow, but nothing helps clear out response.
Anyone knows what is going on with graph?