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 into 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, input your authorization domain.
Replace “your-domain” with the authentication domain listed in Cloudflare Access, and include the callback in the path:
https://your-domain.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 Cloudflare Access, scroll to Login Methods, click Add and select the Yandex icon.
The Add a Yandex identity provider dialog displays.
Paste the ID and password in the appropriate fields.
In the right pane, scroll to Platforms and click Web services.
In the Callback URI #1 field, input your authorization domain.
https://your-domain.cloudflareaccess.com/cdn-cgi/access/callback
Replace “your-domain” with the authentication domain listed in Cloudflare Access, and include the callback in the path.
Click Save and test.
On successful connection to your Yandex IdP, a confirmation card displays.
Example API Config
{ "config": { "client_id": "<your client id>", "client_secret": "<your client secret" }, "type": "yandex", "name": "my example idp"}