Showing tag results for B2C

Mar 25, 2021
Post comments count0
Post likes count0

To B2B or to B2C?

Developer Support
Developer Support

While one uses B to signify it’s focus on business partnerships, while the other uses C for consumers, at the end of the day either can be used to accomplish roughly the same access. My intent here is to focus on what I see as the fundamental difference; one that is most likely to drive the appropriate choice of technology.

Marius RochonB2CB2B
Jan 11, 2021
Post comments count0
Post likes count0

Setting up for Azure B2C development

Developer Support
Developer Support

The following describes some techniques, tools and approaches I found useful when developing applications with Azure AD B2C. The first part deals with setting up a newly created B2C tenant using the Azure portal only. The second part deals with developing custom journeys (Identity Experience Framework) xml policies.

Marius RochonB2C
Nov 16, 2020
Post comments count0
Post likes count0

Claims encryption for B2C tokens

Developer Support
Developer Support

Once you sign in and consent, you should see TokenEncryption API in your Enterprise Apps. You will then be able to register your own client applications (recipients of encrypted tokens), set their API Permission to access the Token Encryption API with decrypt application permission, and use client credentials to request a token.

Azure ADB2Cencryption
Jul 23, 2020
Post comments count0
Post likes count1

Using OAuth2 OBO with Azure AD B2C

Developer Support
Developer Support

This sample uses a custom web service (B2BOBOWeb) to provide a token endpoint, which handles the Extension Grant requests and communicates with B2C to respond with a valid response (access token). It uses a specific B2C tenant configured with custom journeys to handle this communication.

Azure ADOAuth2B2C
Apr 11, 2020
Post comments count0
Post likes count0

B2C Identity Experience Framework – getting started

Developer Support
Developer Support

This sample configures an existing B2C tenant for use with Identity Experience Framework custom policies. It performs all tasks defined in the getting started document except creating a Facebook signing key required by some starter policies.

TeamMarius RochonB2C
Feb 17, 2020
Post comments count0
Post likes count0

Using B2C to support multi-tenant SaaS apps

Developer Support
Developer Support

AAD multi-tenancy is ideal for medium-to-large enterprises who own and manage their own identity infrastructure. This sample is for small enterprises, usually without their own identity infrastructure. It provides support for an application that needs to group it's users into discrete groups, each representing an application tenant.

TeamAzureAzure AD
Feb 12, 2020
Post comments count0
Post likes count0

PowerShell to upload IEF policies to multiple B2C tenants

Developer Support
Developer Support

Premier Dev Consultant Marius Rochon shares an example of a PowerShell script to upload a set of B2C IEF policies to one or more B2C tenants.

TeamAzureMarius Rochon
Jan 22, 2019
Post comments count0
Post likes count0

Cross (micro) services authentication with Azure B2C

Developer Support
Developer Support

Microservices is an architectural style that structures an application as a collection of loosely coupled services, which implement business capabilities. The microservice architecture enables the continuous delivery/deployment of large, complex applications. It also enables an organization to evolve its technology stack.

TeamAzureAuthentication