Anteckning
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Namespace: microsoft.graph
Important: APIs under the /beta version in Microsoft Graph are in preview and are subject to change. Use of these APIs in production applications is not supported.
Represents a Trust Framework policy (also called custom policy) in Azure Active Directory B2C. A Trust Framework policy gives full control over the user journeys. Use it to:
- Customize the sign-up and sign-in experiences fully.
- Federate to any SAML, OpenID Connect, or OAuth2 identity provider.
- Integrate with other systems or user data stores by calling REST endpoints.
- Transform claims and customize tokens issued to the relying party application.
For more information, see Custom policies in Azure Active Directory B2C.
Methods
| Method | Return Type | Description |
|---|---|---|
| Create | trustFrameworkPolicy | Create a new trustFrameworkPolicy. |
| Get | trustFrameworkPolicy | Read properties of an existing trustFrameworkPolicy. |
| List | trustFrameworkPolicy collection | List all trustFrameworkPolicies configured in a tenant. |
| Update | None | Update an existing trustFrameworkPolicy. |
| Delete | None | Delete an existing trustFrameworkPolicy. |
Properties
| Property | Type | Description |
|---|---|---|
| id | String | The ID of the policy. |
Relationships
None.
JSON representation
The following JSON representation shows the resource type.
{
"id": "B2C_1A_Test"
}
Related content
- trustFrameworkPolicy schema for information about the schema elements.
- trustFrameworkPolicy.xsd