Migration to OAuth - An Overview
All existing auth tokens will be deprecated on 28 February 2021. Hence, to keep accessing Zoho Recruit, you need to migrate to the version OAuth Authentication.
Contents
Authentication
- Authtoken
- Zoho OAuth
Authtoken
https://recruit.zoho.com/recruit/private/xml/Candidates/insertRecords? newFormat=1 &authtoken=Auth Token &scope=recruitapi &xmlData=<data>
Zoho OAuth
https://recruit.zoho.com/recruit/private/xml/Candidates/insertRecords? newFormat=1 &scope=recruitapi &xmlData= Method: POST Header: Authorization=Zoho-oauthtoken {access_token}
Token Migration
The Migration APIs help you obtain access and refresh tokens from the existing auth token.
The two types of migration APIs are
Migration for Redirection-based Applications
Migration for Self-Client Applications
Custom Functions
- Redirection-based
- Self-Client
- Custom Functions
Redirection-based Apps
Use this API if your application has multiple users and you obtain their username and password to generate auth token, or if the users input their auth tokens.
Prerequisite:
Before you can access this API, you must share your client ID(obtained from the developer console), auth token, auth token scopes, and the required OAuth scopes over an email to support@zohorecruit.com for validation.
Refer to Migration for Redirection-based Applications for more details.
Self-client Apps
Use this API if your application uses only one auth token.
Refer to Migration for Self-Client Applications for more details.
Custom Functions
Changing the auth token mechanism within your custom functions is easy with Connections, a type of wrapper that helps you migrate to Zoho OAuth with a few simple steps.
Refer to Custom Functions for more details.