Auth Url for grant type authorization_code

Hi All. I am using docker version 2021.3.4. I am trying to login from my app using corteza oauth but the login page never loads. I have created a new auth client with grant type authorization_code. Now am not able to find the auth url.

The token url is “/auth/oauth2/token” so what is the oauth url?

Thanks

Hi @sourav.mukherjee

Are there any errors in the server log?
Did you, by any chance, remove the preinstalled, default client?

Cheers

I was searching for the Oauth auth url. I found it, its

https://domain.com/auth/oauth2/authorize

@sourav.mukherjee How does it works ? Thanks.