-
Notifications
You must be signed in to change notification settings - Fork 266
feat(iam): add authentik sso how-to page #5879
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
ldecarvalho-doc
merged 10 commits into
scaleway:main
from
christian-vdz:ext-add-iam-ssosaml
Dec 10, 2025
Merged
Changes from all commits
Commits
Show all changes
10 commits
Select commit
Hold shift + click to select a range
7a030cf
feat(iam): add authentik sso how-to page
christian-vdz acc1e05
fix: update dates
christian-vdz 2e4fedc
fix: description
christian-vdz 3aa17f6
fix: typo
christian-vdz a549bc4
fix: update Authentik Providers step
christian-vdz fb48eed
fix: update validation and post date
christian-vdz 00ec3d1
Merge branch 'main' into ext-add-iam-ssosaml
christian-vdz c83fee5
fix: update since metadata upload feature
christian-vdz 07d48f7
fix: missing "the"
christian-vdz a2154c8
feat: add menu entry
christian-vdz File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,70 @@ | ||
| --- | ||
| title: How to set up SSO with Authentik | ||
| description: This page helps you to implement Single Sign-On in your Organization with Authentik | ||
| dates: | ||
| validation: 2025-12-10 | ||
| posted: 2025-12-10 | ||
| --- | ||
| import Requirements from '@macros/iam/requirements.mdx' | ||
|
|
||
| Scaleway supports Identity Federation to provide your teams with secure access to their accounts via SAML Single Sign-On. | ||
|
|
||
| <Message type="note"> | ||
| SSO with SAML does not apply to an Organization's Owner. Owners can log in with SSO with OAuth2. | ||
| </Message> | ||
|
|
||
| Follow the steps below to set up Identity Federation for your Organization through SAML at Scaleway. | ||
|
|
||
| <Requirements /> | ||
|
|
||
| - A Scaleway account logged into the [console](https://console.scaleway.com) | ||
| - [Owner](/iam/concepts/#owner) status or [IAM permissions](/iam/concepts/#permission) allowing you to perform actions in the intended Organization | ||
| - Authentik instance and user allowing you to perform admin actions. | ||
|
|
||
| ## Create a new Identity Provider | ||
|
|
||
| ### On Scaleway console | ||
|
|
||
| 1. Go to your security settings. | ||
| 2. Scroll to the **Configure Identity Federation** section. | ||
| 3. Click **Set up SAML SSO**. A pop-up appears. | ||
| 4. Click **Start** | ||
| 5. Open another tab to start IdP configuration on Authentik. | ||
|
|
||
| ### On Authentik | ||
|
|
||
| 1. Look for **Applications** in your sidebar and click to open **Providers** section. | ||
| 2. Click **Create**. A pop-up appears. | ||
| 3. Choose **SAML** provider type. | ||
| 4. Click **Next**. | ||
| 5. Fill the configuration form. | ||
| - Name: "Scaleway IDP" | ||
| - ACS URL: **Assertion consumer service (ACS) URL** (from Scaleway tab) | ||
| - Issuer: **Scaleway Entity ID** (from Scaleway tab) | ||
| - Service Provider Binding: Select **Post** | ||
| - Advanced protocol settings | ||
| - Signing Certificate: Select **authentik Self-signed Certificate** | ||
| - Toggle **Sign assertions** and **Sign responses** on | ||
| - NameID Property Mapping: Select **authentik default SAML Mapping: Username** | ||
| 6. Click **Finish** | ||
| 7. Click on your newly created Provider in the list. | ||
| 8. Click the **Create** button below **Assigned to application**. A pop-up appears. | ||
| 9. Fill the configuration form. | ||
| - Name: "Scaleway" | ||
| - Provider: Select **Scaleway IDP** | ||
| 10. Click **Create** | ||
| 11. Click to download the metadata file in the **Related objects section** | ||
| 12. Go back to the Scaleway Console tab. | ||
|
|
||
| ### On Scaleway console | ||
|
|
||
| 1. Upload the metadata file using the **Download metadata** button. | ||
| 2. Click **Submit**. A pop-up appears. | ||
| 3. If you are sure that you don't use OAuth2 SSO, click **Confirm** | ||
|
|
||
| Once setup is complete, members can log in via SAML. | ||
|
|
||
| <Message type="important"> | ||
| - In order to log in via SAML, members need to be [created manually](/iam/how-to/manage-members/#how-to-create-a-member) in your Scaleway organization. | ||
| - If you delete a user in the IdP, the corresponding Member is not automatically deleted in your Scaleway Organization. The [deletion must happen manually](/iam/how-to/manage-members/#how-to-delete-a-member). | ||
| </Message> | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.