Scalable Security for digital services
Secure and flexible authentication service configurable to fit your specific use cases.
Take Security beyond basic OAuth and elevate trust for access control with customizable tokens.
Simplify access to customer data repositories with our standardized SCIM or GraphQL API.
Adaptive authentication flows are triggered
Authentication actions are executed
Customizable tokens are issued for verification
In this demo, we give you a comprehensive overview of the Curity Identity Server. What it is and what problems it helps you solve.
Watch DemoCurity Architecture
The Curity Identity Server was built with close attention to the architecture to ensure it addresses the identity structure of today, as well as prepared for the challenges of tomorrow. It is built on the design principle of separation of concerns, with each sub system serving only its specific purpose. And doing it really well. The effect of this is enhanced security, increased flexibility and true scalability, technical and operational.
Centralized user authentication for all your websites and apps
Unified authentication enables your server applications to access shared APIs.
Dynamic OAuth token generation that secure API access.
A standardized way to manage your users with one API.
Complete and scriptable Juniper-style Command Line Interface for automation.
Web user interface complete with wizards and guides for manual use and initial setup.
Push out new configurations as XML to your Curity environments.
Integrate Curity Identity Server with your CI/CD pipelines using a standards-based REST API.
Curity is prepared for Kubernetes. Automate deployment, scaling, and management of your Curity cluster with K8s
Ready-made Docker images are available on Azure Container Registry for stand-alone use or in your Kubernetes pods
Amazon Web Services - Deploy Curity in AWS, directly on EC2 or using EKS with Amazon RDS or your database of choice
Many Curity customers use Azure as their cloud computing service and often deploy with AKS and Microsoft SQL server
The Authentication Service is an advanced authentication multiplexor that can be configured to meet any app or website’s needs. With 25+ ready-made methods and a workflow engine of actions running on login and SSO, the Curity Identity server allows you to authenticate users for API access without custom code.
The Token Service is the cornerstone for securing APIs. It is responsible for issuing tokens (tickets) with information about the caller for access control decisions. To really leverage on OAuth and OpenID Connect for distributed authorization, a flexible Token Service is a necessity.
The User Management Service offers a standardized way to manage users and simplifies access to legacy data sources. You can integrate with any user repository or database, allowing developers to work with JSON over REST, instead of SQL queries and LDAP operations.
Curity Identity Server comes with a carrier-grade configuration service, where transaction-based changes, rollbacks, backups can be made of your entire cluster with a single command. The cohesive configuration service provides an easy-to-use Web UI, scriptable Juniper-style CLI, standards-based RESTCONF API and XML config files, built for automation and massive scale.
The Curity Identity Server can be deployed in any environment and fits easily into your CI/CD pipelines with its multi-faceted management capabilities. With ready-made Docker images and Kubernetes helm charts, a Curity cluster that auto-scales linearly without inter-node dependencies can be setup in hours.
Many SaaS providers have a need for a multitenant identity service for their own customers and their users. The Curity Identity Server’s architecture, empowers you to quickly setup a multitenant cloud-based identity service to solve your SaaS application’s requirements.
Need to go beyond multitenancy? The Curity Identity Server also supports tenant within tenant deployments. Let your tenants create their own tenants.
Curity’s User Management Service provides support for any database. User credentials can be in Active Directory and other user data in a NoSQL-datastore. The User Management Service has been implemented and verified for many data sources, read on to learn more.
docker run -it -e PASSWORD=<admin_user_password> -p 6749:6749 -p 8443:8443 curity.azurecr.io/curity/idsvr
helm repo add curity https://curityio.github.io/idsvr-helm/ \
&& helm repo update \
&& helm install --name <release-name> curity/idsvr --set curity.config.password=<admin_user_password>
The Community Edition is a free version of the Curity Identity Server enabling any organization or individual to secure their APIs and provide a great login experience to users.
Curity Identity Server supports a wide range of identity and security-related standards and has been certified to conform to OpenID Connect and implement a vast number of IETF RFCs. We believe industry standards are of vital importance. They help ensure a high level of security by being designed and vetted by security experts, avoids vendor lock-in, gives a less steep learning curve for new team members and simplifies regulatory compliance.
Curity Identity Server enables organizations to manage identities and secure API-based services in a multitude of scenarios
Manage large volumes of identities, different types of clients, APIs and microservices in a cloud native environment.
Watch WebinarSafely expose high-worth data, delivered over financial grade APIs that comply with regulations such as PSD2.
Read WhitepaperChain any number of authentication methods together to create a strong and user-friendly login experience to your digital services.
Read Article