-
Notifications
You must be signed in to change notification settings - Fork 15
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
Azure auth web page continuously open in the browser without stopping #83
Comments
I'm also interested in this. I actually helped make the shiny vignette but I've always run into this infinite loop when trying to debug SSO locally. |
I had the same. |
@tylerlittlefield @liqi6811 is this still happening? Sometimes Azure can be glitchy. |
@hongooi73 Yes, it is still happening, do not know how to solve it. |
@hongooi73 yes, this still happens to me as well |
Hi all, I found how to solve infinite loop issue. The code is developed based on Hadley's shiny-oauth.r from the original code, aleszib mentioned the code works fine in "Externa" but not in RStudio viewer plan. So, I just published the code to shinyapps.io and the Azure authentication works. Just to make sure your actually app code is working, then add your ui to ui, and your server logic to server after token generated. Sample code as below:
I do not know why it does not work in RStudio viewer, please share if anybody knows. |
We could run the code locally in RStudio by setting a So we set
|
Hi team,
I tried code vignettes/shiny.Rmd, but the Azure auth web page continuously open in the browser without stopping, how to resolve it?
Thanks,
Ling
The text was updated successfully, but these errors were encountered: