Is it possible to have two oath2.0 tokens for the same set of endpoints/folders?

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:

  1. Defining them as environment variables
  2. Applying a dynamic OAuth 2.0 security scheme. We also support creating multiple Oauth within the endpoints (version - 2.7.10)
  3. 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!