You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -204,7 +204,7 @@ Click **Save**. To test, sign out and use the **Sign in with SSO** button on the
204
204
|-------|-------|
205
205
| Provider Type | SAML |
206
206
| Provider ID |`adfs`|
207
-
| Issuer URL |`https://simstudio.ai`|
207
+
| Issuer URL |`https://sim.ai`|
208
208
| Domain |`company.com`|
209
209
| Entry Point URL |`https://adfs.company.com/adfs/ls`|
210
210
| Certificate | Contents of the `.pem` file |
@@ -223,7 +223,7 @@ Click **Save**. To test, sign out and use the **Sign in with SSO** button on the
223
223
224
224
Once SSO is configured, users with your domain (`company.com`) can sign in through your identity provider:
225
225
226
-
1. User goes to `simstudio.ai` and clicks **Sign in with SSO**
226
+
1. User goes to `sim.ai` and clicks **Sign in with SSO**
227
227
2. They enter their work email (e.g. `alice@company.com`)
228
228
3. Sim redirects them to your identity provider
229
229
4. After authenticating, they are returned to Sim and added to your organization automatically
@@ -268,7 +268,7 @@ Users who sign in via SSO for the first time are automatically provisioned and a
268
268
},
269
269
{
270
270
question: "What is the Callback URL?",
271
-
answer: "The Callback URL (also called Redirect URI or ACS URL) is the endpoint in Sim that receives the authentication response from your identity provider. For OIDC providers it follows the format: https://simstudio.ai/api/auth/sso/callback/{provider-id}. For SAML providers it is: https://simstudio.ai/api/auth/sso/saml2/callback/{provider-id}. You must register this URL in your identity provider before SSO will work."
271
+
answer: "The Callback URL (also called Redirect URI or ACS URL) is the endpoint in Sim that receives the authentication response from your identity provider. For OIDC providers it follows the format: https://sim.ai/api/auth/sso/callback/{provider-id}. For SAML providers it is: https://sim.ai/api/auth/sso/saml2/callback/{provider-id}. You must register this URL in your identity provider before SSO will work."
272
272
},
273
273
{
274
274
question: "How do I update or replace an existing SSO configuration?",
0 commit comments