Dec 19, 2021
Hi Sumit,
you can get a list of all relevant endpoints via the openid-configuration document. You can access it via https://your-auth-server.com/.well-known/openid-configuration
If you want to know how to setup OAuth 2.0 authorization with postman, feel free to check out my post about that topic.