
Closed
Posted
I’m planning to roll out a small-footprint Identity and Access Management editor that my clients can use to create, view, and adjust their own policies without touching the underlying infrastructure. At its core the tool should let an administrator sign in, browse existing users and groups, and then add, change, or revoke permissions through an intuitive interface. Although I have not finalised the target environment yet, I want the architecture to stay flexible enough to plug into common cloud stacks such as AWS, Azure, or Google Cloud later on. If you already have presets or libraries that handle role definitions, access-control statements, or audit logs for any of those platforms, feel free to mention them in your approach. The deliverable I’m looking for is a working web-based editor—clean UX, clear separation between data and presentation, and secure API endpoints ready for integration into a broader admin portal. Please outline: • Your preferred tech stack (front-end, back-end, database or policy store) • How you will keep policy updates atomic and auditable • Any prior work you’ve done with IAM schemas or permission editors I’ll review prototypes quickly, so short iterations or milestone demos are welcome.
Project ID: 40645704
19 proposals
Remote project
Active 8 hours ago
Set your budget and timeframe
Get paid for your work
Outline your proposal
It's free to sign up and bid on jobs
19 freelancers are bidding on average ₹23,547 INR/hour for this job

As an AWS-certified professional, I am well-equipped and experienced in building scalable, secure, and efficient cloud infrastructures which aligns well with your project requirements to create an IAM Policy Editor. My diversified tech stack of Node.js, PHP, and Python alongside frameworks like Serverless Framework, SAM, and SST can provide a robust foundation for both the front-end and back-end development. In addition, I've had extensive hands-on experience in utilizing AWS IAM to design role definitions and access-control statements which will be immensely beneficial in ensuring atomic policy updates. I can also leverage my Kubernetes expertise to ensure the system stays flexible enough to plug into any cloud stack you choose. Finally, your stated appreciation for short iterations aligns perfectly with my approach to development. I believe in keeping clients involved at every step of the project through iterative milestones or demos for a high-quality result that meets their vision. Together, we can build an intuitive web-based editor with clean UX and a clear separation between data and presentation resulting in a comprehensible IAM Policy Editor that any administrator can use comfortably through a broader admin portal.
₹37,000 INR in 40 days
5.1
5.1

Hi there, I have read your project requirement. You need a secure, web-based Identity and Access Management (IAM) editor that enables administrators to manage users, groups, roles, and permissions through an intuitive interface, while maintaining a flexible architecture that can integrate with AWS, Azure, or Google Cloud in the future. Our team has experience developing secure web applications, RBAC/ABAC authorization systems, REST APIs, cloud-integrated platforms, and enterprise admin portals. We can build a modular solution with a clean UI, secure backend APIs, comprehensive audit logging, atomic policy updates, and a scalable architecture that supports future integration with major cloud IAM providers while keeping the core platform cloud-agnostic. A few questions before we begin: ========================== Should the first version include its own local user and policy store, or integrate with an existing identity provider such as Azure AD, AWS IAM Identity Center, or Google Cloud IAM? Do you prefer Role-Based Access Control (RBAC), Attribute-Based Access Control (ABAC), or a combination of both? Is versioning and rollback of policy changes required as part of the audit and approval process? Do you have a preferred technology stack, or would you like us to recommend one based on scalability, security, and future cloud integration? Best Regards, Srashtasoft Team
₹25,000 INR in 40 days
5.1
5.1

As an experienced developer with over eight years in the field, I believe I possess the necessary skill set to execute your vision for the IAM Policy Editor. I've had extensive hands-on experience in both frontend and backend development, and have worked with a variety of different databases, including MongoDB and MySQL – making me flexible and adaptable to any tech stack requirement. In regards to policy updates, I am conscientious of the importance of keeping them atomic and auditable. In previous projects, I've utilized Git for version control, Docker for seamless deployments, and CI/CD pipelines for continuous auditing - all measures that ensure the traceability and trackability that's crucial for a secure IAM system like yours. Moreover, one area where we can really hit the ground running is with cloud integration. With comprehensive knowledge in utilizing AWS (EC2, Amplify, S3 etc.) alongside other popular platforms like GCP and Digitalocean, my team is well-equipped to handle potential adaptations necessary as you scale or switch your cloud providers. Lastly, I'm a UI/UX enthusiast comfortable with tools such as Figma and Adobe XD ensuring that your web-based editor will have a clean UX with separate data and presentation layers. Let's modernize your IAM system together!
₹20,000 INR in 40 days
4.6
4.6

