Skip to content

Latest commit

 

History

History
75 lines (58 loc) · 2.61 KB

File metadata and controls

75 lines (58 loc) · 2.61 KB
title appleManagedIdentityProvider resource type
description Represents apple identity provider in an Azure AD B2C tenant.
ms.localizationpriority high
doc_type resourcePageType
ms.subservice entra-sign-in
author brozbab
ms.date 11/16/2024

appleManagedIdentityProvider resource type

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

You can configure Apple as a social identity provider for an external or Azure AD B2C tenant. Based on the information Apple provides, the API generates a client secret. Apple requires the secret to be renewed every six months. You need to manually rotate the secret to maintain access.

Inherits from identityProviderBase.

For more information, see Add Apple as an identity provider (preview).

Methods

None.

For the list of API operations for managing Apple-managed identity providers, see the identityProviderBase resource type.

Properties

Property Type Description
developerId String The Apple developer identifier. Required.
serviceId String The Apple service identifier. Required.
keyId String The Apple key identifier. Required.
certificateData String The certificate data that is a long string of text from the certificate, can be null.
id String The identifier of the identity provider. Inherited from identityProviderBase. Read-only.
displayName String The display name of the identity provider. Inherited from identityProviderBase.

Retrieve the developerId, serviceId, keyId, and the certificateData from the Apple developer portal. For more information, follow the guide to create an Apple ID application.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
    "id": "String",
    "displayName": "String",
    "developerId": "String",
    "serviceId": "String",
    "keyId": "String",
    "certificateData": "String"
}