
You're attempting to use Apple as an identity provider in Power Pages integrated with Dynamics, and encountering a situation where no response is formed after sending an invitation via a model-driven app. This issue is likely tied to how identity claims are mapped and how the authentication flow is configured between Apple ID, Power Pages, and Dataverse.
The outlines strict requirements for Apple-based identity and messaging integrations:
From the Dynamics community, a similar issue was resolved by:
adx_username = Apple object IDadx_identityprovidername = Apple issuer URLadx_contactid = matched contact IDadx_identity_logonenabled = true and generating a adx_identity_securitystamp if missing.This mapping ensures that Power Pages can recognize the identity returned by Apple and link it to a valid contact.
If you're using a model-driven app to send invitations, and registration is disabled in Power Pages, the identity provider may not be able to complete the handshake. You should:
Verify Identity Provider Configuration
Check Dataverse Contact Mapping
adx_identity_username.Enable Logging and Claims Inspection
Test Without Invitation Flow