From 7e63848e301c9650fdf6ea73f0710a18c2147d6f Mon Sep 17 00:00:00 2001 From: Cyril PETEL Date: Wed, 10 Dec 2025 14:58:07 +0100 Subject: [PATCH 1/2] adding a precision on the mapping --- pages/iam/how-to/set-up-identity-federation.mdx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pages/iam/how-to/set-up-identity-federation.mdx b/pages/iam/how-to/set-up-identity-federation.mdx index 1ba84eb90e..b88332548b 100644 --- a/pages/iam/how-to/set-up-identity-federation.mdx +++ b/pages/iam/how-to/set-up-identity-federation.mdx @@ -36,6 +36,7 @@ Follow the steps below to set up Identity Federation for your Organization throu - Microsoft Entra ID (prev. Azure AD) - PingIdentity - Google Workspace + - Authentik ## How to set up a SAML connection @@ -84,6 +85,7 @@ Once setup is complete, members can log in via SAML. Keep in mind that: + - User mapping between Scaleway and the Identity Provider must be done on the user name. When testing the connection, if an error persists about the user not existing in Scaleway, make sure your Identity Provider is mapping the user on its user name - Members need to already have been [created manually](/iam/how-to/manage-members/#how-to-create-a-member) in Scaleway to log in. - 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). From 265509ca0e50fca7b7c640d0b157b1bba580f295 Mon Sep 17 00:00:00 2001 From: Cyril Petel <100215794+crlptl@users.noreply.github.com> Date: Thu, 11 Dec 2025 16:51:44 +0100 Subject: [PATCH 2/2] Update pages/iam/how-to/set-up-identity-federation.mdx Co-authored-by: Rowena Jones <36301604+RoRoJ@users.noreply.github.com> --- pages/iam/how-to/set-up-identity-federation.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/iam/how-to/set-up-identity-federation.mdx b/pages/iam/how-to/set-up-identity-federation.mdx index b88332548b..cf477cdab1 100644 --- a/pages/iam/how-to/set-up-identity-federation.mdx +++ b/pages/iam/how-to/set-up-identity-federation.mdx @@ -85,7 +85,7 @@ Once setup is complete, members can log in via SAML. Keep in mind that: - - User mapping between Scaleway and the Identity Provider must be done on the user name. When testing the connection, if an error persists about the user not existing in Scaleway, make sure your Identity Provider is mapping the user on its user name + - User mapping between Scaleway and the Identity Provider must be done on the user name. When testing the connection, if an error persists about the user not existing in Scaleway, make sure your Identity Provider is mapping the user on their user name - Members need to already have been [created manually](/iam/how-to/manage-members/#how-to-create-a-member) in Scaleway to log in. - 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).