Login failures
Invalid email or password
Invalid email or password
Confirm keyboard layout, caps lock, and that the account uses SSO (password login may be disabled). Trigger password reset only if local accounts are allowed.
Account disabled or invited-not-accepted
Account disabled or invited-not-accepted
An admin may have deprovisioned the user or the invite expired. Ask an org admin to restore access or resend invite.
Browser or cookie issues
Browser or cookie issues
SSO configuration issues
Symptoms: Redirect loops,Invalid SAML response, IdP error, or instant logout after login.
- Metadata and endpoints
- Attribute mapping
- Clock skew
Re-import IdP metadata after certificate rotation. ACS URL and Entity ID in the IdP must match Planasonix exactly (including trailing slashes and HTTPS).
API key problems
- 401 / invalid key: Key rotated or typo in the header—confirm
Authorizationscheme and trailing whitespace. - 403 / insufficient scope: The key lacks orchestration, read pipelines, or write scopes for the operation.
- Key stored in env var not loaded: CI secrets sometimes mask newlines; paste keys into a variable without wrapping quotes issues.
OAuth token expiry
Warehouse and SaaS connectors using OAuth fail when refresh tokens expire or are revoked.- Re-run the connection test and re-consent in the UI.
- For rotating client secrets, update the client secret in vault-backed credentials before the old secret is disabled.
- Watch admin consent expiry in Microsoft tenants.
MFA recovery
If you lose your TOTP device:- Use backup codes you stored offline during enrollment.
- Ask an admin to reset MFA after identity verification per your policy.
- For hardware keys, register a second key before travel.
IP lockout recovery
After tightening IP whitelisting, logins fail from new locations.- Connect from an allowlisted network (corporate VPN).
- Use break-glass procedures documented in security runbooks.
- Contact support for a temporary policy bypass if your contract includes it.
API calls from automation fail the same checks as the UI when IP enforcement applies to the API gateway. Update allowlists before you rotate CI runners to new NAT pools.
Related topics
SSO
SAML and OIDC setup reference.
API authentication
Headers, tokens, and scopes for programmatic access.