I was using /oauth/authorize API but it stopped working on 24th Jan, 2022. As per documentation, I should use /authorize API. Can someone please tell me why /oauth/authorize was working earlier and if it was supported why it stopped working?
Hi @pranab.gupta91,
Welcome to the Auth0 Community!
Auth0 uses the /authorize endpoint to initiate login. Documented here: Authentication API Explorer
You should not be making requests to /oauth/authorize it is not a documented Auth0 endpoint.
Hi @dan.woda thanks for your reply.
I understand I should use /authorize endpoint but I want to know why /oauth/authorize was working earlier. Was it supported earlier?
Thanks
This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.