Skip to content
This repository has been archived by the owner on Aug 24, 2021. It is now read-only.

Latest commit

 

History

History
16 lines (14 loc) · 796 Bytes

README.md

File metadata and controls

16 lines (14 loc) · 796 Bytes
page_type products languages extensions
sample
office-sp
csharp
contentType createdDate
samples
1/9/2017 11:01:15 AM

PnP-IdentityModel

This repository holds code related to authentication in SharePoint.

##SharePointPnP.IdentityModel.Extensions Originally, Microsoft.IdentityModel.Extensions.dll is where the code for SharePoint provider-hosted apps OAuth and S2S token processing is located. Microsoft.IdentityModel.Extensions is not maintained by anyone, but SharePoint add-ins, SharePointPnP.Core and a few other things depend on it. SharePointPnP.IdentityModel.Extensions is a port of that library created by the PnP team. We reference it in OfficeDevPnP.Core (and all other supporting solutions) instead of depending on Microsoft.IdentityModel.Extensions.