> For the complete documentation index, see [llms.txt](https://docs.panther.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.panther.com/ko/system-configuration/saml/azure.md).

# Azure Active Directory SSO

## 개요

Panther는 다음과의 통합을 지원합니다 [Azure Active Directory](https://azure.microsoft.com/en-us/solutions/active-directory-sso) SAML 공급자로 사용하여 SSO를 통해 Panther Console에 로그인할 수 있도록 합니다.

Panther Console과의 SSO 통합의 기능, 용어 및 제한 사항에 대한 자세한 내용은 다음을 참조하세요 [ID 및 액세스 통합](/ko/system-configuration/saml.md).

## Azure Active Directory를 사용하여 Panther Console에 SAML SSO를 구성하는 방법

### **1단계: Panther에서 Azure Active Directory SSO 매개변수 가져오기**

1. Panther Console에 로그인합니다.
2. 왼쪽 탐색 표시줄 하단에서 다음을 클릭합니다 **설정**를 클릭한 다음 **액세스 및 인증** > **ID 및 액세스**.
3. 옆의 **SAML(보안 어설션 마크업 언어) 사용**, 토글을 다음으로 설정합니다 `켜기`.
4. 을 사용하는 경우 [IdP 시작 로그인](https://docs.panther.com/ko/system-configuration/saml/pages/f6bdab94ad1caa8f58319492faab0644a60d4ea8#idp-initiated-vs.-sp-initiated-login), 다음을 **IdP 시작 단일 로그인(SSO) 사용** 토글을 `켜기`.
5. 다음을 복사합니다 **Audience** 및 **ACS 소비자 URL** 값을 복사하여 안전한 위치에 저장합니다. 다음 단계에서 필요합니다.
   * IdP 시작 로그인을 사용하는 경우 다음도 복사합니다 **Relay State** 값도 복사하세요.

{% hint style="info" %}
다음 사용이 권장됩니다 [SP 시작 로그인](/ko/system-configuration/saml.md#sp-initiated-login-recommended), 일반적으로 IdP 시작 로그인보다 더 안전한 것으로 간주되기 때문입니다.
{% endhint %}

### 2단계: Microsoft Azure 엔터프라이즈 애플리케이션 만들기

1. 귀하의 [Azure Portal](https://portal.azure.com).
2. 왼쪽 탐색 모음에서 **Azure Active Directory**.
3. 아래 **관리**, 다음을 클릭하세요. **엔터프라이즈 애플리케이션***.*
4. 클릭합니다 **+ 새 애플리케이션**그다음 **+ 직접 애플리케이션 만들기**.
5. 다음 페이지에서 **직접 애플리케이션 만들기** 화면에서 다음 필드를 구성합니다:
   * **이름 입력**: "Panther Console"과 같은 설명이 되는 값을 입력합니다.
   * **갤러리에 없는 다른 애플리케이션과 통합(갤러리 외)**: 이 라디오 버튼을 선택합니다.
6. 클릭합니다 **생성**.

### 3단계: Microsoft Azure 엔터프라이즈 애플리케이션 구성

1. 새로 만든 애플리케이션에서 다음을 클릭합니다 **1. 사용자 및 그룹 할당**.
   1. 클릭합니다 **+ 사용자/그룹 추가**.
   2. 아래 **사용자 및 그룹**, 다음을 클릭합니다 **선택된 항목 없음** 링크.
   3. 사용자(들)를 선택한 다음 다음을 **선택**.
   4. 클릭합니다 **할당**.
2. 엔터프라이즈 애플리케이션으로 돌아갑니다 **개요**, 그런 다음 **2. 단일 로그인 설정**.
3. 다음 페이지에서 **단일 로그인 방법을 선택합니다** 화면에서 다음을 클릭합니다: **SAML**.
4. 내에서 **SAML을 사용하여 단일 로그인을 설정하고,** 다음 구성을 합니다:
   1. 아래 **기본 SAML 구성**, 다음을 클릭하세요. **편집**, 다음 필드를 구성합니다:
      * **식별자(엔터티 ID) 추가**: 다음을 붙여넣습니다 **Audience** 1단계에서 Panther Console에서 얻은 값.
      * **회신 URL 추가**: 다음을 붙여넣습니다 **ACS 소비자 URL** 1단계에서 Panther Console에서 얻은 값.
      * **IdP 시작 SSO에 대한 Relay State 추가:** IdP 시작 로그인을 사용하는 경우 다음을 붙여넣습니다 **Relay State** 1단계에서 Panther Console에서 복사한 값. SP 시작 로그인을 사용하는 경우 이 값은 비워 둡니다.
5. 아래 **속성 및 클레임**, 다음을 클릭하세요. **편집**.
   1. 클릭합니다 **+ 새 클레임 추가** 다음 필드를 구성합니다:
      * **이름**: 입력 `PantherEmail`.
      * **네임스페이스**: 이 필드는 비워 둡니다.
      * **원본**: 다음을 선택합니다 **속성** 라디오 버튼.
      * **원본 속성**: 선택 `user.email`.
   2. 클릭합니다 **저장**.
   3. 클릭합니다 **+ 새 클레임 추가** 다음 필드를 구성합니다:
      * **이름**: 입력 `PantherFirstName`.
      * **네임스페이스**: 이 필드는 비워 둡니다.
      * **원본**: 다음을 선택합니다 **속성** 라디오 버튼..
      * **원본 속성**: 선택 `user.givenname`.
   4. 클릭합니다 **저장**.
   5. 클릭합니다 **+ 새 클레임 추가** 다음 필드를 구성합니다:
      * **이름**: 입력 `PantherLastName`.
      * **네임스페이스**: 이 필드는 비워 둡니다.
      * **원본**: 다음을 선택합니다 **속성** 라디오 버튼..
      * **원본 속성**: 선택 `user.surname`.
   6. 클릭합니다 **저장**.
6. 아래 **SAML 인증서,** 옆의 **페더레이션 메타데이터 XML,** 다음을 클릭합니다 **다운로드** 링크.
7. 클릭합니다 **저장**.

### 4단계: Azure AD SSO로 Panther Console 구성

1. 다시 다음으로 이동하세요. **ID 및 액세스** 1단계의 Panther Console 섹션입니다. 다음의 **기본 역할** 필드에서, 새 사용자가 SSO를 통해 처음 로그인할 때 기본으로 할당될 Panther 역할을 선택합니다.

{% hint style="warning" %}
Panther는 이 값을 다음으로 설정하지 않을 것을 강력히 권장합니다 `관리자`.
{% endhint %}

2. 클릭합니다 **여기를 클릭** 하여 Azure에서 다운로드한 메타데이터 파일을 업로드합니다.

<figure><img src="/files/196f9b2e99917980fe9aaae9ad0aa6b050521f95" alt="In the Panther Console settings, there is a Default Role field and an Identity provider URL field. Below, there is a button to upload a metadata file." width="375"><figcaption></figcaption></figure>

3. 클릭합니다 **변경 사항 저장**.

설정을 테스트하려면 Panther 로그인 페이지로 이동하여 다음을 클릭합니다 **SSO로 로그인**.

<figure><img src="/files/17a9eb3d93b13601e0c5e0d5d7a63e9c70ba3073" alt="The Panther login page displays a &#x22;Login with SSO&#x22; button at the bottom."><figcaption></figcaption></figure>


---

# 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.panther.com/ko/system-configuration/saml/azure.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.
