SolNeat Identity
Automatic OAuth Scope Generation for Modern Applications
4 followers
Automatic OAuth Scope Generation for Modern Applications
4 followers
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.



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.