From 0b52550746f5d9fb4c9f5755b88fac6336981646 Mon Sep 17 00:00:00 2001 From: Jonas Hungershausen Date: Sun, 19 Jul 2026 17:47:20 -0400 Subject: [PATCH] docs(kratos): add UI message 1010026 (organization SSO required) Adds the new Kratos UI message InfoSelfServiceLoginOrganizationSSO (1010026) to the message reference. Kratos returns it on a login flow scoped to an organization when a generic social sign-in resolves to an email address whose domain is claimed by that organization. See ory-corp/cloud#12924. Co-Authored-By: Claude Fable 5 --- docs/kratos/concepts/messages.json | 5 +++++ docs/kratos/concepts/ui-messages.md | 10 ++++++++++ 2 files changed, 15 insertions(+) diff --git a/docs/kratos/concepts/messages.json b/docs/kratos/concepts/messages.json index e748fd9f7..08d591517 100755 --- a/docs/kratos/concepts/messages.json +++ b/docs/kratos/concepts/messages.json @@ -139,6 +139,11 @@ "text": "A code was sent to your address. If you didn't receive it, please try again.", "type": "info" }, + { + "id": 1010026, + "text": "Your account is managed by an organization. Please sign in using your organization's single sign-on provider.", + "type": "info" + }, { "id": 1040001, "text": "Sign up", diff --git a/docs/kratos/concepts/ui-messages.md b/docs/kratos/concepts/ui-messages.md index 5e3c465d7..c43056820 100644 --- a/docs/kratos/concepts/ui-messages.md +++ b/docs/kratos/concepts/ui-messages.md @@ -260,6 +260,16 @@ } ``` +###### Your account is managed by an organization. Please sign in using your organization's single sign-on provider. (1010026) + +```json +{ + "id": 1010026, + "text": "Your account is managed by an organization. Please sign in using your organization's single sign-on provider.", + "type": "info" +} +``` + ###### Sign up (1040001) ```json