# Okta SSO

{% hint style="warning" %}
Следующие шаги описывают состояние Okta на момент создания этой инструкции. Интерфейс Okta может измениться, поэтому для получения наиболее актуальной информации обратитесь к официальному [источнику](https://help.okta.com/en-us/content/topics/apps/apps_app_integration_wizard_oidc.htm)
{% endhint %}

Чтобы войти в Security Center через провайдера Okta, выполните следующие действия:

1. В панели администратора Okta перейдите на вкладку "**Applications**".
2. Нажмите "**Create App integration**"
3. В разделе "Sign-in method" выберите опцию "**OIDC - OpenID Connect"**
4. В разделе "Application type" выберите "**Web Application**"
5. Нажмите "**Next**"
6. Заполните следующие поля:

* **App integration name** - Введите желаемое название приложения
* **Grant type** - Выберите код авторизации
* **Sign-in redirect URIs** - Введите ***<https://seccenter.cybercodereview.ru/oauth2/callback>***
* **Sign-out redirect URIs** - Следует оставить незаполненными
* **Controlled access** - Выберите вариант для пользователей, соответствующий вашей политике или бизнес-процессу (например, «Разрешить доступ всем в вашей организации», «Ограничить доступ для выбранных групп» или «Пока не назначать группы»).
* Нажмите "**Save**"

Используйте данные, созданные для вашего приложения, для настройки интеграции SSO в Security Center:

* **Domain**: Смотрите информацию о пользователе
* **ID клиента**: \<ID клиента>
* **Клиентский секрет**: <Клиентский секртет>

Эти настройки позволят вам использовать провайдера Okta для входа в Security Center


---

# 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.cybercodereview.ru/security-center/general-portal-settings/sso-settings/okta-sso.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.
