Auth0 Authorization Code Flow with custom login page

Is it possible to use Auth0 Authorization Code Flow without Auth0 lock (widget)?

Auth0 /authorize endpoint always redirects to auth0 lock, can it redirect to custom login page?

Yes it is. You can fully customize the ULP page, or you can have your app call /authorize directly.

John

How to configure /authorize to do redirect on http://localhost:8080/custom/login for example?