Closed StefanSchoof closed 4 years ago
msal@1.x.x
@azure/msal@1.x.x
@azure/msal-browser@2.x.x
@azure/msal-angular@0.x.x
@azure/msal-angular@1.x.x
@azure/msal-angularjs@1.x.x
The documentation does say nothing about handleRedirectCallback. If this is not added a error about the need to define a handleRedirectCallback is displayed in the browser console. To find how this should be done you need to dig into the sample and find: https://github.com/AzureAD/microsoft-authentication-library-for-js/blob/3e32907a3300f281318df171e79cdf32cc3156ad/samples/angular9-sample-app/src/app/app.component.ts#L26
handleRedirectCallback
Okay, just saw https://github.com/AzureAD/microsoft-authentication-library-for-js/pull/1358, so this will not required in the next release
Library
msal@1.x.x
or@azure/msal@1.x.x
@azure/msal-browser@2.x.x
@azure/msal-angular@0.x.x
@azure/msal-angular@1.x.x
@azure/msal-angularjs@1.x.x
Documentation location
Description
The documentation does say nothing about
handleRedirectCallback
. If this is not added a error about the need to define ahandleRedirectCallback
is displayed in the browser console. To find how this should be done you need to dig into the sample and find: https://github.com/AzureAD/microsoft-authentication-library-for-js/blob/3e32907a3300f281318df171e79cdf32cc3156ad/samples/angular9-sample-app/src/app/app.component.ts#L26