In SPFx, how can i fetch the access Token for a guestUser(preferably using MSAL). Where User access SPO environment using live or microsoft account

sharepoint.stackexchange https://sharepoint.stackexchange.com/questions/280415

  •  08-02-2021
  •  | 
  •  

문제

i tried with below code using aadTokenProviderFactory in spfx but it fails for the externaluser.

this.context.aadTokenProviderFactory.getTokenProvider().then(aadTokenProvider =>{
                aadTokenProvider.getToken("https://graph.microsoft.com").then(response=>{
                    console.log(response);

올바른 솔루션이 없습니다

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 sharepoint.stackexchange
scroll top