azure-ad-b2c

Azure AD B2C Authentication with Azure AD Multi-tenant

馋奶兔 提交于 2020-12-08 07:01:23
问题 I have configured Azure AD multi-tenant autentication by following this article: https://docs.microsoft.com/en-us/azure/active-directory-b2c/identity-provider-azure-ad-multi-tenant-custom?tabs=applications The authentication worked on friday last week, but now its suddenly failing. I tried to re-register the application in Azure AD with new App Id and new App secret that was added in both ends. Error i'm getting: Sorry, but we’re having trouble with signing you in. AADSTS9002325: Proof Key

Change Azure AD B2C SignOut URL (Change AzureADB2C/Account/SignedOut to custom URL)

為{幸葍}努か 提交于 2020-12-08 06:23:43
问题 I'm currently building a C# Net Core 2.2 app that is using Azure B2C OIDC for login/authentication. I've customized the login page and know how to customize the edit/forgot password screens with CSS and code hosted on my site using custom page layouts. The problem I'm running into is that on signout, I'm being redirected to /AzureADB2C/Account/SignOut. I'd like to either modify the CSS like I can with the login page, or change that URL to go to a custom controller action hosted on my site.

Change Azure AD B2C SignOut URL (Change AzureADB2C/Account/SignedOut to custom URL)

三世轮回 提交于 2020-12-08 06:23:36
问题 I'm currently building a C# Net Core 2.2 app that is using Azure B2C OIDC for login/authentication. I've customized the login page and know how to customize the edit/forgot password screens with CSS and code hosted on my site using custom page layouts. The problem I'm running into is that on signout, I'm being redirected to /AzureADB2C/Account/SignOut. I'd like to either modify the CSS like I can with the login page, or change that URL to go to a custom controller action hosted on my site.

Change Azure AD B2C SignOut URL (Change AzureADB2C/Account/SignedOut to custom URL)

二次信任 提交于 2020-12-08 06:23:07
问题 I'm currently building a C# Net Core 2.2 app that is using Azure B2C OIDC for login/authentication. I've customized the login page and know how to customize the edit/forgot password screens with CSS and code hosted on my site using custom page layouts. The problem I'm running into is that on signout, I'm being redirected to /AzureADB2C/Account/SignOut. I'd like to either modify the CSS like I can with the login page, or change that URL to go to a custom controller action hosted on my site.

Pass access token of a third party IDP to the application via Azure AD B2C

拈花ヽ惹草 提交于 2020-12-07 10:02:17
问题 I’m working on an application which can read files of a given OneDrive account. We use Azure AD B2C as the identity provider. Also users can login to the application using their Microsoft account. For that I have enabled Microsoft as an Identity Provider in my AAD B2C tenant. When a given user is login using their Microsoft account, application should be able to get an access_token which enables us to communicate with MS Graph API, in order to fetch file details. However, according to this

Pass access token of a third party IDP to the application via Azure AD B2C

99封情书 提交于 2020-12-07 09:57:31
问题 I’m working on an application which can read files of a given OneDrive account. We use Azure AD B2C as the identity provider. Also users can login to the application using their Microsoft account. For that I have enabled Microsoft as an Identity Provider in my AAD B2C tenant. When a given user is login using their Microsoft account, application should be able to get an access_token which enables us to communicate with MS Graph API, in order to fetch file details. However, according to this

Pass access token of a third party IDP to the application via Azure AD B2C

生来就可爱ヽ(ⅴ<●) 提交于 2020-12-07 09:55:47
问题 I’m working on an application which can read files of a given OneDrive account. We use Azure AD B2C as the identity provider. Also users can login to the application using their Microsoft account. For that I have enabled Microsoft as an Identity Provider in my AAD B2C tenant. When a given user is login using their Microsoft account, application should be able to get an access_token which enables us to communicate with MS Graph API, in order to fetch file details. However, according to this