Skip to content

Commit 50afb8e

Browse files
(Azure CXP) Tech Doc Update MicrosoftDocs/azure-docs#39152
Added a note on line 96 as per MicrosoftDocs/azure-docs#39152 >[!Note] > The expected 'Content-Type' header that should be returned is `application/json`. You may get an error as mentioned below if you use anything else like `application/json; charset=utf-8` > >``` "Verification of publisher domain failed. Error getting JSON file from https:///.well-known/microsoft-identity-association. The server returned an unexpected content type header value. " ``` >
1 parent de20e79 commit 50afb8e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

articles/active-directory/develop/howto-configure-publisher-domain.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,12 @@ If your app isn't registered in a tenant, you'll only see the option to verify a
9393

9494
- If your tenant has verified domains, select one of the domains from the **Select a verified domain** dropdown.
9595

96+
>[!Note]
97+
> The expected 'Content-Type' header that should be returned is `application/json`. You may get an error as mentioned below if you use anything else like `application/json; charset=utf-8`
98+
>
99+
>``` "Verification of publisher domain failed. Error getting JSON file from https:///.well-known/microsoft-identity-association. The server returned an unexpected content type header value. " ```
100+
>
101+
96102
## Implications on the app consent prompt
97103

98104
Configuring the publisher domain has an impact on what users see on the app consent prompt. To fully understand the components of the consent prompt, see [Understanding the application consent experiences](application-consent-experience.md).

0 commit comments

Comments
 (0)