Startups: Companies that are in their initial stages of business and typically developing a business model and seeking financing.
Hi Joy Maity,
Welcome to Microsoft Q&A,
The root cause here is your account having no Microsoft Entra directory associated with it yet. This is explicitly called out in Microsoft's own error code documentation: AADSTS16000 is described as fairly common when signing in with a personal Microsoft account that has no directory associated with it. The "Verify with LinkedIn" button doing nothing is likely a downstream symptom of the same broken session state, not a separate bug.
Here's the fix path:
- Fully sign out everywhere first. Go to account.microsoft.com → Security → Sign out everywhere. Stale sessions from a previous tenant (your prior startup's tenant) can cause the portal to keep trying to resolve into a tenant context that no longer recognizes your account.
- Use a single clean browser session. Open a fresh InPrivate/Incognito window and make sure you're signed into only one Microsoft account. Mixing a personal live.com session with any other signed-in work/school account in the same browser profile is a common trigger for this exact error.
- Create the default directory first. Go directly to portal.azure.com and complete an Azure free account signup with your personal account before trying Founders Hub again. This step provisions a default Microsoft Entra directory for your account, which is the missing piece the AADSTS16000 message is pointing at.
- Then retry Founders Hub. Once step 3 succeeds and you can land in the Azure portal without errors, go back to the Microsoft for Startups page and try "Verify with LinkedIn" again.
If it still fails after these steps, the most likely remaining cause is a lingering association with your previous (closed) startup tenant on Microsoft's backend, and that part needs Microsoft for Startups support to clear, not something fixable from your side.
Reference: Microsoft Entra authentication and authorization error codes (AADSTS16000)
Please Upvote and accept the Answer if it helps!!