> For the complete documentation index, see [llms.txt](https://docs.wrks.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.wrks.ai/admin-help/integrations/sso.md).

# 회사 계정으로 로그인하게 하고 싶어요 (SSO)

**SSO는 회사 계정 하나로 여러 서비스에 로그인하는 방식이에요.** 직원이 웍스AI용 비밀번호를 따로 만들지 않아도 됩니다.

> **연동 설정은 관리자 화면에서 직접 하실 수 없어요.** 회사 인증 시스템에 맞춰 준비할 것이 있어서 담당자와 함께 진행합니다. 고객지원으로 문의해 주세요.

## SSO를 쓰면 좋은 점

* 직원이 비밀번호를 따로 관리하지 않아도 돼요
* 입사·퇴사에 맞춰 계정이 자동으로 정리됩니다
* 회사 보안 정책(2단계 인증 등)이 그대로 적용돼요

## 조직도 연동

회사 인사 시스템의 부서 정보를 가져와 웍스AI 조직도를 자동으로 맞출 수 있어요. 부서별 요금 한도나 부서별 통계를 쓰실 계획이면 함께 검토해 보세요.

## 자주 묻는 질문

### Q. 우리 회사도 연동할 수 있나요?

일반적인 기업 인증 방식은 대부분 가능해요. 쓰고 계신 인증 시스템 이름을 알려주시면 확인해 드립니다.

### Q. 연동하는 데 얼마나 걸리나요?

회사 환경에 따라 달라요. 담당자와 일정을 잡아 진행합니다.

### Q. SSO를 켜면 기존 계정은 어떻게 되나요?

기존 계정과 이어 붙이는 작업이 필요해요. 진행할 때 함께 안내드립니다.

### Q. SSO로 로그인이 안 돼요.

먼저 그 직원이 **회사 계정 자체로는 로그인되는지** 확인해 주세요. 회사 계정에 문제가 있으면 웍스AI에서도 안 됩니다.

회사 계정은 정상인데 웍스AI만 안 되면, 몇 명이 안 되는지(한 명/전체)를 확인해서 문의해 주세요.

### Q. 신규 입사자가 자동으로 들어오나요?

연동 방식에 따라 달라요. 자동 생성으로 설정했다면 첫 로그인 때 계정이 만들어집니다.

### Q. SSO를 쓰면서 일부 직원만 아이디·비밀번호로 로그인할 수 있나요?

가능한 경우가 있어요. 필요하시면 문의해 주세요.

### Q. 조직도가 실제와 다르게 들어왔어요.

인사 시스템 쪽 정보와 다를 수 있어요. 어떤 부서가 다른지 알려주시면 확인해 드립니다.

## 이럴 땐 문의해 주세요

* SSO 연동을 새로 하고 싶을 때 (필수)
* 전 직원이 SSO 로그인이 안 될 때
* 조직도 정보가 맞지 않을 때


---

# 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://docs.wrks.ai/admin-help/integrations/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.
