Security Standards
BayanCore incorporates a Zero-Trust security model to protect sensitive enterprise data, satisfy Saudi cybersecurity standards (NCA), and prevent unauthorized access.
Authentication & Authorization
- Authentication (Clerk): Enterprise SSO (SAML/OIDC), MFA via SMS/Authenticator apps, automated brute-force protection
- JWT Verification: API Gateway validates Clerk JWT signature on every request, extracting user context (user_id, role, company_id)
- RBAC: Granular roles (Accountant, Sales Manager, HR Specialist) verified against target API path and method
PII Redaction Gateway
All context payloads to OCI GPU inference cluster pass through the PII Redaction Gateway:
- Intercept: Scan payloads for PII before LLM processing
- Scan: Regex filters + NER models detect National IDs, Iqama numbers, phone numbers, emails, IBANs
- Redact: Replace with token placeholders
- Reconstruct: Re-inject variables after LLM response