How to set up the API Connector for your own API protected by auth0

We are trying to use our own API, which is authenticated by Auth0.
For this reason, a JWT access_token issued by Auth0 is sent at the time of the API request.
However, due to the specification of Auth0, the access_token in JWT format will not be issued unless the audience parameter is set.

https://auth0.com/docs/security/tokens/access-tokens/get-access-tokens#control-access-token-audience

However, there is no audience item in the Bubble configuration.
Is it not possible to support this in Bubble?

I solved the problem using Auth0’s default audience feature.

I am working on a similar type of integration. Thanks for posting about this.

When you set the default audience, what was this set to?

I got an error when trying to set it. Said there was no resource with that identifier.

1 Like