Skip to content

Commit cc5eb6b

Browse files
authored
Update replace-an-expiring-client-secret-in-a-sharepoint-add-in.md
added a recommended schedule
1 parent 21f34fd commit cc5eb6b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,12 @@ Client secrets for SharePoint Add-ins that are registered by using the AppRegNew
1313
> [!NOTE]
1414
> This article is about SharePoint Add-ins that are distributed through an organization catalog and registered with the AppRegNew.aspx page. If the add-in is registered on the Seller Dashboard, see [Create or update client IDs and secrets in the Seller Dashboard](/office/dev/store/create-or-update-client-ids-and-secrets).
1515
16+
## Recommended maintenance schedule
17+
We recommend to create new secrets a minimum of 30 days before they expire. This gives you a month of time before the old credentials expire.
18+
We recommend to only remove secrets a minimum of 7 days after expiration, provided you have removed them from the application configuration.
19+
Removing an expired secret from ACS before you remove it from the application configuration will cause errors.
20+
21+
1622
## Prerequisites
1723

1824
Ensure the following before you begin:

0 commit comments

Comments
 (0)