Hi,
We are developing an API platform, that has a separate NativeApp and SPA App.
In Auth0, what’s the best way to model the apps? Is it to one Application per-type (NativeApp, SPA and API) in Auth0 and give the clients access to the API application somehow, or create one app?
In IdentityServer4, we would define them as separate Clients with defined access to specific scopes.
What’s the equivalent modelling in Auth0?
Thanks,
Kieron