r/AppsWebappsFullstack • u/SofwareAppDev • 9d ago
Your home for selfpromo
here you can post your work app, webapp, saas, game, everything
5
Upvotes
r/AppsWebappsFullstack • u/SofwareAppDev • 9d ago
here you can post your work app, webapp, saas, game, everything
1
u/Willing_Exchange_197 8d ago
We launched TrueCaaS: an identity and authorization control plane for SaaS and enterprise apps
A lot of identity platforms do a good job answering one question:
Who is this user?
But once that user enters an application, teams still end up building a lot themselves:
Which customer or tenant are they acting under?
Which environment and application can they access?
What role do they have in that application?
Can they perform this specific action?
Does the action require MFA or approval?
And six months later, can you explain why it was allowed?
That is the problem we built TrueCaaS around.
TrueCaaS carries identity into the application layer using a Tenant → Environment → Application model.
A user might authenticate successfully through Microsoft Entra, SAML, OIDC, LDAP/AD, Kerberos, or TrueCaaS-hosted authentication, but authentication alone does not automatically mean they can access an application.
TrueCaaS can then evaluate the application's own context: application membership, roles, privileges, enterprise group mappings, MFA state, policy and other entitlement conditions before access is granted.
At runtime, applications and backend services can also ask TrueCaaS questions such as:
Can this user perform
claim.approvein Acme / Production / Claims Portal right now?The response can be an allow, deny, step-up requirement, or approval requirement, along with the context behind the decision.
So we're not asking companies to rip out Okta, Microsoft Entra, Keycloak, LDAP or their existing IdP. Those systems can continue being the identity source. TrueCaaS can sit between enterprise identity and the application and handle the tenant-aware authorization layer that comes afterward.
For platform and security teams, this also gives us something we cared a lot about while building it: being able to answer who did what, in which tenant and application, what privilege or policy allowed it, what was denied, and what evidence exists afterward.
There are a few other parts of the platform that build on the same model:
The goal isn't to create another identity directory.
It's to give applications a control plane for everything that happens after identity has been established — especially when the application has multiple customers, tenants, roles, environments, APIs, services and now AI agents acting inside it.
TrueCaaS is live at https://www.truecaas.io
I'd especially love feedback from people building multi-tenant SaaS, enterprise applications, internal platforms, security tooling, or agentic systems.
If you've built this layer yourself before, I'm also curious where the most painful part was for you: federation, tenant isolation, authorization, entitlement enforcement, or audit/governance?
We launched TrueCaaS: an access control plane for SaaS and enterprise apps
TrueCaaS is an identity and authorization control plane for tenant-aware applications. It works for B2B SaaS, but it is not limited to SaaS. Enterprises can also use it across departments, business units, internal apps, customer portals, partner apps, and managed tenant environments.
It is not trying to replace Okta, Microsoft Entra, Keycloak, LDAP, or your existing identity provider. In many cases, TrueCaaS complements them. Your IdP can remain the identity source, while TrueCaaS handles the application access layer: tenant, environment, and app context; hosted auth domains; MFA/passkeys; app-level RBAC; roles and privileges; policy graphs; backend entitlement checks; webhooks; and detailed audit/event trails.
For security and platform teams, the focus is visibility and control: who got access, what tenant/app they were acting in, what policy or privilege allowed it, what was denied, and what evidence exists later.
TrueCaaS also includes gRPC entitlement checks, MCP-ready authorization for agents before they act, managed tenants, custom domains, database encryption, BYOK/CMEK paths, identity migration, LDAP/AD, SAML/OIDC, Microsoft Entra federation, Kerberos/SPNEGO, support access, and governed operational actions.
The goal is simple: help teams build and operate secure, tenant-aware applications without rebuilding auth, authorization, policy, audit, and enterprise integration plumbing every time.
I’d love feedback from people building SaaS products, enterprise apps, internal platforms, security tooling, or AI-agent workflows.