first commit
This commit is contained in:
16
ui/app/_fallbacks/enterprise/components/scim/scimView.tsx
Normal file
16
ui/app/_fallbacks/enterprise/components/scim/scimView.tsx
Normal file
@@ -0,0 +1,16 @@
|
||||
import { BookUser } from "lucide-react";
|
||||
import ContactUsView from "../views/contactUsView";
|
||||
|
||||
export default function SCIMView() {
|
||||
return (
|
||||
<div className="h-full w-full">
|
||||
<ContactUsView
|
||||
className="mx-auto min-h-[80vh]"
|
||||
icon={<BookUser className="h-[5.5rem] w-[5.5rem]" strokeWidth={1} />}
|
||||
title="Unlock SCIM based access management for user provisioning"
|
||||
description="This feature is a part of the Bifrost enterprise license. We would love to know more about your use case and how we can help you."
|
||||
readmeLink="https://docs.getbifrost.ai/enterprise/advanced-governance"
|
||||
/>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user