Where in the Dashboard do I find the Universal Login URL?

Hi! Sorry, basic question here. Where in the Auth0 dashboard do I find the URL for the Universal Login? I can find it in the Documentation in the curl command at this location but I feel like it should be in the actual dashboard, shouldn’t it? What am I missing?

Hey @davidaventimiglia !

Universal Login is initiated via a call to the authorize endpoint - It’s referenced here in the Authentication API docs as well. Your tenant domain is the foundation of the authorize request, but it’s parameters will depend on your specific needs.

Got it. Thanks! The Dashboard does a pretty good job with the “Getting Started” workflow that guides you through, I thought maybe the Universal Login initiation would be listed there as well. No worries. Cool!

No problem! Happy to help :slight_smile: