I followed the steps in Create an ASP.NET web app with Azure Active Directory B2C sign-up, sign-in, profile edit, and password reset and used the sample code to prototype Azure AD B2C for our company.
- The only change is that I used my domain name instead of the sample domain and modified the web.config
- I have defined the scope and App ID for API application
- I get the Id token but not the access token
Any suggestion on what the issue could be?