> For the complete documentation index, see [llms.txt](https://www.center.daxium-air.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://www.center.daxium-air.com/news/nouveautes/2025/oidc-sso-supported.md).

# SSO OpenID Connect (OIDC) désormais pris en charge

**Publié le 10 février 2025**

En complément de la prise en charge de SAML 2.0, nous avons le plaisir d'annoncer que l'authentification Single Sign-On (SSO) via **OpenID Connect (OIDC)** est désormais prise en charge dans Daxium-Air.

## OIDC vs SAML 2.0 : quelle différence ?

Les deux protocoles permettent un accès sécurisé et sans mot de passe via SSO, mais ils répondent à des besoins différents :

* **SAML 2.0** — idéal pour les grandes entreprises disposant d'applications traditionnelles (intranets, outils métiers). Il repose sur des échanges XML et s'intègre parfaitement aux environnements déjà équipés d'un fournisseur d'identité (IdP) tel qu'ADFS ou PingFederate.
* **OIDC (OpenID Connect)** — une solution plus moderne et plus flexible, particulièrement adaptée aux applications web et mobiles. Basé sur OAuth 2.0, il propose un mécanisme plus léger et standardisé utilisant des jetons JSON (JWT), ce qui facilite l'intégration avec des fournisseurs d'identité comme Azure AD, Okta, Google, Auth0, Keycloak, etc.

Avec cette nouvelle option, vous pouvez désormais choisir entre SAML 2.0 et OIDC pour répondre à vos besoins en SSO.

{% hint style="info" %}
Si votre organisation utilise un fournisseur d'identité compatible OIDC, contactez-nous pour configurer ensemble cette authentification en quelques étapes. Consultez la documentation [Abonnements, Licences, SSO](https://www.center.daxium-air.com/user-documentation/documentation-utilisateur/build/managing-users/subscriptions-licencing-sso) pour plus d'informations.
{% endhint %}


---

# 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://www.center.daxium-air.com/news/nouveautes/2025/oidc-sso-supported.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.
