Share via

How do I fix student portal account login?

Benjamin Medina 0 Reputation points
2026-03-30T20:21:45.5166667+00:00

I am having issues with student portal sign in. Everytime the student login to their portal, it gives the message: Hang on a moment while we sign you out!!! but he/she are not trying to sign out, but the opposite.

Azure Advisor
Azure Advisor

An Azure personalized recommendation engine that helps users follow best practices to optimize Azure deployments.


2 answers

Sort by: Most helpful
  1. Yutaka_K_JP 1,570 Reputation points
    2026-03-31T08:35:56.3033333+00:00

    i think the loop’s just a stale sessn token stuck mid‑redirect in the browser’s auth jar… seen it too many times at this hour. if it keeps kickin u out, clear that site’s cookies or try a clean priv window… a diff profile forces a fresh chain if u need it.

    0 comments No comments

  2. Q&A Assist
    2026-03-30T20:22:05.0333333+00:00
    AI generated content. This question contains an answer created with AI from Q&A Assist. Learn more

    The behavior indicates a sign-in/sign-out loop rather than a successful login. Use the following checks and fixes:

    1. Verify the account type and eligibility
      • For Azure Dev Tools for Teaching or similar student portals, each student must have a valid Microsoft account.
      • If the student signs in with a university email and it is not yet a Microsoft account, create a Microsoft account using that university email.
      • If the student previously used a personal email, ensure that email is linked to a Microsoft account or create one for it.
    2. Confirm correct sign-in URL and tenant
      • Ensure the student is using the correct portal URL provided by the institution.
      • If the portal uses My Apps (Azure AD/Entra), confirm the URL is either https://myapps.microsoft.com or the institution’s customized My Apps URL (for example, https://myapps.microsoft.com/contoso.com).
      • If there are issues with personal vs. organizational accounts, try signing in via a tenant-specific URL such as:
        • https://myapplications.microsoft.com?tenantId=your_domain_name
        • https://myapplications.microsoft.com?tenant=your_tenant_ID
    3. Check browser and security settings
      • Make sure the browser is supported for My Apps and meets requirements.
      • Add the portal/My Apps URL to the browser’s trusted sites if required by your organization.
      • Clear browser cache and cookies and try again.
      • If using Internet Explorer or Microsoft Edge with support.microsoft.com–style sign-in loops, ensure that key Microsoft domains are either all in or all out of Trusted Sites so cookies can be shared correctly.
    4. Validate the user account state in Entra ID
      • Confirm in Microsoft Entra ID (Azure AD) that:
        • The account is enabled for sign-ins.
        • The account is not locked out.
        • The password is not expired.
      • If there have been many failed attempts, wait for the lockout period to expire before trying again.
    5. Check MFA and Conditional Access
      • Ensure Multi-Factor Authentication is not blocking access (for example, outdated phone or app details).
      • Verify that no Conditional Access or legacy Identity Protection policy is preventing sign-in from that device/location.
      • Confirm the student’s authentication contact info (phone, email, authenticator app) is current.
    6. Test with another browser/device and network
      • Try signing in from a different browser (Edge/Chrome/Firefox) and another device.
      • If it works elsewhere, the issue is likely local browser profile, cached tokens, or security software on the original device.
    7. If the account is not backed by Entra/Office 365
      • For services like Services Hub or similar, ensure the account is a Work or School account associated with a Microsoft Entra Directory or Office 365 tenant. If only a personal account exists and the service requires organizational accounts, the workspace must be configured to allow personal accounts by Microsoft support.

    If the loop persists after these steps, collect details (exact URL, tenant, browser, timestamp, and any error codes) and escalate to the institution’s IT/Entra administrator to review sign-in logs and Conditional Access in the tenant.


    References:

    0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.