Writing cross app integrations

Hi, we would like to write some integrations that work cross app’s in our self hosted environment.

Is there a way to define credentials that allow us to use the same credentials across app’s so we don’t need to create credentials for per app?

Yes, you can create an admin client and secret: https://github.com/Squidex/squidex/blob/master/backend/src/Squidex/appsettings.json#L524

This client has root access permissions.

1 Like

Thanks ! :slight_smile:

1 Like