removed CSP to not create confusion

as requested by Manika
This commit is contained in:
VLG17
2019-08-19 12:54:56 +03:00
committed by GitHub
parent 44148210f7
commit 84df833b3d

View File

@ -168,7 +168,7 @@ 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 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.
> 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