Skip to content
Merged
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions docs/api/rest_api/rest_api_authentication.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,11 @@ For other security related subjects, see:
- [Cross-origin requests](rest_responses.md#cross-origin)
- [`access_control`]([[= symfony_doc =]]/security/access_control.html)

!!! caution "SiteAccess login"

The anonymous user is used to perform the request even if authentification with the REST server has been established to access the ressource.
Anonymous user must have `user/login` policy on the SiteAccess matched by the REST domain or passed through [`X-Siteaccess` header](rest_requests.md#siteaccess).

## Session-based authentication

This authentication method requires a session cookie to be sent with each request.
Expand Down
Loading