> For the complete documentation index, see [llms.txt](https://docs.ggwp.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ggwp.com/kr/id-iam/api-scim/authentication.md).

# 인증

### 개요

모든 SCIM API는 다음을 사용하여 보호됩니다 **베어러 토큰 인증**. 각 요청에는 다음에 유효한 액세스 토큰이 포함되어야 합니다 `Authorization` 헤더.

#### 인증 방식

헤더 형식

`Authorization: Bearer <API_KEY>`

예시 요청 헤더

`Authorization: Bearer apJwejfwrluo450435hfcCI6IkpXVCJ9...`

### 참고

* 토큰은 모든 요청에 포함되어야 합니다
* 인가되지 않은 요청은 다음을 반환합니다 `401 Unauthorized`

### 오류 응답

#### 401 Unauthorized

다음 경우 반환됩니다:

* 토큰이 없습니다
* 토큰이 유효하지 않습니다
