Azure AD B2C
4 TopicsAzure AD B2C with Dynamics 365 (CRM) Contacts
Hello, I am trying to find a solution for the following scenario: We want to build an application were our costumers can logon agains Azure B2C. However the field validation (claims) has to be agains Dynamics 365 (CRM) contacts. I managed to setup a .NET application and authenticate with Azure AD B2C. but without any validation/claims. For example I want the following fields to be validated: Firstname Lastname Relationnumber (CRM) Those values has to come from the CRM contact fields and need to match the users input when singin up/in I am lost here and unable to find a solution for this. I already tried to export/import CRM contacts in Azure B2C and created custom attributes (relationnumber) and fill them, but that doesn’t seems to be the solution. Also PowerApps I tried to create a Flow, but didn’t help either. Also, if I am trying to setup the wrong way, please let me know. Thank you!10KViews0likes2CommentsAD B2C and OpenID Federation
Hi, I'm looking for information about Azure AD B2C and how/if it can act as a Leaf Entity in a OpenID Federation Trust Chain (ref: https://openid.net/specs/openid-federation-1_0.html). This requires the /.well-known/openid-federation endpoint to be available in order to access the Entity Statement, which it is not (at least not out of the box). So if that is at all possible with AD B2C, I'm looking for information on how to do that. If it is not possible, I would very much appreciate any information on if/when it will be in order to decide if we need to look towards alternative solutions. Thank you, JonasSolved534Views0likes1CommentConnect to power pages using Azure AD B2C token
Hi, I am working on a scenario where user logins to the mobile app using username and password. The username and password are used to get ID and access token from azure AD B2C like: URL: https://login.microsoftonline.com/<TENANT_ID>/oauth2/v2.0/token grant_type=password&client_id=<CLIENT_ID>&client_secret=<SECRET>&scope=openid&username=<USERNAME>&password=<PASSWORD> now after getting the id_token and access token, I tried passing it in header as bearer token and as well as in query params as well. After these steps, it still lands me to the sign-up page instead of the singed in page and not the page to where I should be directed as an authenticated user.139Views0likes1Commentangular-b2c-sample-app and iframes
I have a project that I based on this sample project: https://github.com/AzureAD/microsoft-authentication-library-for-js/tree/dev/samples/msal-angular-v3-samples/angular-b2c-sample-app Currently I have the custom policies as intended. Button, redirects to a azure page, finishes w/e the custom policy is, redirects back to the web app. But now I need to using said custom policy as an iframe, basically the client requests that there is less one layer of buttons to pressed. Therefore I want the custom policy to be displayed as an iframe, making the web app feel more single page. I have looked around, but can't really find anything detailed enough. Any help is welcomed :)99Views0likes1Comment