Centrify
Centrify secures access to infrastructure, DevOps, cloud, and other modern enterprise so you can prevent the #1 cause of breaches – privileged access abuse.
Set up Centrify
These steps help you set up Centrify as your identity provider (IdP).
Log in to the Centrify administrator panel.
Click Apps.
Click Add Web Apps.
Select the Custom tab and click Add OpenID Connect.
On the Add Web App screen click Yes to create an OpenID Connect application.
Enter an Application ID.
Click Save.
Click Trust in the Settings menu.
Enter a strong application secret on the Trust section.
Under Service Provider Configuration enter your application’s authentication domain as the resource application URL.
Under Authorized Redirect URIs click Add.
Under Authorized Redirect URIs enter your authentication domain as
/cdn-cgi/access/callback
.Click Save.
Copy the Client ID, Client Secret, and OpenID Connect Issuer URL.
Copy the Application ID from the Settings tab in the Centrify dashboard, and paste them into the Cloudflare Access.
Navigate to the User Access tab.
Select the roles to grant access to your application.
In the Cloudflare Access app, under click Add under Login Methods, and select Centrify as your IdP.
Paste in the Client ID and Client Secret.
Click Save and Test.
On success, a confirmation displays that your connection works.
Example API Config
{ "config": { "client_id": "<your client id>", "client_secret": "<your client secret", "centrify_account": "https://abc123.my.centrify.com/", "centrify_app_id": "exampleapp", }, "type": "centrify", "name": "my example idp"}
export const _frontmatter = {"order":12}