Skip to content

Commit 4fa6188

Browse files
flaviucVesaJuvonen
authored andcommitted
Update replace-an-expiring-client-secret-in-a-sharepoint-add-in.md (SharePoint#650)
1 parent b461ffc commit 4fa6188

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/sp-add-ins/replace-an-expiring-client-secret-in-a-sharepoint-add-in.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,8 @@ $newClientSecret
136136
<add key="SecondaryClientSecret" value="your old secret here" />
137137
```
138138

139+
> **Note** If you are performing this procedure for the first time there will be no **SecondaryClientSecret** property entry at this point in the configuration file. However if you are performing the procedure for a subsequent client secret expiration (second or third) the property **SecondaryClientSecret** is already present and containing the initial or already longer time ago expired old secret. In this case delete the **SecondaryClientSecret** property first before renaming **ClientSecret**.
140+
139141
3. Add a new **ClientSecret** key and give it your new client secret. Your markup should now look like the following:
140142

141143
```XML

0 commit comments

Comments
 (0)