I'm an Office 365 user and I'm writing applications that use Azure AD to authenticate against. In all the examples I find, the tenant name they are using is a friendly name like onmicrosoft.com or domain.com. The tenant name I have to work with though is a guid.
Is there any way to change this? Doing things like calling the graph api just doesn't look right: https://graph.windows.net/12345678-aaaa-bbbb-cccc-dddddddddddd/groups?api-version=1.6