The spinning login with intermittent success on URL paste is a classic Power Pages auth redirect issue.
here few things to check:
1. Third-party cookie blocking: Power Pages uses .AspNet.Cookies issued after Entra ID authentication. If users' browsers are blocking third-party cookies (Chrome's Privacy Sandbox, Safari ITP), the session cookie isn't set properly and the redirect spins. Check: have affected users disable third-party cookie blocking for the Power Pages domain, or test in a browser with third-party cookies allowed. This is the most common cause of the intermittent behavior you're describing.
2. Conditional Access MFA loop: if a Conditional Access Policy recently added MFA requirements and some users have incomplete MFA registration, they can get stuck in a proofup redirect loop where the login page spins without ever completing. Check Entra ID Sign-in logs for the affected users and look for interrupted sign-in events.
3. Power Pages response type: Power Pages defaults to code id_token (implicit grant), which is deprecated and can behave inconsistently in modern browsers that restrict implicit flow tokens in redirects. If you recently updated any browser policies or if your tenant's Entra app registration was modified, this could explain a sudden change.
4. Restart the site: in Power Pages admin center (admin.powerplatform.com > your site > Manage), restart the site. Authentication setting changes can take minutes and a stale session on the portal host can cause spinning.
Best regards,
Valantis
✅ If this helped solve your issue, please Accept as Solution so others can find it quickly.
❤️ If it didn’t fully solve it but was still useful, please click “Yes” on “Was this reply helpful?” or leave a Like :).
🏷️ For follow-ups @Valantis.
📝 https://valantisond365.com/