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 ID
adx_identityprovidername = Apple issuer URL
adx_contactid = matched contact ID
adx_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
Fubar
62
Super User 2025 Season 2
Lucas001
48
Super User 2025 Season 2
KevinGador
44
Super User 2025 Season 2