Context
Okta OIDC is fully supported by Scalekit but there is no integration guide for it. Only the SAML guide (okta-saml.mdx) exists. A customer (Hiver, issue #508) explicitly requested this as their highest priority.
What's needed
Create src/content/docs/guides/integrations/sso-integrations/okta-oidc.mdx modelled on microsoft-entraid-oidc.mdx, covering:
- Get the redirect URI from the SSO Configuration Portal
- Create an OIDC app integration in Okta (OIDC → Web Application)
- Configure the redirect URI
- Get the Client ID and Client Secret
- Get the Issuer URL (
https://{okta-domain}/oauth2/default)
- Configure API permissions / scopes (openid, profile, email)
- Assign users and groups
- Configure the SSO portal with credentials
- Test the connection
- Enable the connection
Also update src/components/templates/_sso-integrations.mdx to add the Okta OIDC card alongside the existing Okta SAML card.
References
Context
Okta OIDC is fully supported by Scalekit but there is no integration guide for it. Only the SAML guide (
okta-saml.mdx) exists. A customer (Hiver, issue #508) explicitly requested this as their highest priority.What's needed
Create
src/content/docs/guides/integrations/sso-integrations/okta-oidc.mdxmodelled onmicrosoft-entraid-oidc.mdx, covering:https://{okta-domain}/oauth2/default)Also update
src/components/templates/_sso-integrations.mdxto add the Okta OIDC card alongside the existing Okta SAML card.References
microsoft-entraid-oidc.mdxsrc/content/docs/guides/integrations/sso-integrations/okta-oidc.mdx(stashed locally)