


Open the Settings charm and select Accounts, youll find the option Sign in with a Microsoft account instead is. Var binding = new Saml2RedirectBinding() īinding. Log off and log in again your Windows 10/8 PC.

2 Close any other Office apps you have open. Youll find it in your Windows Start menu. Public IActionResult Login(string returnUrl = null) Method 1 Outlook for Windows 1 Open Microsoft Outlook on your PC. 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. Fabric is an end-to-end analytics product that addresses every aspect of an organization’s analytics needs. 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. Note, you may need to convert your account to a local account before hand. This policy must be enabled and related UAC settings configured. You might also have a OneDrive folder linked to the account: The Work. Go to Start > Settings > Accounts > Email & accounts > select your account > Manage > Remove this account from this device. Var saml2LogoutRequest = await new Saml2LogoutRequest(config, User).DeleteSession(HttpContext) In Windows 10, go to Start > Settings > Accounts Access work or school. 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.
