> For the complete documentation index, see [llms.txt](https://guide.roundhr.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://guide.roundhr.com/setting/integrations/services/sso.md).

# SSO 연동

{% hint style="info" %}
고객사 내부 운영 계정으로 roundHR 서비스에 로그인할 수 있습니다. 이를 통해 내부 모니터링 및 관리, 보안 통제가 가능합니다.

* 임직원이 기존에 이용하는 사내 도메인 계정으로 별도의 회원가입 절차 없이 roundHR에 접근할 수 있습니다.
* 관리자는 기존 사내 시스템 접속 시에 이용하는 하나의 보안 토큰(사용자 이름/암호 쌍)으로 roundHR에 대한 사용자의 접근 활성화 여부를 설정할 수 있습니다.
  {% endhint %}

{% hint style="success" %}
SSO 연동 도입 및 관련 문의는 전문 컨설턴트가 안내를 도와드리고 있습니다. 문의하기를 눌러 폼을 제출해 주시면 연락 드리겠습니다. ([**문의하기 >**](https://round.channel.io))
{% endhint %}

#### SSO 연동 조건

* SAML2.0만 지원 (OIDC, OAuth는 지원하지 않음)
* 자체 IdP, Okta, Ms Azure AD, 메가존 등 IdP에서 이용 가능

#### Google SAML

* 구글 관리 콘솔 > [웹 및 모바일 앱 이동](https://admin.google.com/ac/apps/unified)
  * <https://admin.google.com/ac/apps/unified>
* 앱 추가 버튼 클릭

<figure><img src="/files/acaKC6e2iVrjccoGsEs5" alt=""><figcaption></figcaption></figure>

* 앱 세부정보
  * 앱 이름 roundHR 으로 입력
* Google ID 공급업체 세부정보
  * 메타데이터 다운로드 를 하여 roundHR 에게 전달

    <figure><img src="/files/dotQanqMqzOMhtkhn2WF" alt=""><figcaption></figcaption></figure>
* 서비스 제공업체 세부정보
  * ACS URL : <https://link.roundhr.com/auth/saml/\\><id>/callback
  * 엔티티 ID : roundHR
  * 시작 URL : <https://link.roundhr.com/auth/saml/\\><id>
  * id 에 들어갈 값은 별도로 전달 드립니다.
  * 이름 아이디 형식은 기본 설정 그대로 저장
* 속성 매핑
  * 빈값으로 마침
* 추가로 궁금하신점이 있다면 [Google Guide](https://support.google.com/a/answer/6087519?product_name=UnuFlow\&hl=en\&visit_id=638780309965129498-327568597\&rd=1\&src=supportwidget0\&hl=en#zippy=%2Cstep-add-the-custom-saml-app) 를 참고 부탁드립니다.


---

# 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://guide.roundhr.com/setting/integrations/services/sso.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.
