I am using Azure AD role based authentication, I have added 2 roles ( Observer, Reader ) in the Web-application and I have assigned specific users which works fine.
My question is that where should I create these Roles ? As of now, those are created under the Web-application however I feel that it should be created under the API application
If these roles are created under an API application, how can I generate the Access token when the Web application needs to interact with multiple APIs as I am not able to request for multiple scope(s)/resource(s)?