* website/integrations: rename "Create with Provider" to "New Application" The application list page now uses a split-button labeled "New Application" instead of the old "Create with Provider" dropdown. Update all 113 integration guides to match. * website/docs: update flow, stage, and policy button labels - "Create" → "New Flow", "New Stage", "New Policy" for trigger buttons - "Finish" → "Create Flow", "Create Stage", "Create Policy" for submit - "Create and bind stage" → "New Stage" / "Bind Existing Stage" - "Create" (binding submit) → "Create Stage Binding" * website/docs: update provider button labels - "Create" → "New Provider" for trigger buttons - "Create with Provider" → "New Application" in RAC docs - "Create" → "New Property Mapping", "New RAC Endpoint", "New Prompt" for related entity creation * website/docs: update directory button labels - "Create" → "New Source" for federation/social login pages - "Create" → "New Role", submit → "Create Role" - "Create" → "New Invitation" - Policy binding submit → "Create Policy Binding" * website/docs: update endpoint device and system management button labels - "Create" → "New Endpoint Connector", "New Enrollment Token", "New Device Access Group", "New Flow" - Submit → "Create Device Access Group" - "Create" → "New Notification Rule", "New Notification Transport" - Binding submit → "Create Policy Binding" * Reorganize policy documentation * website/docs: address policy docs review feedback * post-rebase * website/docs: Reorganize policy documentation -- Revisions (#21601) * apply suggestions * Fix escaped. * Fix whitespace. * Update button label. * Fix phrasing. * Fix phrasing. * Clean up stragglers. * Format. --------- Co-authored-by: Dominic R <dominic@sdko.org>
3.8 KiB
title, sidebar_label, support_level
| title | sidebar_label | support_level |
|---|---|---|
| Integrate with OVHcloud | OVHcloud | community |
What is OVHcloud
OVHcloud is a French cloud provider. They provide public and private cloud products, shared hosting, and dedicated servers in 140 countries.
Preparation
The following placeholders are used in this guide:
authentik.companyis the FQDN of the authentik installation.
authentik configuration
To support the integration of OVHcloud with authentik, you need to create an application/provider pair in authentik.
Create an application and provider in authentik
-
Log in to authentik as an administrator and open the authentik Admin interface.
-
Navigate to Applications > Applications and click New Application to open the application wizard.
-
Application: Provide a descriptive name, an optional group for the type of application, the policy engine mode, and optional UI settings.
-
Choose a Provider type: Select SAML Provider as the provider type.
-
Configure the Provider: Provide a name (or accept the auto-provided name), the authorization flow to use for this provider, and the following required configurations:
- Set the ACS URL to:
https://www.ovhcloud.com/eu/auth/saml/acsfor EU region.https://www.ovhcloud.com/ca/auth/saml/acsfor CA region.https://us.ovhcloud.com/auth/for US region.
- Set the Service Provider Binding to
Post. - Under Advanced protocol settings, set an available Signing certificate.
- Set the ACS URL to:
-
Configure Bindings (optional): You can create a binding (policy, group, or user) to manage the listing and access to applications on a user's My applications page.
-
-
Click Submit to save the new application and provider.
Download metadata file
- Log in to authentik as an administrator and open the authentik Admin interface.
- Navigate to Applications > Providers and click on the name of the provider that you created in the previous section.
- Under Related objects > Metadata, click on Download. This downloaded file is your SAML Metadata file and it will be required in the next section.
OVHcloud Configuration
- Log in to the OVHcloud Control Panel.
- Click your name in the top right corner, and in the sidebar that appears, click your name again.
- Select Identity and Access Management (IAM) from the left-hand menu.
- Click the Identities tab to access local users management and switch to the SSO tab.
- Click on the SSO Connection button.
- If you want to keep local OVH users, tick the Keep active OVHcloud users box.
- Open the File you downloaded in Download metadata file. Copy the content and paste it into the XML-Metadata field.
- Close the window by clicking Confirm.
Configuration verification
To verify that authentik is properly integrated with OVHcloud, first log out of your account. On the OVHcloud login page, enter your OVH Customer ID/NIC handle followed by /idp (e.g., xx1111-ovh/idp), leave the password field blank, and click Login.
You’ll be redirected to your authentik instance to complete authentication. Once successful, you’ll be logged in to OVHcloud.