# 사용자 보안 공급자

사용자 보안 공급자는 타사 시스템의 로그인과 사용자 정보를 통합하는 데 사용됩니다. 포건시는 ISecurityProvider 인터페이스를 제공합니다. 이 인터페이스를 구현하면 사용자가 다른 시스템과 통합할 수 있습니다.

## 인증 모드&#x20;

포건시 보안 공급자는 암호 인증, Windows 인증 및 OpenId 인증의 세 가지 인증 모드를 지원합니다.

**암호 인증**

사용자가 포건시 응용 프로그램에 로그인할 때 사용자는 포건시 페이지에 사용자 이름과 암호를 입력해야 하며 사용자 서비스는 보안 공급자 인증에 사용자 이름과 암호를 보냅니다. 유효성 검사가 통과하면 사용자는 포건시 응용 프로그램에 성공적으로 로그인할 수 있습니다.

**Windows 인증**

도메인 사용자가 포건시 응용 프로그램에 액세스하면 Windows 도메인은 현재 사용자가 Windows 도메인 계정을 통해 로그인할 수 있는지 자동으로 확인합니다.

**OpenId**

일부 웹 사이트는 Google, Microsoft, WeChat 등과 같은 OpenId(Oauth2) 인증 서비스를 제공합니다. 포건시 사용자가 응용 프로그램에 액세스하면 포건시 페이지가 타사 웹 사이트 로그인 페이지로 리디렉션되고 사용자가 타사 웹 사이트에 로그인할 수 있으며 브라우저가 자동으로 포건시로 다시 이동하고 자동으로 로그인합니다. 타사 웹 사이트에 이미 로그인한 경우 포건시 프로그램은 타사 웹 사이트의 동일한 계정을 통해 포건시 응용 프로그램에 자동으로 로그인합니다.


---

# Agent Instructions: 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:

```
GET https://doc.forguncy.co.kr/v7/or-server/securityprovider.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
