Contents
aspx page. Use the AppRegNew form to register your SharePoint Add-in if you are using the add-in only in one tenant or farm.
Navigate to https://.sharepoint.com/_layouts/appprincipals.aspx. Identify the row with your registered application and look at the App Identifier column. The unique identifier after the @-sign in the App Identifier is the app realm.
How do I register a SharePoint add in?
How to register an app in SharePoint
- Login into SharePoint and Navigate to register an app page.
- Once you navigate to the Register app page, a form will open.
- Once you fill the form, click on the create to Register app.
- You will redirect to another page where you will find all the details related to the add-in/app.
How to view a list of add-in app registrations?
To look up registration information for an add-in that you have registered, go to http:// /_layouts/15/AppInv.aspx. To see a list of registered add-in principals (permissions), go to: http:// /_layouts/15/AppPrincipals.aspx Additional Reference: How can I view a list of applications added by AppRegNew.aspx?
How can I view a list of applications?
To look up registration information for an add-in that you have registered, go to http:// /_layouts/15/AppInv.aspx. To see a list of registered add-in principals (permissions), go to: http:// /_layouts/15/AppPrincipals.aspx.
How to check permissions for SharePoint add-in app registration?
As far as I know, there is no way to check the permissions of SharePoint add-in. The AppPrincipals can only view the app you registered but cannot view the permissions of the app. If you forget what permission you gave, I would suggest you create a new one.
When a user first grants an add-in permissions to access SharePoint resources (which can happen either at installation or runtime, depending on the design of the app), SharePoint gets information about the add-in from Azure ACS. SharePoint then stores this information in the App Management Service database of the SharePoint tenancy or farm.