In one of the projects that I’m working on these days, the customer asked to create an App on MyApps to redirect the users to their SharePoint site on a specific URL. In this Tutorial, we are going to cover the three easy steps to accomplish this task.
Solution
Logged on Microsoft Azure Portal,click on Azure Active Directory, click on Enterprise Applications. In the new blade, click on New application button.
In the new blade, we can select from an existent application, however we are going to click on Application you’re developing.
In the new blade that will show up on the right side, click on OK, take to App Registration to register my new application. Then a list of all registered applications will show up on the right side, click on New application registration
Type in a name, select Web App/API, and type in the URL of the site. After creating the App we can check the properties and add logos and more customization is available. Make sure to assign the application to an user to test it, in our case we will assign to Bruce Wayne user.
Now logged with the test user on myapps portal, we can see the new icon for the page that we defined as an “app”, as soon as the user click on it, then a new page with the webpage will be displayed.