Good Morning,
I'm hoping someone can provide some direction with an issue I've been working on for some time. I have an existing Web App running on my tenant's app service. Currently, it has an api back end with an angular front end that uses Azure Ad for the user to sign in and then you can access the back end to get its data.
I wanted to build a moblie client to access that same back end api. I built the mobile client in Xamarin forms, and I've implemented the msal library logic, when the androids browser opens, I enter my credentials, I am redirected back to the app and My authorization result has a token. The problem I'm running into is then when I attempt to send a request to my api, it comes back as a 401.17 unauthorized result 'You do not have permission to view this directory or page.' I am logging in using the same credentials with no luck. Can someone provide some insight on what I'm missing. If any code or configuration is needed I'll post it.