forked from osredm/PHengLEI-docs
81 lines
2.5 KiB
Plaintext
81 lines
2.5 KiB
Plaintext
---
|
||
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! BoxyHQ’s 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>
|