# discourse에서 제공하는 Oauth2 서비스를 어떻게 사용하나요?

**URL:** https://meta.discourse.org/t/how-to-use-oauth2-service-provided-by-discourse/154849
**Category:** SSO
**Tags:** oauth2
**Created:** [6월 15, 2020, 3:50오전 UTC](https://meta.discourse.org/t/how-to-use-oauth2-service-provided-by-discourse/154849 "2020-06-15T03:50:56Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![KevinBlandy](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/kevinblandy/32/155478_2.png) [@KevinBlandy](https://meta.discourse.org/u/KevinBlandy)
#### Post date: [6월 15, 2020, 3:50오전 UTC](https://meta.discourse.org/t/how-to-use-oauth2-service-provided-by-discourse/154849/1 "2020-06-15T03:50:56Z")

</div>

# discourse에서 제공하는 Oauth2 서비스를 어떻게 사용하나요?

온라인 채팅 애플리케이션을 개발했고, **discourse** 계정을 사용하여 인증된 로그인을 하고 싶습니다.

**Github** 인증으로 **discourse** 에 로그인하는 것과 똑같이 간단합니다.

좋은 제안이 있으신가요?

감사합니다.

> 영어가 잘하지 못해서 죄송합니다 :eyes:

---

<div class="post-metadata">

### Author: ![justin](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/justin/32/157614_2.png) [@justin](https://meta.discourse.org/u/justin)
#### Post date: [6월 15, 2020, 7:34오후 UTC](https://meta.discourse.org/t/how-to-use-oauth2-service-provided-by-discourse/154849/2 "2020-06-15T19:34:33Z")

</div>

다음은 요구사항에 맞는 것으로 보이는 가이드 두 가지입니다.

> [@Configure GitHub login for Discourse](https://meta.discourse.org/t/configuring-github-login-for-discourse/13745):
>
> bookmark This guide explains how to set up GitHub as a login option for your Discourse forum by configuring OAuth credentials. person_raising_hand Required user level: Administrator Overview GitHub login integration allows users to sign in to your Discourse site using their GitHub accounts. This provides a convenient authentication option, especially useful for developer-focused communities. Setting up GitHub OAuth Visit GitHub’s developer settings at https://github.com/settings/dev…

> [@Discourse OAuth2 Basic](https://meta.discourse.org/t/oauth2-basic-support/33879):
>
> discourse2Summary Discourse OAuth2 Basic supports basic OAuth2 providers, assuming they have a JSON API endpoint where user details can be retrieved by token.open_bookInstall Guide This plugin is bundled with Discourse core. There is no need to install the plugin separately. Features This plugin allows you to use a basic OAuth2 provider as authentication for Discourse. It should work with many providers, with the caveat that they must provide a JSON endpoint for retri…
