Register an application with Azure in your Office 365 instance

Problem:
You have developed an application to work with one of your online Office 365 applications and need to be able to access the api to the Office 365 application programmatically

Solution:
1. Login to Office 365 as a Global Admin

2. Go to Admin Centers> Azure AD

3. Click More Services> App registrations

4. Click New application registration

5. Enter the Name, Application Type and Sign-on URL (The developer of the application will give you these details)

6. The application is then created and you are given the Application ID that the developer will need to use with the application they have created.

7. Next click All Settings> Required permissions and under Required Permissions click Add.

8. Select the api you want to delegate permissions for, in this case Dynamics CRM and select the permissions you want to delegate.

9. Once done click Save and exit.

Leave a Reply

Your email address will not be published. Required fields are marked *