Use My Current Account automatically sign you in to Microsoft sites using browser's profile or any Microsoft account (Outlook 365, MSA, Live ID, AAD, Azure AD). It completely remove Connected To Windows account and help you log in silently with OAuth2 Single-Sign-On.

Share on Facebook

Use My Current Account
Remove Connected to Windows account

1. List your Microsoft accounts in popup box and let you choose one.

2. Auto pre-fill username in OAuth2 SSO process (using login_hint=email)

3. Force silent log in (using prompt=none)

4. Remove "Connected to Windows" account from Edge/Chrome

The extension silently gets a list of Microsoft accounts you signed in.

1. Microsoft Live ID: Sign in with the account you use for OneDrive, Xbox Live, Outlook.com or other Microsoft services.

2. Organizational account: Sign in with the account provided by your work or school to use with Office 365 or other Microsoft services.

The extension forces silent SSO by changing the paramters in OAuth2 authorize process.

1. login_hint
You can use this parameter to pre-fill the username and email address field of the sign-in page for the user, if you know the username ahead of time. Often, apps use this parameter during reauthentication, after already extracting the login_hint optional claim from an earlier sign-in.

2. prompt
Indicates the type of user interaction that is required. The only valid values at this time are login, none, consent, and select_account.

The prompt=none parameter should be paired with a login_hint to indicate which user must be signed in. These parameters ensure that the user isn't presented with any interactive prompt at all. If the request can't be completed silently via single sign-on, the Microsoft identity platform returns an error. Causes include no signed-in user, the hinted user isn't signed in, or multiple users are signed in but no hint was provided.

Notes

- We built this long ago for our in-house system, and now we publish it and it's free. If you found a problem, contact us at [email protected] before you post a negative review on Edge or Chrome Web Store.

- "Use My Current Account To Login Microsoft SSO" is upgraded to manifest v3 based on the idea of the extension "Use My Current Account" by Claire Novotny.