-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The Spinner is keep Spinning after PopUp #1
Comments
Hi Dheeraj,
Did you follow the steps carefully? did you try to debug it to see if any errors come up?
Kind regards,
Ramin
…________________________________
From: Dheeraj ***@***.***>
Sent: Thursday, June 3, 2021 8:40 PM
To: AhmadiRamin/office-addins-msal ***@***.***>
Cc: Subscribed ***@***.***>
Subject: [AhmadiRamin/office-addins-msal] The Spinner is keep Spinning after PopUp (#1)
Hi Ahmad,
First of all Very Good job on combining pieces together. I'm having issue while setting it up . The Login Function isn throwing Popup and after i sign in the spinner keeps spinning instead of redirecting to welcome screen. I just cloned your code and updated my ClineId, SharePoint URL.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub<#1>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/ADTLF23XS73WAXNNRQ4LSV3TQ7SEHANCNFSM46BPKYOQ>.
|
yes sir, i did follow the steps. It's rejecting the promise in this line of code |
There are some solutions in the following links:
Get Login Error "Seamless single sign on failed for the user" for some users · Issue #1986 · AzureAD/microsoft-authentication-library-for-js (github.com)<AzureAD/microsoft-authentication-library-for-js#1986>
Receiving error - Seamless single sign on failed for the user · Issue #2372 · AzureAD/microsoft-authentication-library-for-js (github.com)<AzureAD/microsoft-authentication-library-for-js#2372>
Kind regards,
Ramin
…________________________________
From: Dheeraj ***@***.***>
Sent: Friday, June 4, 2021 2:01 PM
To: AhmadiRamin/office-addins-msal ***@***.***>
Cc: Ramin Ahmadi ***@***.***>; Comment ***@***.***>
Subject: Re: [AhmadiRamin/office-addins-msal] The Spinner is keep Spinning after PopUp (#1)
yes sir, i did follow the steps. It's rejecting the promise in this line of code
const spTokenResponse = await userAgentApp.acquireTokenSilent(spReqObj);
with this description ""Seamless single sign on failed for the user. This can happen if the user is unable to access on premises AD or intranet zone is not configured correctly Trace ID: d95bc968-3961-443c-acb7-42f0b3a74103"
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub<#1 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/ADTLF2YKUGW3RJUJVVX62QLTRDMFPANCNFSM46BPKYOQ>.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi Ahmad,
First of all Very Good job on combining pieces together. I'm having issue while setting it up . The Login Function isn throwing Popup and after i sign in the spinner keeps spinning instead of redirecting to welcome screen. I just cloned your code and updated my ClineId, SharePoint URL. I tried to debug it but i believe it's failing in this method.
const spTokenResponse = await userAgentApp.acquireTokenSilent(spReqObj);
The text was updated successfully, but these errors were encountered: