Azure AD B2C Returning Additional Scopes
Hello,
I have an .Net Core 7 Web API Protected by Azure Active Directory B2C, I have configured the everything properly based on the documents provided by Microsoft
I have registered my Web API on Azure AD B2C, exposed 2 scopes and then configured my .Net Core 7 Web API to use Azure AD B2C based Authentication and Authorization and everything is working as expected.
The issue I am facing here is that I am requesting only one scope from postman but I am getting all scopes based my Auth Flow is Auth Code with PKCE.
I am now sure if I am missing something, any help in this regard is much appreciated.