add note about CSP

https://github.com/MicrosoftDocs/windows-itpro-docs/issues/4529
This commit is contained in:
VLG17 2019-08-19 10:23:04 +03:00 committed by GitHub
parent cc3e76fb14
commit ccde442de8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -167,6 +167,9 @@ AuthenticationServiceUrl?appru=<appid>&amp;login_hint=<User Principal Name>
After authentication is complete, the auth server should return an HTML form document with a POST method action of appid identified in the query string parameter. After authentication is complete, the auth server should return an HTML form document with a POST method action of appid identified in the query string parameter.
> [!NOTE]
> To make an application compatible with strict CSP (Content Security Policy) it is usually necessary to make some changes to HTML templates and client-side code, add the policy header, and test that everything works properly once the policy is deployed.
``` ```
HTTP/1.1 200 OK HTTP/1.1 200 OK
Content-Type: text/html; charset=UTF-8 Content-Type: text/html; charset=UTF-8