-
-
Notifications
You must be signed in to change notification settings - Fork 38
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
When click on sign in with Microsoft button at that time infinite API is calling #101
Comments
Im facing the same issue, any solution found ? |
@alexandrtovmach can you please help here? |
@alexandrtovmach Any Update on this? |
@alexandrtovmach can you please give me update on this? |
@alexandrtovmach Any update on this? |
I had a similar issue. For the time being I've set it up so that a dummy button takes the place of the real login button while my server is verifying the details from Microsoft. It seems that whenever the page is loaded and the microsoft login button is rendered it will instantly starting trying to get a silent login and this caused the loop on my system. |
I'm facing the same issue, any solution found? Please help. |
Please check new version v2.0.0+ I'm gonna work on slight refactor next week, so plan to fix it |
when click on sign in with Microsoft button at that time infinite API is calling.
Here AUTH handler function call infinite time.
<AEPopup
showModal={isShowMicrosoftPopup}
onCloseFunc={this.onCloseFunc}
modelFooter={
}
>
Video : https://share.vidyard.com/watch/P3Aifm6dDmdjpn4hYL57Bb?
The text was updated successfully, but these errors were encountered: