---
sidebar_position: 5
---

# SSO Setup Instructions:

## 1. Choose SSO Protocol (OIDC or SAML):
   - Select the desired SSO protocol: **OIDC** (OpenID Connect) or **SAML** (Security Assertion Markup Language).

## 2. OIDC Setup:
   If you choose **OIDC**, fill in the following fields:
   - **Display Name**: Enter a name that identifies the OIDC configuration.
   - **Authorization URL**: Provide the URL used for authorization requests (often provided by your identity provider).
   - **Token URL**: Provide the token endpoint URL, which will be used to exchange the authorization code for tokens.
   - **PKCE**: Toggle this option if you are using Proof Key for Code Exchange (PKCE) for extra security. Additional instructions or parameters might be needed if enabled.
   - **Client ID**: Enter the client identifier provided by your identity provider.
   - **Client Secret**: Enter the client secret that your app will use to authenticate with the identity provider.
   - Click **Save** to apply your settings.
![OIDC](../Images/OIDC.png "OIDC") 

## 3. SAML Setup:
   If you choose **SAML**, fill in the following fields:
   - **Display Name**: Enter a name for the SAML configuration.
   - **Service Provider Entity ID**: Provide the entity ID for the service provider (typically provided by your service provider or identity provider).
   - Click **Save** to complete the setup.

![SAML](../Images/SAML.png "SAML") 

# SIEM (Security Information and Event Management) Setup:

To configure SIEM settings, follow these steps:
- **Server URL**: Paste the URL where the syslog server is hosted.
- **Protocol**: Choose between **TCP** or **UDP** based on your requirements for log transmission.
- **TLS**: Enable TLS for encrypted communication (toggle on if necessary) and provide a **TLS Port** if required.
- If necessary, check **Ignore TLS Certificate** to bypass certificate verification.
- **Format**: Choose between **RFC5424** or **RFC3164** based on your syslog format preference.
- Click **Save** to finalize the configuration.
![SIEM](../Images/SIEM.png "SIEM") 










