How scopes are added to token in Azure Entra ID?
I am working on a project were I am trying to generate token using Authorization Code flow in Azure Entra ID. I have created custom scopes and trying to include those scopes in token. While intiating the authorization I am including required scopes using the scopes query parameter. Every time I add new scopes consent screen is prompted. I am giving user consent to the requested scopes. I have observed that Azure Entra ID includes the already consented scopes by the user inside the token even If I haven’t requested for them while initiating Authorization.