Yandex
Yandex is a web search engine that also offers identity provider (IdP) services.
 Set up Yandex
To set up Yandex for Cloudflare Access:
- Log in to your Yandex account. 
- Select Open a new OAuth Application. 
- Select New client. 
- Complete the required fields. 
- Choose Yandex.Passport API to set the basic scopes. 
- Select the Access to email address, Access to user avatar, and Access to username, first name and surname, gender options. 
- Select Platform and click Web Services. 
- In the Callback URL #1 field, enter your team domain followed by this callback at the end of the path: - /cdn-cgi/access/callback. For example:https://<your-team-name>.cloudflareaccess.com/cdn-cgi/access/callback 
- Click Add. 
- Scroll to the Platforms card, and click Submit. - Yandex OAuth card titled Cloudflare Access App displays. 
- Copy the ID and Password. 
- In Zero Trust, navigate to Settings > Authentication. 
- Under Login methods, click Add new. 
- Select Yandex. 
- Paste the ID and password in the appropriate fields. 
- Click Save. 
 Example API Config
{  "config": {    "client_id": "<your client id>",    "client_secret": "<your client secret>"  },  "type": "yandex",  "name": "my example idp"
}