How do I create an app identifier for SharePoint on-prem? #M365AMA
In this episode, the #M365AMA panel discusses the following community question:
“SharePoint 2019 we have created a connector (app) we have a client ID and secret. Also app identifier but we need to find out more information about Token Endpoint and Resource. This is to connect a building information system to SharePoint. Documentation is mainly about online. We have done this previously not an issue. We are struggling with on premise !! Thanks in anticipation”
Check out the discussion here:
Participating in this discussion were:
- Christian Buckley, RD+MVP @buckleyplanet
- Sean McDonough, MVP @spmcdonough
- Stacy Deere, MVP @sldeere
- Hal Hostetler, MVP @TVWizard
Some relevant notes/links shared by the team:
- One of the benefits of SPO is that most of the trust relationships are already established for adding (external) applications. In an on-premises scenario, you’re responsible for establishing a server-to-server high-trust relationship between your SP server and server hosting your app.
- Create high-trust SharePoint Add-ins, via MIcrosoft Learn [https://learn.microsoft.com/en-us/sharepoint/dev/sp-add-ins/create-high-trust-sharepoint-add-ins]
- High-trust configuration scripts for SharePoint, via Microsoft Learn [https://learn.microsoft.com/en-us/sharepoint/dev/sp-add-ins/high-trust-configuration-scripts-for-sharepoint]
- Replace an expiring client secret in a SharePoint Add-in, via Microsoft Learn [https://learn.microsoft.com/en-us/sharepoint/dev/sp-add-ins/replace-an-expiring-client-secret-in-a-sharepoint-add-in]