trustFrameworkPolicy resource type
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, Open ID 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 | trustFrameworkPolicy | Create a new trustFrameworkPolicy. |
| Get trustFrameworkPolicy | trustFrameworkPolicy | Read properties of an existing trustFrameworkPolicy. |
| List trustFrameworkPolicies | trustFrameworkPolicy collection | List all trustFrameworkPolicies configured in a tenant. |
| Update or create trustFrameworkPolicy | None | Update an existing trustFrameworkPolicy. |
| Delete trustFrameworkPolicy | None | Delete an existing trustFrameworkPolicy. |
Properties
| Property | Type | Description |
|---|---|---|
| id | String | The ID of the policy. |
JSON representation
The following is a JSON representation of the resource.
{
"id": "B2C_1A_Test"
}
See also
- trustFrameworkPolicy schema for information about the schema elements.
- trustFrameworkPolicy.xsd
Saran dan Komentar
Kirim dan lihat umpan balik untuk