Hello, I’m a **Senior Java/Spring Boot Developer with 11+ years of experience** building secure enterprise web applications, REST APIs, role-based access systems, and scalable backend architectures. Your IAM Policy Editor is a strong match for my background because it combines security, backend design, database architecture, and an extensible web application. ### My Recommended Tech Stack * **Frontend:** React.js (responsive, component-based UI) * **Backend:** Java Spring Boot * **Authentication:** Spring Security + JWT * **Database:** PostgreSQL * **Policy Store:** Versioned JSON-based policy model with RBAC support * **API:** RESTful endpoints designed for future AWS, Azure, and GCP integrations ### How I'd Build It The application would provide a clean administration interface where authorized users can: * View users, groups, and assigned roles * Create and modify permission policies * Grant or revoke permissions safely * Search and filter users and policies * Review policy history and audit records * Prepare policies for future cloud-provider synchronization
₹12,500 INR in 40 days
3.6
3.6

With my team's 17+ years of comprehensive experience in ASP.NET C#, we're uniquely suited to tackle your Client IAM Policy Editor project. Our forte lies in web, window, and Android development, making your requirement for a flexible and intuitive web-based editor something we're well-prepared to handle. Having worked extensively with Azure, backend development, and database management, we fully understand your need for a clean UX, secure API endpoints and, most importantly, atomic and auditable policy updates. We prioritize security and efficiency above all else, knowing the implications of IAM policies on organizational data governance. While we're yet to work with an IAM schema directly, our detailed familiarity with access control and data management enabled us to create similar structures before. We've built multiple platforms with robust permission editors as well. Given our adeptness at short iterations and milestone demos, we'll be able to showcase the progress quickly for your review. So let's begin this exciting journey of delivering an excellent IAM policy editor that will meet all your current and future needs.
₹25,000 INR in 40 days
3.5
3.5

Built custom CRMs and API-heavy admin portals with React + FastAPI. For your IAM editor, I'd use React frontend with a clean role/permission tree UI, FastAPI backend with atomic policy update transactions (each change versioned and auditable), and a PostgreSQL policy store with a JSONB schema that maps cleanly to AWS IAM, Azure RBAC, or GCP IAM — so you can plug in any cloud later without rearchitecting. Audit logs as append-only rows, not updates. I've worked with IAM schemas and can demo a working user/group/policy CRUD prototype within 4 days. Milestone demos welcome.
₹19,000 INR in 40 days
3.2
3.2

Stack: React front end, FastAPI behind it, PostgreSQL as the policy store. Nothing cloud-specific in the core, so the same editor plugs into AWS, Azure or GCP later through a thin adapter per provider rather than a rewrite. On atomic and auditable, which decides whether this is safe to hand to clients: policies are never edited in place. Every change writes a new immutable version carrying actor, timestamp and a diff against the previous one, and the live pointer flips in a single transaction. That gives you the audit log for free and makes rollback one row update rather than a restore. Before any commit the policy is validated and simulated against the current user set, so an admin sees who gains and loses access before saving rather than after. One guard I would build in from day one: an admin must not be able to revoke the last permission keeping them admin. Self-lockout is the most common way these editors fail in production, and it is far cheaper to prevent than to recover from. Straight about experience. I build API and auth-heavy systems, and this is squarely that shape - versioned records, role checks, audit trails, secure endpoints. I have not shipped a branded IAM editor before, and I would rather say so than pad a list. Happy to start with a working prototype of the editor and the versioning layer so you can judge it early.
₹12,500 INR in 40 days
1.1
1.1

