Skip to content

Commit 595cb5f

Browse files
feat
(iam): org alias
1 parent a46db1d commit 595cb5f

File tree

2 files changed

+36
-1
lines changed

2 files changed

+36
-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**.
Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
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+
<Message type="note">
13+
Keep in mind that:
14+
- An alias must contain between 2 and 32 characters
15+
- Aliases must be composed of lower case letters from A to Z and cannot include accents or digits
16+
- Each alias is unique value at Scaleway, meaning that no two Organizations can have the same alias
17+
- Currently, any update to your alias must be made via [support ticket](https://console.scaleway.com/support).
18+
</Message>
19+
20+
21+
This will also affect the URL! Examples after 1st member login step:
22+
- I have no alias => account.scaleway.com
23+
- I have "dundermifflin" as my org alias => dundermifflin.account.scaleway.com
24+
25+
1. Go to the [Organization settings page](https://console.scaleway.com/settings/organization/information).
26+
2. Click **Add** under **Organization alias** in the **Organization Information** section. A pop-up displays.
27+
3. Enter an alias in the designated box.
28+
4. Click **Confirm**. Your Organization alias displays in the Organization Information section.
29+
5. Navigate to `<organization-alias>.account.scaleway.com/`, replacing `<organization-alias>` with your alias to test.
30+
31+
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.
32+
33+
34+

0 commit comments

Comments
 (0)