SolNeat Identity is an OAuth & OpenID Connect identity platform built on OpenIddict. Automatically generate OAuth scopes from resources and permissions instead of manually managing identity configuration. Includes typed claims, JWT token encryption, multi-tenant workspaces, and development environments. Start locally for free and scale to production when you're ready.
No reviews yetBe the first to leave a review for SolNeat Identity
Maker
📌
Hi everyone!
I built SolNeat Identity to simplify OAuth and OpenID Connect configuration.
One of the main challenges I wanted to solve was manual OAuth scope management. As applications grow, keeping clients, scopes, permissions, and claims synchronized becomes increasingly difficult.
SolNeat introduces automatic OAuth scope generation from resources and permissions, helping developers keep identity configuration consistent.
I would love to hear feedback from developers working with OAuth, OpenID Connect, and identity platforms.
Report
Maker
A few implementation details that didn't fit into the launch description but I'm particularly happy with:
• OAuth scopes are generated automatically from resource definitions and kept in sync, even when the same resource is shared across multiple SPA applications.
• CORS is managed dynamically. Creating a new SPA automatically configures its allowed origins without restarting the Identity Platform.
• Multi-tenancy is built into the architecture. Tokens are signed with a shared signing key for efficient validation while encrypted with tenant-specific encryption keys to keep tenant data isolated.
Report
Maker
Thanks for the feedback! 🙌
If you'd like to see how the whole flow works, I recorded a short 2-minute walkthrough showing how to:
create a workspace,
create an Identity,
create an application,
generate a Starter Kit,
and run everything locally.
🎥
Report
The auto-generated OAuth scopes from resources are a really nice touch, saved me from writing the same boilerplate config I always end up copy pasting. Multi-tenant workspaces built in is a solid bonus too.
Thank you! I'm really glad those features stood out.
The goal was to remove as much repetitive Identity Platform configuration as possible, so developers can focus on building applications instead of maintaining OAuth configuration.
A few implementation details that didn't fit into the launch description but I'm particularly happy with:
• OAuth scopes are generated automatically from resource definitions and kept in sync, even when the same resource is shared across multiple SPA applications.
• CORS is managed dynamically. Creating a new SPA automatically configures its allowed origins without restarting the Identity Platform.
• Multi-tenancy is built into the architecture. Tokens are signed with a shared signing key for efficient validation while encrypted with tenant-specific encryption keys to keep tenant data isolated.
Thanks for the feedback! 🙌
If you'd like to see how the whole flow works, I recorded a short 2-minute walkthrough showing how to:
create a workspace,
create an Identity,
create an application,
generate a Starter Kit,
and run everything locally.
🎥
The auto-generated OAuth scopes from resources are a really nice touch, saved me from writing the same boilerplate config I always end up copy pasting. Multi-tenant workspaces built in is a solid bonus too.
@cihanomakgzs0
Thank you! I'm really glad those features stood out.
The goal was to remove as much repetitive Identity Platform configuration as possible, so developers can focus on building applications instead of maintaining OAuth configuration.