Merge pull request #4724 from VLG17/patch-28

add note about CSP
This commit is contained in:
Manika Dhiman
2019-08-21 14:30:09 +05:30
committed by GitHub

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.
> [!NOTE]
> To make an application compatible with strict 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
Content-Type: text/html; charset=UTF-8