We’re evaluating Auth0 for a project that involves an identity provider on our part, and we’re trying to make this work for any number of third party clients.
In our tests, we create an SPA that mimics what one of our clients would implement to have our login working in their apps, and we try to provide a domain level connection and a third party application to them.
We’ve started from the Javascript quickstart example from the dashboard, and with a first party application everything works fine. But it’s not the case with third party applications, neither creating one from scratch (via the Management API) nor modifiying a first party application created from the dashboard via a PUT request.
We have a third party application and a domain level connection, and when we redirect to the /authorize? page we get an error: “You should not be hitting this endpoint. Make sure to use the code snippets shown in the tutorial or contact support@auth0.com for help”
What is it we need to do to make this kind of setup work?
Thanks in advance