I have dev environment and prod environment and I have to switch between different callback url, clientid, client secret, …
Hi, , thanks for reaching out, Yes, you can switch between different client_id, client_secret, and callback_url for the same endpoints by:
- Defining them as environment variables
- Applying a dynamic OAuth 2.0 security scheme. We also support creating multiple Oauth within the endpoints (version - 2.7.10)
- Switching the environment as needed.
Hi Md Mamunur Rashid thank you very much. I’ll give it a try!
It works. Thank you very much!