Overview#
Creating an OAuth 2.0 Client Application is when you create an OAuth Client ApplicationBefore you can proceed with with Creating an OAuth 2.0 Client Application, you must first do the OAuth 2.0 Client Registration Authorization Server.
The OAuth 2.0 Client Registration process typically includes creating an account on the Authorization Server's website, including data such as the:
- name
- website logo, etc.
- client_id
- client Secret
- redirect_uri
Each Authorization Server implements the OAuth 2.0 Client Registration process a differently.