# FlowAuth

FlowAuth는 [Axoneo](https://github.com/Axoneo)에서 유지보수하는 [OAuth 2.0 표준](https://datatracker.ietf.org/doc/html/rfc6749) 인증 및 권한 부여 시스템입니다. 외부 서비스 제공자들이 쉽게 애플리케이션을 등록하고 관리할 수 있는 플랫폼을 제공합니다.

<figure><img src="/files/IcpQu9Or8m83ICE6c7uW" alt=""><figcaption></figcaption></figure>

## Features at a glance

* Authorization Code Grant 플로우 완전 지원
* OAuth2 [RFC6749](https://datatracker.ietf.org/doc/html/rfc6749) 표준 완전 준수
* 심플 & 모던 UI/UX
* OAuth2 테스터 및 완전한 대시보드 제공
* Scope 기반 권한 관리 시스템
* PKCE(Proof Key for Code Exchange) 지원으로 보안 강화

## Create your first account

[공식 테스트 서버](https://auth.viento.me/)(<https://auth.viento.me)에서> 즉시 계정 생성과 새로운 OAuth2 클라이언트 등록을 복잡한 과정 없이 간편하게 진행할 수 있습니다.

<figure><img src="/files/Jfgl8WAtcnEfvcdHxNAH" alt=""><figcaption></figcaption></figure>

## Contact

공식 테스트 서버에 대한 문의는 이메일 [**op@viento.me**](mailto://op@viento.me)에 남겨주시면 빠른 시일 내에 답변 드리겠습니다.


---

# 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://op0.gitbook.io/flowauth/flowauth.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.
