azure-ad-b2c

Azure AD B2C Graph Api - Get/Set profile picture

扶醉桌前 提交于 2021-02-08 07:03:23
问题 For one of my dashboards I want to show the user their profile picture for obvious personalisation reasons, and offer them the possibility to change it. Most blog posts and articles on the Microsoft Docs site name a variety of endpoints I can leverage to get this data, but I'm just unable to get this to work with a simple postman call. Since I can't even get the photo, I wouldn't know how to change (update) it either. The following endpoints don't work: GET https://graph.microsoft.com/beta

Do not receive notifications about user profile updates

你说的曾经没有我的故事 提交于 2021-02-08 04:18:05
问题 I need to get notifications about user profiles updates in Azure B2C and handle them using Azure Functions HttpTrigger. I followed this two guides: https://docs.microsoft.com/en-us/graph/tutorials/change-notifications https://github.com/microsoftgraph/webjobs-webhooks-sample Result of both of them is successful subscription to user updates and successfully processed initial request with verification code, but when I am editing user profile in my app I don't get any notifications about updates

Can Azure AD (work) accounts be used with Azure B2C? Is that a bad idea? [closed]

霸气de小男生 提交于 2021-02-07 20:56:45
问题 Closed . This question needs to be more focused. It is not currently accepting answers. Want to improve this question? Update the question so it focuses on one problem only by editing this post. Closed 2 years ago . Improve this question I need to support work accounts (or school accounts) with AzureAD B2C. I already have an existing base of Facebook clients and Google. However, when I configure the Microsoft endpoint, I only get the liveID option. Is there a way to use a custom B2C signup

Can Azure AD (work) accounts be used with Azure B2C? Is that a bad idea? [closed]

这一生的挚爱 提交于 2021-02-07 20:50:30
问题 Closed . This question needs to be more focused. It is not currently accepting answers. Want to improve this question? Update the question so it focuses on one problem only by editing this post. Closed 2 years ago . Improve this question I need to support work accounts (or school accounts) with AzureAD B2C. I already have an existing base of Facebook clients and Google. However, when I configure the Microsoft endpoint, I only get the liveID option. Is there a way to use a custom B2C signup

Difference between Azure AD and Azure AD B2C tokens

删除回忆录丶 提交于 2021-02-07 19:56:29
问题 I have been working on Azure AD Authorization code flow all these days and suddenly started moving everything to Azure AD B2C and I came across lot of differences between Azure AD and Azure AD B2C. Can Someone answer my questions below. In Azure AD when we register a Native App, it allows http or https as redirect urls. Azure AD B2C doesn't support this (Since both follow OAUTH specs both should behave similarly) Azure AD JWT access tokens has x5c entry where B2C doesn't have this entry. Any

Using Azure AD B2C in Xamarin.iOS with simulator - Problem with keychain (the Team ID is null)

和自甴很熟 提交于 2021-02-07 18:36:55
问题 I'm developing a Xamarin.Forms app, and setting up Azure AD B2C for auth. I'm following the official tutorial. Everything works flawlessly for Andorid, but I'm facing an issue with th iOS project. I've setup everything mentioned in the tutorial but that is not enough. In this post, it describes how you should configure the iOS Bundle Signing to reference as custom entitlement Entitlements.plist . Otherwise you get this error: Microsoft.Identity.Client.MsalClientException: The application

Using Azure AD B2C in Xamarin.iOS with simulator - Problem with keychain (the Team ID is null)

本秂侑毒 提交于 2021-02-07 18:36:29
问题 I'm developing a Xamarin.Forms app, and setting up Azure AD B2C for auth. I'm following the official tutorial. Everything works flawlessly for Andorid, but I'm facing an issue with th iOS project. I've setup everything mentioned in the tutorial but that is not enough. In this post, it describes how you should configure the iOS Bundle Signing to reference as custom entitlement Entitlements.plist . Otherwise you get this error: Microsoft.Identity.Client.MsalClientException: The application

MSAL for Android fails performing B2C login

那年仲夏 提交于 2021-02-07 12:16:32
问题 I'm using 0.2.2 version of Microsoft Authentication Library (MSAL) Preview for Android library to perform Azure AD B2C login in my native Android app. The library opens the browser to start login process. Afterwards I log in successfully and it navigates me back to the app. Inside AuthenticationCallback , I get the following error: Caused by: java.lang.NullPointerException: Attempt to invoke virtual method 'long java.lang.Long.longValue()' on a null object reference at com.microsoft.identity

MSAL for Android fails performing B2C login

会有一股神秘感。 提交于 2021-02-07 12:15:22
问题 I'm using 0.2.2 version of Microsoft Authentication Library (MSAL) Preview for Android library to perform Azure AD B2C login in my native Android app. The library opens the browser to start login process. Afterwards I log in successfully and it navigates me back to the app. Inside AuthenticationCallback , I get the following error: Caused by: java.lang.NullPointerException: Attempt to invoke virtual method 'long java.lang.Long.longValue()' on a null object reference at com.microsoft.identity

OAUTH-KV Claims Resolver in AAD B2C does not work

巧了我就是萌 提交于 2021-02-07 03:20:59
问题 I am trying to use the OAUTH-KV Claims Resolver to extract the value of a parameter named foo passed to an AAD B2C custom policy authorize endpoint as a claim, also named foo . The foo ClaimType is defined as <ClaimType Id="foo"> <DisplayName>Foo debug claim</DisplayName> <DataType>string</DataType> <UserInputType>TextBox</UserInputType> </ClaimType> and the TechnicalProfile as <TechnicalProfile Id="LocalAccount-Register"> <DisplayName>Register</DisplayName> <Protocol Name="Proprietary"