> For the complete documentation index, see [llms.txt](https://docs.xibosignage.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.xibosignage.com/cms-configuration-and-integration.md).

# CMS Configuration and Integration

- [CAS as an Authentication Provider](https://docs.xibosignage.com/cms-configuration-and-integration/cas-as-an-authentication-provider.md): The CMS can be configured to use CAS as its authentication provider
- [SAML as an Authentication Provider](https://docs.xibosignage.com/cms-configuration-and-integration/saml-as-an-authentication-provider.md): The CMS can be configured to use SAML as its authentication provider
- [SAML Single Sign on with Active Directory - ADFS](https://docs.xibosignage.com/cms-configuration-and-integration/saml-as-an-authentication-provider/saml-single-signon-with-active-directory-adfs.md): Xibo can be setup to authenticate against any SAML 2.0 IdP. Microsoft Active Directory Federation Services can be configured to act as such an IdP
- [Configure Wake on LAN](https://docs.xibosignage.com/cms-configuration-and-integration/configure-wake-on-lan.md): Wake on LAN is supported if the media player hardware supports it and if the signage Player is addressable by the CMS
- [Using MongoDB to store Proof of Play and other time series data.](https://docs.xibosignage.com/cms-configuration-and-integration/using-mongodb-to-store-proof-of-play-and-other-time-series-data.md): From v2.1 the CMS can be configured to use MongoDB to store Proof of Play statistics and other time series data.
- [Canva Integration](https://docs.xibosignage.com/cms-configuration-and-integration/canva-integration.md): Designs created in Canva can be published directly into a Xibo Layout without having to leave the Canva dashboard
- [Xibo Dashboard Service](https://docs.xibosignage.com/cms-configuration-and-integration/xibo-dashboard-service.md)
- [Xibo SSP Connector](https://docs.xibosignage.com/cms-configuration-and-integration/xibo-ssp-connector.md): An add-on service from Xibo Signage which enables integration to a variety of supported DooH (Digital out of Home) Supply Side Platforms (SSP's) to monetise an established Xibo network.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.xibosignage.com/cms-configuration-and-integration.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
