Forum Discussion
Issue with Fabric Apps To-do template
Hi Everyone,
I am using the To-do app template in Fabric Apps. The deployed app opens successfully sometimes, but at other times authentication does not complete and the app remains stuck on the authentication page.
There are no configuration changes between the successful and failed attempts.
Has anyone experienced this intermittent behaviour? Are there any authentication settings, permissions, redirect configurations, or logs that I should check?
Thanks in advance for your help.
1 Reply
- v-saisrao-msftCommunity Support
Hi Aparnaa_MS,
Since the issue is intermittent, please verify the Fabric SSO flow, including the RayfinClient baseUrl/publishableKey, the callback/original tab origin, and that returnOrigin matches the configured allowedRedirectUris; also ensure the SSO popup is triggered by a user action and restart the sign-in flow if it exceeds the documented five-minute timeout. Since Fabric Apps is currently in Preview, these authentication checks are worth verifying.
Troubleshoot Fabric Apps - Microsoft Fabric | Microsoft Learn
Configure Fabric SSO authentication for your Fabric app - Microsoft Fabric | Microsoft LearnThank you.