# Access OAuth 2.0
Authorize third-party applications to use the Authing user pool.
Through OAuth 2.0, you can use the Authing user pool as an identity service provider, so that third-party applications can read your user data, and the process is basically the same as Github. We provide four modes of OAuth authentication process, namely implicit mode, authorization_code mode, password mode and client_credentials mode.