Skip to content

Commit 1f0569c

Browse files
committed
layout fix
1 parent ae89aae commit 1f0569c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/sp-add-ins/register-sharepoint-add-ins.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,9 @@ You can register your add-in in one of three ways, depending on where you are in
4646
> [!NOTE]
4747
> Site collection admin is not able to register add-in with Azure ACS in AppRegNew.aspx by default unless explicitly allowed by the SharePoint tenant admin. For more information, see [Set-SPOTenant](/powershell/module/sharepoint-online/set-spotenant#-siteownermanagelegacyserviceprincipalenabled).
4848
49+
> [!IMPORTANT]
50+
> Add-in secrets expire. If you register the add-in on the Seller Dashboard, you can set the expiration for up to three years. In the dashboard, you can also add new secrets when the old ones reach their expiration date. The new secret will be enabled in all instances of the add-in. If you register the add-in with AppRegNew.aspx, the secret expires in one year. For details, see [Replace an expiring client secret in a SharePoint Add-in](replace-an-expiring-client-secret-in-a-sharepoint-add-in.md).
51+
4952
1. Go to `<site collection url>/_layouts/15/AppRegNew.aspx` by using a web browser.
5053

5154
**AppRegNew page form**
@@ -54,9 +57,6 @@ You can register your add-in in one of three ways, depending on where you are in
5457

5558
1. Enter values for the follow form fields:
5659

57-
> [!IMPORTANT]
58-
> Add-in secrets expire. If you register the add-in on the Seller Dashboard, you can set the expiration for up to three years. In the dashboard, you can also add new secrets when the old ones reach their expiration date. The new secret will be enabled in all instances of the add-in. If you register the add-in with AppRegNew.aspx, the secret expires in one year. For details, see [Replace an expiring client secret in a SharePoint Add-in](replace-an-expiring-client-secret-in-a-sharepoint-add-in.md).
59-
6060
- **Title**. A user-friendly title; for example, **Contoso photo printing add-in**. Users are prompted to grant or deny the add-in the permissions that the add-in is requesting. This title appears as the name of the add-in on the consent prompt.
6161
- **Add-in Domain**. The host name of the remote component of the SharePoint Add-in. If the remote application isn't using port 443, the add-in ___domain must also include the port number. The add-in ___domain must match the URL bindings you use for your web application. Do not include protocol ("https:") or "/" characters in this value. If your web application host is using a DNS CNAME alias, use the alias. Some examples:
6262

0 commit comments

Comments
 (0)