Forum Discussion
How and where to update Company Communicator v4 App Registration Expired Client Secret
- Jan 03, 2022
Yes, you can remove the existing expired secret and create a new one using below steps:
1. Click on New client secret’ and generate it.
2. Copy the value.3. Replace the new secret value at all the places where you have used expired once. (AppSettings, KeyVault, Azure Bot etc.)
Note: You need to be careful because the resources you have created using old secret value, should also be updated or created newly.
Thanks,
Nivedipa
--------------------------------------------------------------------------------------------
If the response is helpful, please click "Mark as Best Response" and like it. You can share your feedback via Microsoft Teams Developer Feedback link. Click here to escalate.
Yes, you can remove the existing expired secret and create a new one using below steps:
1. Click on New client secret’ and generate it.
2. Copy the value.
3. Replace the new secret value at all the places where you have used expired once. (AppSettings, KeyVault, Azure Bot etc.)
Note: You need to be careful because the resources you have created using old secret value, should also be updated or created newly.
Thanks,
Nivedipa
--------------------------------------------------------------------------------------------
If the response is helpful, please click "Mark as Best Response" and like it. You can share your feedback via Microsoft Teams Developer Feedback link. Click here to escalate.
mustafafarooq - Could you please confirm if your issue has resolved with above suggestion or still looking for any help?
- Jan 06, 2022Thanks, yes its resolved now, i was just having trouble locating where the secrets needed to be updated for each, the user app and the author app registrations. I have updated it in these three fields in the App Service > Configuration > Application Settings :
AuthorAppPassword (Author App Secret )
AzureAd:ClientSecret (Author App Secret )
UserAppPassword ( User App Secret )