> For the complete documentation index, see [llms.txt](https://intuitem.gitbook.io/ciso-assistant/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://intuitem.gitbook.io/ciso-assistant/features-focus/sso/openid-connect-oidc.md).

# OpenID Connect (OIDC)

### Configure CISO Assistant with OpenID Connect (OIDC)

Once you've retrieved the IdP Entity ID, the Metadata URL and the Entity ID from your provider (see the list of providers for specific details), the configuration on CISO Assistant is pretty simple.<br>

1. Log in into CISO Assistant as an **administrator > Extra > Settings**

   <figure><img src="/files/g6aAvJEs4Iw8n6U0ldYK" alt=""><figcaption></figcaption></figure>
2. Navigate to **SSO** settings

   <figure><img src="/files/1jinnvybv10eda2GUHDV" alt=""><figcaption></figcaption></figure>
3. **Enable SSO**

   <figure><img src="/files/fctzqOTe036tck9Ni1jm" alt=""><figcaption></figcaption></figure>
4. Select the **OpenID Connect** provider

   <figure><img src="/files/TzuS0hhEAEspwSvZVYqA" alt=""><figcaption></figcaption></figure>
5. Enter the **Client ID**

   <figure><img src="/files/DEcUO27zDuFbkauPqQDl" alt=""><figcaption></figcaption></figure>
6. Enter the **Client secret**

   <figure><img src="/files/xB2jhXWafzcF6Uj4aYLL" alt=""><figcaption></figcaption></figure>
7. Enter the **Server URL**
8. And that's it! Don't forget to **click the 'Save' button**
9. You should now be able to see the **Login with SSO** button

<div align="left" data-full-width="false"><figure><img src="/files/LpeeGSAKv7HIwsIonmW4" alt="" width="375"><figcaption></figcaption></figure></div>

{% hint style="warning" %} <mark style="color:orange;">Be aware that the user needs to be created on CISO Assistant to be authenticated with SSO.</mark>
{% 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://intuitem.gitbook.io/ciso-assistant/features-focus/sso/openid-connect-oidc.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.
