From 981d52389ee8b29aea849720dd67a76a5033d6b7 Mon Sep 17 00:00:00 2001 From: Deepak Prabhakara Date: Mon, 29 Dec 2025 09:14:42 +0000 Subject: [PATCH 1/3] ACS url is now on the project slug --- docs/kratos/organizations/organizations.mdx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/kratos/organizations/organizations.mdx b/docs/kratos/organizations/organizations.mdx index 0167e0b9a8..de1eb506a6 100644 --- a/docs/kratos/organizations/organizations.mdx +++ b/docs/kratos/organizations/organizations.mdx @@ -354,7 +354,8 @@ curl -X PATCH --location "https://api.console.ory.sh/projects/$PROJECT_ID" \ ``` -The SAML application callback URL to set at our SAML Identity Provider is: `https://api.console.ory.sh/saml/api/oauth/saml` +The SAML application callback URL to set at our SAML Identity Provider is: +`https://your-slug.projects.oryapis.com/saml/api/oauth/saml` #### Data mapping From 72704a0bb57e0ea35ec539d4a928e771dea6d75d Mon Sep 17 00:00:00 2001 From: Deepak Prabhakara Date: Tue, 6 Jan 2026 11:03:07 +0000 Subject: [PATCH 2/3] Update docs/kratos/organizations/organizations.mdx Co-authored-by: unatasha8 --- docs/kratos/organizations/organizations.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/kratos/organizations/organizations.mdx b/docs/kratos/organizations/organizations.mdx index de1eb506a6..031df57fa7 100644 --- a/docs/kratos/organizations/organizations.mdx +++ b/docs/kratos/organizations/organizations.mdx @@ -355,7 +355,7 @@ curl -X PATCH --location "https://api.console.ory.sh/projects/$PROJECT_ID" \ ``` The SAML application callback URL to set at our SAML Identity Provider is: -`https://your-slug.projects.oryapis.com/saml/api/oauth/saml` +`https://$PROJECT_SLUG.projects.oryapis.com/saml/api/oauth/saml` #### Data mapping From d62a1e4d63d4ac8c751f1241f2d3f7c30b3160e1 Mon Sep 17 00:00:00 2001 From: Deepak Prabhakara Date: Tue, 6 Jan 2026 11:03:27 +0000 Subject: [PATCH 3/3] Update docs/kratos/organizations/organizations.mdx Co-authored-by: unatasha8 --- docs/kratos/organizations/organizations.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/kratos/organizations/organizations.mdx b/docs/kratos/organizations/organizations.mdx index 031df57fa7..0fd7592fa7 100644 --- a/docs/kratos/organizations/organizations.mdx +++ b/docs/kratos/organizations/organizations.mdx @@ -354,7 +354,7 @@ curl -X PATCH --location "https://api.console.ory.sh/projects/$PROJECT_ID" \ ``` -The SAML application callback URL to set at our SAML Identity Provider is: +The SAML application callback URL to set as the SAML Identity Provider is: `https://$PROJECT_SLUG.projects.oryapis.com/saml/api/oauth/saml` #### Data mapping