# Office 365 로그인(Office365LoginCommand)

## Content


포건시 로그인의 종류는 크게 총 3가지로 볼 수 있습니다. 

1. Forguncy 인증 : 포건시 서버 자체에서 사용자 관리
2. Windows 인증 : Microsoft사의 Active Directory를 연동한 사용자 관리
3. 제3자 인증 : 네이버, 카카오, 구글, 페이스북 등 타사의 로그인을 연동한 사용자 관리

포건시로 앱을 만드는 개발자는 위 3가지 중 1가지를 택하여 사용자 로그인 방식으로 채택하실 수 있습니다.

위 방식들 중 Microsoft Office365를 이용한 인증은 2번이 아니라, 3번 방식을 사용합니다. 왜냐하면 Microsoft의 Office365는 Azure를 기반으로 하고 있고, 이는 Microsoft의 Cloud 서비스이기 때문에 언제든 열려 있는 서버이기 때문입니다.

해당 플러그인을 사용하기 위해서는 [Office 365 Client ID와 TenantID](/broken/pages/mQokel5gzBzlJYdzl1RJ)가 필요합니다. 

### 플러그인 다운로드 

버전에 맞는 플러그인을 다운로드 합니다.

| 버전 | 다운로드 링크 |
| --- | --- |
| v10.0 | [Office365LoginCommand.zip](https://forguncy-korea.github.io/attached_files/Plugin_Files/V10_Plugin/Office365LoginCommand.zip) |
| v 9.0 | [Office365LoginCommand.zip](https://forguncy-korea.github.io/attached_files/Plugin_Files/V9_Plugin/Office365LoginCommand.zip) |
| v 7. 1 | [Office365LoginCommand.zip](https://forguncy-korea.github.io/attached_files/Plugin_Files/V7.1_Plugin_20211223/Office365LoginCommand.zip) |
| v 7. 0 | [Office365LoginCommand.zip](https://forguncy-korea.github.io/attached_files/Plugin_Files/V7_Plugin_20210722/Office365LoginCommand.zip) |
| v 6. 1 | [Office365LoginCommand.zip](https://forguncy-korea.github.io/attached_files/Plugin_Files/V6.1_Plugin_20201111/Office365LoginCommand.zip) |



