A sample showcasing how to develop a web application that handles sign on via the unified Azure AD and MSA endpoint, so that users can sign in using both their work/school account or Microsoft account. The sample also shows how to use MSAL to obtain a token for invoking the Microsoft Graph, as well as incrementental consent.
I tried using this example with an existing AAD app I'd already created and I'm getting the unauthorized_client response. I replaced the client id and secret, as well as the application id and the redirect url was modified correctly. Is there something I'm missing here?
I tried using this example with an existing AAD app I'd already created and I'm getting the unauthorized_client response. I replaced the client id and secret, as well as the application id and the redirect url was modified correctly. Is there something I'm missing here?