misc: removed outdated faq section

This commit is contained in:
Sheen Capadngan
2024-11-28 20:41:30 +08:00
parent 63fac39fff
commit 9cfb044178

View File

@ -24,18 +24,3 @@ SCIM providers:
- [Okta SCIM](/documentation/platform/scim/okta)
- [Azure SCIM](/documentation/platform/scim/azure)
- [JumpCloud SCIM](/documentation/platform/scim/jumpcloud)
**FAQ**
<AccordionGroup>
<Accordion title="Why do SCIM-provisioned users have to finish setting up their account?">
Infisical's SCIM implementation accounts for retaining the end-to-end
encrypted architecture of Infisical because we decouple the
**authentication** and **decryption** steps in the platform. For this
reason, SCIM-provisioned users are initialized but must finish setting up
their account when logging in the first time by creating a master
encryption/decryption key. With this implementation, IdPs and SCIM providers
cannot and will not have access to the decryption key needed to decrypt your
secrets.
</Accordion>
</AccordionGroup>