
Step 8: Open Settings, and go to Accounts > Your info, and then click "Sign in with a Microsoft account instead". Step 7: When you are at the login screen, sign in with the local account you just created. Windows 10 will then sign out from the Microsoft account. The user name is required, the password and password hint are optional. Step 5: Type in a user name, password and password hint you want for your local account, and then click Next. Step 4: When it asks for your current password, type in the current password of your Microsoft account and then click Next. Step 3: Click "Your info" on the left side, then click "Sign in with a local account instead" on the right side.

Step 2: Open Settings using Win + I keys, then go to "Accounts (Your accounts, email, sync, work, family)". Step 1: Sign in Windows 10 with the Microsoft account. Option 1: by switching to local account from Microsoft account

what we want is, once user logged out from the application and hit web page again it should ask to select Microsoft account to log-in.

Return **binding.Bind(saml2LogoutRequest).ToActionResult() ** /* logged out from Microsoft application */ĭelete cookies as expected, our application does not have custom log in page, as soon as user hit webpage it will redirect user to log-in and because Azure AD session is still active it land user on home page. Var saml2LogoutRequest = await new Saml2LogoutRequest(config, User).DeleteSession(HttpContext) everything is working as expected, while logging out we use following code, which logged out user from Microsoft account and as result the user also logged off from other applications as well, can we log out user only for specific Azure AD enterprise application? Net Core 6, ITfoxtec framework ( ) and Azure AD Enterprise application.
