Swift tutorial - callback URL mismatch

I get the callback URL error when I try to navigate to the sign in page in the starter app. I can’t see what URL it is complaining about and I can’t find where to configure the callback url in the app. Any tips???

Hi @dfoote, the Swift callback url is defined by default as {PRODUCT_BUNDLE_IDENTIFIER}://YOUR_DOMAIN/ios/{PRODUCT_BUNDLE_IDENTIFIER}/callback

You’ll need to replace the {PRODUCT_BUNDLE_IDENTIFIER} placeholder with your iOS bundle id and add it in the Auth0 dashboard, for your application, under the Allowed Callback URLs field.

1 Like

Thanks Ricardo for providing that solution!

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.