Thanks @mgoberling-adobe I was wondering if there is a way we can create multiple sets of oAuth credentials outside the context of integration with a specific API in a workspace.
How can we structure authentication to securely allow multiple clients to access a REST API (following the documentation at https://developer.adobe.com/runtime/docs/guides/using/creating_rest_apis/)? Example Swagger file:{
"basePath": "/v2",
"paths": {
"/ims-validation-endpoint": {
...
Hi,I followed the tutorial in the following documentation:https://developer.adobe.com/runtime/docs/guides/using/creating_rest_apis/#securing-the-api-endpoints1- created the action "getPet"2- deployed it3- Executed the command: aio rt:api:create /pet-store /pet get getPet --response-type httpI waited...