Skip to content

Commit

Permalink
Merge pull request #293 from Levure/patch-1
Browse files Browse the repository at this point in the history
Remove "Microsoft Application Registration Portal" from docs
  • Loading branch information
MIchaelMainer authored Jun 30, 2020
2 parents 310d5cf + f8bb964 commit 246a468
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,7 @@ You can install the PHP SDK with Composer, either run `composer require microsof

### Register your application

Register your application to use the Microsoft Graph API by using one of the following
supported authentication portals:

* [Microsoft Application Registration Portal](https://apps.dev.microsoft.com) (**Recommended**):
Register a new application that authenticates using the v2.0 authentication endpoint. This endpoint authenticates both personal (Microsoft) and work or school (Azure Active Directory) accounts.
* [Microsoft Azure Active Directory](https://manage.windowsazure.com): Register
a new application in your tenant's Active Directory to support work or school
users for your tenant, or multiple tenants.
Register your application to use the Microsoft Graph API using [Microsoft Azure Active Directory](https://manage.windowsazure.com) in your tenant's Active Directory to support work or school users for your tenant, or multiple tenants.

### Authenticate with the Microsoft Graph service

Expand Down

0 comments on commit 246a468

Please sign in to comment.