Skip to content

DEV - tenant.onmicrosoft.com - custom policy files

Table of contents

Introduction

The Identity Experience Framework uses custom policies, which are very flexible and configurable building blocks. Current User Journeys were designed, developed and implemented with custom policies and they are the foundation of the Identity platform.

All User Journeys have been configured for tenant-wide Single Sign-On support.

TIP!

All implementations use the custom domain functionality.

When using custom domain, {tenantName}.b2clogin.com, in the examples, can be replaced with the domain name. Both domains are active and functioning, but use one at a time as Single Sign-On does not work across different domains.

v1 policies

Policies in the v1 file set are the recommended, and most stable, policies for application integration.

Policy file User Journey Description Metadata endpoint User Journey test link Custom domain
b2c_1a_v1_signupsignin Sign in The primary (default) User Journey, sign in with email and password reset https://custom.domain.com/tenantname.onmicrosoft.com/v2.0/.well-known/openid-configuration?p=b2c_1a_v1_signupsignin https://tenantname.b2clogin.com/tenantname.onmicrosoft.com/v2.0/.well-known/openid-configuration?p=b2c_1a_v1_signupsignin Sign In custom.domain.com tenantname.b2clogin.com
- - - - - -

v2 policies

Policies deployed through Managed B2C pipelines.

Policy file User Journey Description Metadata endpoint User Journey test link Custom domain
b2c_1a_v2_signupsignin Sign in The primary (default) User Journey, sign in with email and password reset https://custom.domain.com/tenantname.onmicrosoft.com/v2.0/.well-known/openid-configuration?p=b2c_1a_v2_signupsignin https://tenantname.b2clogin.com/tenantname.onmicrosoft.com/v2.0/.well-known/openid-configuration?p=b2c_1a_v2_signupsignin Sign In custom.domain.com tenantname.b2clogin.com
b2c_1a_v2_passwordreset Password reset Password reset User Journey https://custom.domain.com/tenantname.onmicrosoft.com/v2.0/.well-known/openid-configuration?p=b2c_1a_v2_passwordreset https://tenantname.b2clogin.com/tenantname.onmicrosoft.com/v2.0/.well-known/openid-configuration?p=b2c_1a_v2_passwordreset Password reset custom.domain.com tenantname.b2clogin.com
b2c_1a_v2_profileedit Profile edit User Journey for modifying profile data https://custom.domain.com/tenantname.onmicrosoft.com/v2.0/.well-known/openid-configuration?p=b2c_1a_v2_profileedit https://tenantname.b2clogin.com/tenantname.onmicrosoft.com/v2.0/.well-known/openid-configuration?p=b2c_1a_v2_profileedit Profile edit custom.domain.com tenantname.b2clogin.com

Foundational policy files

Policy file Description
b2c_1a_v1_base / b2c_1a_v2_base Trust Framework Policy base containing all building blocks and definitions necessary for the User Journeys
b2c_1a_v1_base_extensions / b2c_1a_v2_base_extensions Trust Framework Policy base extensions holding all the User Journeys