Skip to content

Commit e20c670

Browse files
feat(iam): org alias (#5420)
1 parent ac3fbeb commit e20c670

File tree

3 files changed

+38
-1
lines changed

3 files changed

+38
-1
lines changed

macros/iam/login-member.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ macro: login-member
99
</Message>
1010
3. Enter the Organization ID and click **Continue**.
1111
<Message type="important">
12-
When you are added to an Organization as a Member, a Scaleway account is automatically created for you. An Organization administrator must provide a username, email and Organization ID for you to log in.
12+
- When you are added to an Organization as a Member, a Scaleway account is automatically created for you. An Organization administrator must provide a username, email and Organization ID for you to log in.
13+
- If your Organization admin provided a [link to connect directly](/organizations-and-projects/how-to/set-organization-alias) to your Organization, you can disregard step 3.
1314
</Message>
1415
4. Enter the username given to you by your Organization's Owner or administrator.
1516
5. Select an authentication method between **Send code** and **Enter password**.

menu/navigation.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -604,6 +604,10 @@
604604
"label": "Manage Organization quotas",
605605
"slug": "manage-quotas"
606606
},
607+
{
608+
"label": "Set an Organization alias",
609+
"slug": "set-organization-alias"
610+
},
607611
{
608612
"label": "Create a Project",
609613
"slug": "create-a-project"
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
---
2+
title: How to set an Organization alias
3+
description: This page shows you how to set up your Organization's alias
4+
tags: organization alias
5+
dates:
6+
validation: 2025-08-14
7+
posted: 2025-08-14
8+
---
9+
10+
An alias is a string of characters used to identify the Organization during member login. Aliases can be used as an alternative to the Organization ID to make memorization and access easier for members.
11+
12+
<Requirements />
13+
14+
- A Scaleway account logged into the [console](https://console.scaleway.com)
15+
- [Owner](/iam/concepts/#owner) status or [IAM permissions](/iam/concepts/#permission) allowing you to perform actions in the intended Organization
16+
17+
18+
<Message type="important">
19+
Keep in mind that:
20+
- An alias must contain between 2 and 32 characters
21+
- Aliases must be composed of lower case letters from A to Z and cannot include accents or digits
22+
- Each alias is unique value at Scaleway, meaning that no two Organizations can have the same alias
23+
- Currently, any update to your alias must be made via [support ticket](https://console.scaleway.com/support).
24+
</Message>
25+
26+
1. Go to the [Organization settings page](https://console.scaleway.com/settings/organization/information).
27+
2. Click **Add** under **Organization alias** in the **Organization Information** section. A pop-up displays.
28+
3. Enter an alias in the designated box.
29+
4. Click **Confirm**. Your Organization alias displays in the Organization Information section.
30+
5. Navigate to `<organization-alias>.account.scaleway.com/`, replacing `<organization-alias>` with your alias to test.
31+
32+
You can now share this link with members so they [can log in directly](/iam/how-to/log-in-as-a-member) to your Organization without filling out the Organization ID.

0 commit comments

Comments
 (0)