# 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="https://3113620308-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fx3vbe9mozK3C5425TCxL%2Fuploads%2Fgit-blob-286175971b1342b2a5e77107aad9d773f647b0eb%2FSCR-20250323-dflm.png?alt=media" alt=""><figcaption></figcaption></figure>

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

    <figure><img src="https://3113620308-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fx3vbe9mozK3C5425TCxL%2Fuploads%2Fgit-blob-54c2376ff75ee7bc68bbef692fae6ca964ad52f5%2FSCR-20250323-dhas.png?alt=media" 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) 를 참고 부탁드립니다.
