Replies: 1 comment 7 replies
-
Server urls in the root, path-item object and operation object already exist, but I believe these would only be used for processing the runtime request's URI (e.g. to match a request to the appropriate /paths/* entry in the document), not security URIs. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I have a microservice with endpoints secured using OAuth 2.0. The service runs in three different servers/environments (Local, Dev, and SIT), and each environment uses a different authorization server with its own Auth URL, Access Token URL, etc. Is there a way to define a single security schema that can adjust these URLs automatically based on the selected server/environment?
Beta Was this translation helpful? Give feedback.
All reactions