When sending my user to the https://login.microsoftonline.com/{tenant}/oauth2/authorize
endpoint during an oAuth flow, they are presented with the consent page. On this consent page, when they authorize the application, it displays the Office 365 tenant in which my Application is registered in. I'd like for this to show my organizations website. Is this possible? If so, how?
Asked
Active
Viewed 261 times
2

SweeneyRobb
- 80
- 1
- 5
2 Answers
2
This is possible today but the change will apply to the consent screen for all apps in that tenant. If your organization's website is already registered as a custom domain of the tenant, it's as simple as marking that domain as primary. If it is not, you'll first need to add it as a custom domain and then mark it as primary. To manage your custom domain names, follow the steps outlined in this doc.

Lesia Nalepa
- 159
- 4
-
the domain is verified, however, it is federated. you cannot make federated domains primary. this is the only way? – SweeneyRobb Dec 21 '17 at 20:08
-
1This worked... but it took a while before the changes were published. – Mario S Jan 10 '18 at 14:55
0
I'm in a similar situation, and noticed that now we can change each application's "Publisher" individually. Please check the following documents:

seikichi
- 1,251
- 13
- 15