docs: appId in associated-domains registration is the app identifier, not a domain - #121
Open
dianaKhortiuk-frontegg wants to merge 1 commit into
Open
docs: appId in associated-domains registration is the app identifier, not a domain#121dianaKhortiuk-frontegg wants to merge 1 commit into
dianaKhortiuk-frontegg wants to merge 1 commit into
Conversation
…ier, not a domain
The guide told readers to put a domain in the appId field of
POST /vendors/resources/associated-domains/v1/ios. The field is the Apple app
identifier ({teamId}.{bundleId}) published in the apple-app-site-association
file; the API accepts any string without validation, and a domain registered
there yields an AASA entry iOS silently ignores, so Universal Links and
passkeys fail with no error. Same fix as frontegg-ios-swift#314.
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Companion to frontegg/frontegg-ios-swift#314 - full analysis and live-environment evidence there.
docs/setup.mdtold readers to register a domain in theappIdfield ofPOST /vendors/resources/associated-domains/v1/ios. The field is the Apple app identifier ({teamId}.{bundleId}) as published in theapple-app-site-associationfile. The API accepts any string without validation, so a domain registered there produces an AASA entry iOS silently ignores - Universal Links and passkeys fail with no error anywhere.Corrected the payload to
{{TEAM_ID}}.{{BUNDLE_ID}}with a concrete example and a warning about the silent failure.Docs-only change.
🤖 Generated with Claude Code