mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-05-12 13:27:23 +00:00
add note about CSP
https://github.com/MicrosoftDocs/windows-itpro-docs/issues/4529
This commit is contained in:
parent
cc3e76fb14
commit
ccde442de8
@ -167,6 +167,9 @@ AuthenticationServiceUrl?appru=<appid>&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.
|
||||
|
||||
```
|
||||
HTTP/1.1 200 OK
|
||||
Content-Type: text/html; charset=UTF-8
|
||||
|
Loading…
x
Reference in New Issue
Block a user