azure-active-directory

How to specify custom logout URL when using Azure AD authentication in .NET core

我的未来我决定 提交于 2020-12-01 12:14:25
问题 I have an ASP.NET core 2.2 web application that uses work or school accounts (Azure AD authentication). When I sign out, the application ends up at /AzureAD/Account/SignedOut I'd like for it to redirect back to the home page using the Logout URL specified in the application registration. See below for screenshot. When specifying a logout URL here, Azure AD does in fact call that page (to clear session data), but then it finally ends up at the /AzureAD/Account/SignedOut location. I don't see

How to specify custom logout URL when using Azure AD authentication in .NET core

人走茶凉 提交于 2020-12-01 12:13:28
问题 I have an ASP.NET core 2.2 web application that uses work or school accounts (Azure AD authentication). When I sign out, the application ends up at /AzureAD/Account/SignedOut I'd like for it to redirect back to the home page using the Logout URL specified in the application registration. See below for screenshot. When specifying a logout URL here, Azure AD does in fact call that page (to clear session data), but then it finally ends up at the /AzureAD/Account/SignedOut location. I don't see

Azure Active Directory - User flow for authentication + MFA without B2C

倾然丶 夕夏残阳落幕 提交于 2020-11-29 21:14:24
问题 I have a web app that has a group of users in Azure AD and I'd like to authenticate against that via username/password but customize the solution with my own styled login screen and possibly reuse the MFA solution that Microsoft offers in their Interactive flow. So, looking at the list of flows: What are the possible flows that I can use to accomplish what I need? The username/password "password" grant only works if MFA is disabled, so one scenario I can envision is possible combining this

Azure Active Directory - User flow for authentication + MFA without B2C

三世轮回 提交于 2020-11-29 21:07:35
问题 I have a web app that has a group of users in Azure AD and I'd like to authenticate against that via username/password but customize the solution with my own styled login screen and possibly reuse the MFA solution that Microsoft offers in their Interactive flow. So, looking at the list of flows: What are the possible flows that I can use to accomplish what I need? The username/password "password" grant only works if MFA is disabled, so one scenario I can envision is possible combining this