# Configure Side Auth settings

*Applicable to standalone solutions only*

These settings enable seamless authorization, allowing clients to sign in to the B2COPY Web UI without re-entering credentials when navigating from a third-party CRM.

To configure Side Auth settings:

{% stepper %}
{% step %}
Expand the **Settings** menu.
{% endstep %}

{% step %}
Go to **Synchronization** in the menu.
{% endstep %}

{% step %}
If you have several platform instances (such as MT4, MT5. or cTrader), make sure you are in the correct instance, or go to it using the switcher in the upper-left page corner.
{% endstep %}

{% step %}
In the **Secret Code** field, enter a secret code of your choice. It can include Latin letters and numbers.

The code is masked by default and can be revealed by clicking the **eye** icon.
{% endstep %}

{% step %}
In the **Redirect Domain** field, enter the URL to which clients will be redirected after authorization. Use the following format:

`https://{domain-name}/{token}`

{% hint style="info" %}
Make sure to replace `{domain-name}` with the actual URL of your B2COPY Web UI.
{% endhint %}

<figure><img src="/files/h6h0vaHI1hTKL04t1EvJ" alt="Side auth"><figcaption><p>Side auth</p></figcaption></figure>
{% endstep %}

{% step %}
Click **Save** to apply the changes.
{% endstep %}
{% endstepper %}

For further configuration, refer to the [Seamless authorization (only for a standalone solution)](/api-documentation/seamless-authorization-only-for-a-standalone-solution.md) in the API documentation.


---

# Agent Instructions: 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:

```
GET https://docs.b2copy.b2broker.com/admin-panel-guide/manage-b2copy-settings/configure-side-auth-settings.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
