Click here to Skip to main content
15,867,977 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi Team,

We are using first party AAD and its a single page application using MSAL with implicit grant, so access token will be from the authentication server after successful authentication and its stored in local storage of browser, during MSAL angular we tried to pass consent scopes ,so from the token got from from authentication server is ID token and unable to generate access token i.e. with required scopes in claims,we are using We are using MSAL 1.3.0,MSAL-angular 1.0.0,

Please let us know if you need any other information,

Thanks


What I have tried:

We have tried the following options
1.passing clinet id as consent scope,we got id token,
2.Passing APP id URI,we are unable to get access token,
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900