- Authentication and SSO providers
- RBAC (role-based access control)
- Workspace provisioning and quotas
- Interface customization
- User feedback and platform policies
Initialization
To enable AI Governance, you must generate a super admin token:1
Step 1: Get your JWT token
Log in to Prisme.ai with a super admin account and retrieve your JWT from the
access-token
cookie.2
Step 2: Generate the long-term token
Use the following command from inside the Prisme.ai internal network (or from a pod):
3
Step 3: Inject the access token
In the AI Governance secrets, paste the token under the
adminAccessToken
field.4
Step 4: Configure API access
Get your workspace ID from the browser and add:This can be injected via Helm values under
prismeai-console.workspace_ops_manager
.Interface Personalization
Customize Branding & Texts
Customize Branding & Texts
- Go to Interface Customization
- Update the logo, colors, and translations for all pages
- Personalize sign-in / sign-up / forgot password texts
Configure SSO Providers
Configure SSO Providers
To customize login options, define the following environment variable in prismeai-console and prismeai-pages :You can mix local and SSO authentication options.You can also disable local signup with the following environment variable :Also add this variable to prismeai-api-gateway to disable the corresponding API.
Add Legal & Help Pages
Add Legal & Help Pages
Under
Interface Customization > Links
, configure:- Privacy Policy
- Help
- Feedback
- Change Log
SSO Access
If you have your own SSO configured, you need to explicitly allow SSO authenticated users to access the Teams administration pages :- Open Teams Service workspace
- Open Settings > Advanced
- Manage roles
- Add your SSO provider technical name after
prismeai: {}
at the very beginning :
Roles and Permissions
AI Governance uses RBAC to manage platform access:- Assign the
PlatformAdmin
role to users for full control - Use
PlatformManager
to delegate governance tasks - Refine access to each product under the Roles tab
Admin
, Builder
, KnowledgeAdmin
, User
, etc.
To give a user access to AI Governance:
- Go to Users & Permissions
- Assign the PlatformManager role in the Manager column
Best Practices
Centralize Security
Use AI Governance to enforce consistent authentication and SSO across all products.
Granular Access Control
Customize RBAC to fit your organizational structure using role templates and groups.
Audit Everything
Combine Governance and AI Insights to trace user actions, model usage, and data access.
Govern by Group
Automate workspace provisioning per group using
initializeGroupProducts
.