Hi, I'd be happy to build your lightweight **Identity & Access Management Policy Editor**. With **5+ years of full-stack experience**, I can create a secure, maintainable web application with a clean separation between the UI, API, and policy layer. ### Recommended Stack * **Frontend:** React.js + TypeScript * **Backend:** Node.js/NestJS or Laravel * **Database:** PostgreSQL * **API:** REST with strict validation and role-based authorization * **Deployment:** Docker-ready for AWS, Azure, or Google Cloud The architecture will keep the policy engine provider-agnostic, allowing AWS IAM, Azure RBAC, or Google Cloud IAM integrations to be added later without rebuilding the core application. ### Key Features * Secure administrator authentication * User and group management * Create/edit/revoke permissions * Role and policy management * Policy validation before saving * Search and filtering * Audit history showing who changed what and when * API endpoints ready for integration with a larger admin portal I have experience with authentication, RBAC, permission systems, secure APIs, and admin dashboards, and can build this with security and extensibility as priorities. I'm available to start immediately and would be happy to discuss the target IAM provider and exact policy structure. **Thanks,** **Ashutosh** Full Stack Developer | React | TypeScript | Node.js | Laravel | PostgreSQL | RBAC | Secure APIs
₹25,000 INR in 40 days
0.4
0.4

Hello, We would like to grab this opportunity and will work till you get 100% satisfied with our work. We are team of experts which have many years of experience on Cloud Computing, Azure, Web Development, API, Backend Development, Frontend Development, Security, Database Management Please come over chat and discuss your requirement in a detailed way. Thank You
₹30,100 INR in 40 days
0.0
0.0

Drawing on my extensive skills in backend, frontend, and web development, I am confident that I am the perfect fit for your project. With a keen eye for clean, scalable architecture, I can ensure that the IAM policy editor is not only efficient but also flexible for future integration with cloud platforms like AWS, Azure, or Google Cloud. In fact, I have prior experience working with IAM schemas and permission editors which will prove highly valuable in this task. Respecting your need for a user-friendly interface and secure API endpoints, my experience in SaaS platform and CRM system creation is a great advantage. I am well-versed in designing and implementing simple yet robust systems that allow users to manage their data seamlessly without compromising on security. Additionally, my expertise in workflow automation will come into play when ensuring atomicity and auditability of policy updates. Moreover, being fully versed in AWS, Supabase, and other relevant technologies,
₹20,000 INR in 40 days
0.0
0.0

With almost a decade of experience in web and mobile development, I'm equipped with the skills necessary to build a high-quality, user-friendly IAM policy editor for your clients. My expertise lies not only in the technical aspects of software development but also in understanding and responding to client requirements. I'm a strong advocate for clear and effective User Experience (UX), which aligns perfectly with your need for clean interfaces and intuitive functionality. Regarding the tech stack, I'd suggest using Java or PHP for the backend, HTML/HTML5/CSS for the front end, and MySQL/MongoDB for the database. For an enhanced auditing process, I propose implementing version control systems like 'Git' to handle atomic and traceable policy updates. This will help to provide accountability for every change made. Though you haven’t specified a cloud environment yet, I have an extensive understanding of AWS, Azure, and Google Cloud which can be customized based on your choice allowing maximum flexibility. In terms of previous work experience, my team and I have successfully completed projects involving complex IAM schemas, permission editors as well as API integration - all of which is crucial for your project. Don't just hire someone skilled; hire someone experienced and committed to transforming your ideas into reality. I look forward to working with you!
₹25,000 INR in 40 days
0.2
0.2

Mumbai, India
Member since Aug 13, 2026
$15-25 USD / hour
₹12500-37500 INR
$5000-10000 USD
₹1500-12500 INR
$30-250 USD
$25-50 USD / hour
$30-250 USD
₹1500-12500 INR
€30-250 EUR
₹750-1250 INR / hour
$25-50 CAD / hour
£1500-3000 GBP
₹100-400 INR / hour
$10-30 USD
£250-750 GBP
₹750-1250 INR / hour
£20-250 GBP
₹12500-37500 INR
₹37500-75000 INR
$65-90 USD