Configuring SAML 2.0 or OpenID Connect for a RIKAISO tenant.
Choosing a protocol
RIKAISO supports SAML 2.0 and OpenID Connect. Use OpenID Connect for new deployments; use SAML where your identity provider or compliance framework requires it. Both can be active during a migration, with one marked as primary.
OpenID Connect
- Register a confidential client in your identity provider.
- Set the redirect URI to
https://<tenant>.rikaiso.example/auth/callback, or the equivalent under your custom domain. - Request the scopes
openid,profile, andemail. - Enter issuer, client ID, and client secret in Administration β Identity.
- Test with the built-in verification flow before enforcing.
SAML 2.0
Upload the identity provider metadata document, or enter the sign-in URL and signing certificate manually. RIKAISO metadata is published at /saml/metadata.
| Attribute | Required | Example |
|---|---|---|
NameID | Yes | alex@contoso.example |
email | Yes | alex@contoso.example |
displayName | No | Alex Moreno |
groups | No | rikaiso-editors |
Group mapping
Map identity provider groups to RIKAISO roles in Administration β Identity β Mapping. Unmapped groups are ignored. Mapping is evaluated at sign-in and again on token refresh.
Keep at least one local break-glass administrator. If the identity provider becomes unreachable, federated sign-in is the only path back in.
Last updated: 2026-09-01