FNCY Login

Developed through standard OAuth2 specification (RFC 6749).

OAuth 2.0 Terminology

OAuth 2.0 Key API Parameter

FNCY Login Process

Authorization Code Grant Type Method

  1. The client passes the client ID, redirect URI, and response type to FNCY authentication server with a parameter as code. After successful authentication, the FNCY authorization code is sent to the client.

  2. After successfully receiving the FNCY authorization code, the client requests an additional access token from the FNCY certifier using the FNCY authorization code. The required parameters are Client ID, Client Password, Redirect URI, and Authentication Type.

  3. Finally, uses the access token received from FNCY authentication server to send user data to the resource server.