Skip to content
Merged
Changes from all 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 authentification requests.
Therefore, the "Anonymous" role must have `user/login` permission on the SiteAccess that matches the REST domain or is passed through the [`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