Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vforteli/msonlineclaimshelper2
Refreshed MsOnlineClaimsHelper
https://github.com/vforteli/msonlineclaimshelper2
Last synced: about 13 hours ago
JSON representation
Refreshed MsOnlineClaimsHelper
- Host: GitHub
- URL: https://github.com/vforteli/msonlineclaimshelper2
- Owner: vforteli
- Created: 2014-10-03T11:03:00.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2014-10-03T11:15:55.000Z (about 10 years ago)
- Last Synced: 2023-04-05T18:58:56.580Z (over 1 year ago)
- Language: C#
- Size: 121 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
MsOnlineClaimsHelper2
=====================Refreshed MsOnlineClaimsHelper for authentication to eg Sharepoint Online
Credits to Wictor Wilén
http://www.wictorwilen.se/post/how-to-do-active-authentication-to-office-365-and-sharepoint-online.aspxThis version is modified to use the newew System.IdentityModel namespace instead of the older Microsoft.IdentityModel. Since System.IdentityModel is now part of the .Net 4.5 framework it is possible to drop the Microsoft.IdentityModel reference.
http://msdn.microsoft.com/en-us/library/microsoft.identitymodel.aspx