Adding an Office 365 app tile for convenience

Updated 2 years ago by admin

This article describes how to add an Office 365 app tile if you are not federating your Azure Active Directory domain but you would like end-users to have the convenience of using the tile.

  1. Ensure that you have an Identity Provider configured before starting. Although it will not be used it is required to add the tile.
  2. Navigate to App Launcher -> Add Apps
  3. Select the corresponding Office 365 app tile, e.g. Outlook (see the table at the end of the article for other app URLs). If the app tile does not exist, you can select the Office 365 (Generic) tile and customise the application title in the next step
  4. Optionally, change the title of the tile if required
  5. Set the Application URL to https://outlook.office.com (see the table at the end of the article for other app URLs)
  6. Select an existing category or create a new category by using the Manage option. The app tile will appear in this category for IDaaS users
  7. Click Next
  8. Click Next again ignoring the option to download Metadata
  9. Click Paste Metadata XML and copy the following XML snippet, making sure to replace the <ENTITYID> tag with the correct value from the table at the end of this guide
<EntityDescriptor entityID="<ENTITYID>" xmlns="urn:oasis:names:tc:SAML:2.0:metadata">
<SPSSODescriptor WantAssertionsSigned="true" protocolSupportEnumeration="urn:oasis:names:tc:SAML:2.0:protocol">
<NameIDFormat>urn:oasis:names:tc:SAML:1.1:nameid-format:unspecified</NameIDFormat>
<AssertionConsumerService index="1" Binding="urn:oasis:names:tc:SAML:2.0:bindings:HTTP-POST" Location="https://login.microsoftonline.com/login.srf" />
</SPSSODescriptor>
</EntityDescriptor>

  1. Click OK and then Next
  2. Close the Add App window. The tile can now be viewed by end users and will redirect them to the corresponding Office 365 app, just like a browser bookmark

Office 365 Application URL's

App Tile

Application URL

Entity ID

Outlook

https://outlook.office.com

outlook.office.com

O365 Admin

https://admin.microsoft.com

admin.microsoft.com

Onedrive

https://mycompany-my.sharepoint.com

mycompany-my.sharepoint.com

Sharepoint

Your tenant specific URL e.g. https://mycompany.sharepoint.com

mycompany.sharepoint.com

Office 365 (Generic)

https://www.office.com

office.com


How did we do?