- Nebius AI Cloud, where you create and configure a federation.
- , where you create an application, make it available to the users for whom you configure SSO, and connect the to the federation.
Costs
This tutorial doesn’t include any chargeable resources. The infrastructure you create is free of charge.Prerequisites
- Create a JumpCloud account.
- Make sure that this account has at least the Administrator role.
-
Make sure that your Nebius AI Cloud account is added to the tenant’s group of administrators. To check this, in the web console, go to
Administration → IAM → Users.
- If you prefer not to use the web console, prepare one of the other available Nebius AI Cloud interfaces:
Steps
Create an application in JumpCloud
-
Sign in to the JumpCloud admin portal.
If your data is stored in the EU, you have a different login URL: https://console.eu.jumpcloud.com/login
-
Create and configure a custom SSO application:
-
In the admin portal, go to Access → Applications and click
Add New Application.
- In the window that opens, select Custom Application, then select Manage Single Sign-On (SSO) with Configure SSO with SAML.
- Enter a name for your application in the Display Label field. You can optionally add a description for your application and upload a logo or select a different color indicator.
-
On the SSO tab of your application, specify the following required parameters:
- IdP Entity ID: Click Copy Metadata URL and paste the value in this field.
-
SP Entity ID:
https://auth.eu.nebius.com/saml2/rp/federation-id -
ACS URLs:
https://auth.nebius.com/login/saml2/provider/federation-idfederation-idis used temporarily until you create a federation and get its ID. After that, replacefederation-idwith the actual value. -
SAMLSubject NameID:
email -
SAMLSubject NameID Format:
urn:oasis:names:tc:SAML:1.0:nameid-format:unspecified -
Signature Algorithm:
RSA-SHA256 -
Sign:
Response
-
In the admin portal, go to Access → Applications and click
- Create users, then add users to a user group.
Download the application certificate from JumpCloud
- Go to your application settings in the JumpCloud admin portal.
- Click Actions → Download Certificate to download and save the certificate.
Create a federation in Nebius AI Cloud
-
To create a federation:
- Web console
- CLI
- Terraform
-
In the sidebar, go to
Administration → IAM.
- Click Create entity and select Federation.
- Click the Manual mode toggle and enter your federation name.
-
Specify the following parameters under Identity provider (IdP):
- SSO URL: Go to the SSO tab of your JumpCloud application settings and copy and paste the value from the IdP URL field.
- Issuer: In the same tab in JumpCloud, click Copy Metadata URL and paste the value in this field.
- Enter a name for your certificate.
- Upload the certificate file that you obtained in the previous step and click Create federation. Copy the ID of the newly created federation.
-
Update the SSO settings of your application in the JumpCloud admin portal:
- Open the application settings page and go to the SSO tab.
- In the fields SP Entity ID and ACS URLs, replace the
federation-idpart of the values with the copied federation ID.
Add a certificate to the federation
If you used the web console to create a federation, you can skip this part and proceed to the next step.
- CLI
- Terraform
-
Prepare the
federation-cert.jsonfile:Specify the certificate body from the downloaded file and the federation ID. In this file, the certificate body is split into several lines. Paste it as a single line infederation-cert.json. -
Apply the certificate file:
Log in to Nebius AI Cloud
- Open the Nebius AI Cloud web console.
- Click Get started with SSO.
- Enter the federation ID and click Sign in.
-
In the Contact details window that opens:
- Specify your name and email.
- Confirm that you agree with the Nebius AI Cloud Terms of Use.
- Click Continue.
Assign administrator rights for the new account
After your first login to the new federation, a new user account is created in the tenant. To complete the setup and grant the new user account access to the platform, add it to a group with admin rights in Nebius AI Cloud:- Log out of your new account in the web console.
- Log in to your main Nebius AI Cloud account.
- Go to
Administration → IAM → Users and add the new user to the relevant admin group.