How to Update/Configure an Azure Client Secret in AWS

Viewed 17

I jumped on an existing web app project and need to know how to update/configure an Azure Client Secret in AWS.

In AWS > Lamda > Functions, I do see a config.json file that contains an object that references the secret key:

"TOKEN_REQUEST": {
        "client_secret": "azure_app_client_secret"
},

Question is, where is that secret key stored?

0 Answers
Related