Skip to content

Commit

Permalink
Add more information about code signing
Browse files Browse the repository at this point in the history
  • Loading branch information
Widcket committed Mar 4, 2024
1 parent c943630 commit f55348f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,10 @@ com.example.MyApp://example.us.auth0.com/ios/com.example.MyApp/callback

#### Configure an associated domain

> [!IMPORTANT]
> This step requires a paid Apple Developer account. It is needed to use Universal Links as callback and logout URLs.
> Skip this step to use a custom URL scheme instead.
##### Configure the Team ID and bundle identifier

Scroll to the end of the settings page of your Auth0 application and open **Advanced Settings > Device Settings**. In the **iOS** section, set **Team ID** to your [Apple Team ID](https://developer.apple.com/help/account/manage-your-team/locate-your-team-id/), and **App ID** to your app's bundle identifier.
Expand Down Expand Up @@ -202,6 +206,9 @@ webcredentials:example.us.auth0.com

If you have a [custom domain](https://auth0.com/docs/customize/custom-domains), replace `YOUR_AUTH0_DOMAIN` with your custom domain.

> [!NOTE]
> For the associated domain to work, your app must be signed with your team certificate **even when building for the iOS simulator**. Make sure you are using the Apple Team whose Team ID is configured in the settings page of your Auth0 application.
### Web Auth login (iOS / macOS)

Import the `Auth0` module in the file where you want to present the login page.
Expand Down

0 comments on commit f55348f

Please sign in to comment.