For the complete documentation index, see llms.txt. This page is also available as Markdown.

Allowed Callback URLs

This URL will be used by Auth0 to redirect the user back to your BF app, and the value should be as follows:

https://yourapp.domain.com/oauth/auth0/callback

If multiple domains are being used, multiple domains can be added using comma as the separator.

<https://yourapp1.domain.com/oauth/auth0/callback>, <https://yourapp2.domain.com/oauth/auth0/callback>

Last updated

Was this helpful?