You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gitlink_help_center/docs/index.mdx

81 lines
2.5 KiB

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

---
title: Docs
description: Check out our documentation to see how you can deploy our enterprise-ready solutions into your application with ease. Check out our SAML Jackson for Single sign-on.
hide_table_of_contents: true
---
import Link from '@docusaurus/Link';
Security Building Blocks for Developers
Reduce Time to Market without sacrificing your security posture! BoxyHQs suite of APIs for security and privacy helps engineering teams build and ship compliant cloud applications faster. Integrate Single Sign-On (SSO), Audit Logs, Privacy Vault and Role Based Access in minutes. Open source and free.
<div className="container" style={{ padding: 0 }}>
<div className="row is-multiline">
<div className="col col--6 margin-bottom--sm">
<Link
className="card"
to="/docs/jackson/overview"
style={{ height: '100%' }}
>
<div className="card__body">
<h4>Enterprise SSO</h4>
<p>
A SAML/OIDC SSO service designed as an OAuth 2.0 flow. Integrate SSO
with just a few lines of code.
</p>
</div>
</Link>
</div>
<div className="col col--6 margin-bottom--sm">
<Link
className="card"
to="/docs/directory-sync/overview"
style={{ height: '100%' }}
>
<div className="card__body">
<h4>Directory Sync</h4>
<p>
Directory sync helps organizations automate the provisioning and
de-provisioning of their users. It is based on the SCIM 2.0
protocol.
</p>
</div>
</Link>
</div>
</div>
<div className="row is-multiline">
<div className="col col--6">
<Link
className="card"
to="/docs/retraced/overview"
style={{ height: '100%' }}
>
<div className="card__body">
<h4>Audit Logs</h4>
<p>
Retraced is the easiest way to integrate a compliant audit log into
your application. It provides a searchable, exportable record of
read/write events.
</p>
</div>
</Link>
</div>
<div className="col col--6 margin-bottom--sm">
<Link
className="card"
to="/docs/admin-portal/overview"
style={{ height: '100%' }}
>
<div className="card__body">
<h4>Admin Portal</h4>
<p>
Manage our Enterprise SSO and Directory Sync products via an easy to
use web interface
</p>
</div>
</Link>
</div>
</div>
</div>