Enable Third-party Authentication

Next, we will enable third-party authentication type for your Catalyst project.

Info: In this step, we are going to enable Public Signup. We will be skipping the Whitelisting and the code snippets section in the console. The code snippets will be revisited when we code our authentication logic.

To enable third-party authentication type:

  1. Navigate to the CloudScale service and click Start Exploring. catalyst_tutorials_third_party_cloudscale_explore

  2. Navigate to the Authentication component and click Set Up next to the Third-party authentication tab. catalyst_tutorials_third_party_sel_third_party_auth

  3. You will be directed to the Server-Side Configuration code snippet. Enable Public Signup by clicking the toggle. catalyst_tutorials_third_party_sel_third_party_sel_first

  4. Go through the confirmation pop up and click Yes, Proceed. catalyst_tutorials_third_party_sel_third_party_public_signup

  5. Click Next. We will be revisiting the server-side configuration, when we code the authentication logic. catalyst_tutorials_third_party_sel_third_party_server_cmpltd

  6. Click Next again. We will be revising the Client-side configuration, when the front-end of the application is being coded. catalyst_tutorials_third_party_sel_third_party_client_side

  7. For the purposes of this tutorial, we do not require the Custom User Validation or the need to authorize domains. So click Finish. catalyst_tutorials_third_party_sel_third_party_client_whitelisting

Third-party authentication has now been enabled for your application. catalyst_tutorials_third_party_sel_third_party_enabled

Last Updated 2026-02-23 22:17:04 +0530 IST