You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+30-4Lines changed: 30 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
###About
1
+
## About
2
2
Microsoft 365 Library for PHP.
3
3
A REST/OData based client library for Microsoft 365.
4
4
@@ -68,7 +68,7 @@ The list of supported SharePoint versions:
68
68
69
69
The following auth flows supported:
70
70
71
-
-app principals (client credentials) auth (refer [Granting access using SharePoint App-Only](https://docs.microsoft.com/en-us/sharepoint/dev/solution-guidance/security-apponly-azureacs) for a details):
71
+
#### 1. app principal with client credentials:
72
72
73
73
```php
74
74
@@ -79,8 +79,34 @@ The following auth flows supported:
79
79
$ctx = (new ClientContext("{siteUrl}"))->withCredentials($credentials);
0 commit comments