- The ability to create an application / client registration in your identity provider
- Admin access to your Artie account (Settings → Authentication)
Set up your identity provider
Every OIDC provider is different, but the steps follow the same pattern:Create an application in your identity provider
Create a new web application or OIDC client in your IdP. The exact name varies by provider (e.g. “App registration”, “Service Provider”, “OAuth client”).When prompted for a redirect URI, use:
Retrieve your credentials
You’ll need three things from your IdP:
You can verify the Issuer URL is correct by appending
| Field | Where to find it |
|---|---|
| Issuer URL | Usually called “Issuer”, “Discovery URL”, or “Authority”. It’s the base URL of the OIDC configuration (without /.well-known/openid-configuration). |
| Client ID | Created when you registered the application. |
| Client secret | Created alongside the client ID. Copy it immediately since most providers only show it once. |
/.well-known/openid-configuration. It should return a JSON document.Configure SSO in Artie
- Go to Settings → Authentication in Artie
- Click Configure SSO
- Enter your Issuer URL, Client ID, and Client secret
- Click Save