Launch Faster. Stay Secure. We're Ready When You Are.
Focus on your core app and get to market faster. Stormpath handles Identity infrastructure, maintenance, and security overhead, so your team doesn’t have to.
Easily scale with complete features that are here when you need them. Stormpath’s highly-available services and developer support can handle even the biggest launch.
Integrate With Your Application in Minutes
1234567891011121314151617181920212223242526272829
/*<!-- Add the dependency to your pom.xml --> <dependency> <groupId>com.stormpath.sdk</groupId> <artifactId>stormpath-sdk-api</artifactId> <version>${stormpath.version}</version></dependency><dependency> <groupId>com.stormpath.sdk</groupId> <artifactId>stormpath-sdk-httpclient</artifactId> <version>${stormpath.version}</version> <scope>runtime</scope></dependency> */ // Register a new user for your applicationAccount account = client.instantiate(Account.class); account .setGivenName("Joe") .setSurname("Stormtrooper") .setUsername("tk421") .setPassword("Changeme1") .getCustomData().put("favoriteColor", "white"); account = application.createAccount(account);
Why Developers Love Us
Authentication
Fully-featured, hyper-secure user authentication using passwords or tokens.
Authorization
From multi-tenant to complex permissions, Stormpath is the leader in user authorization modeling.
Profiles
Host and store user data securely in our data vault – totally flexible, up to 10MB per account. Headache-free.
Token Authentication
Generate, manage, check, and revoke OAuth tokens and API Keys, without custom code.
Single Sign On
Provide a better user experience with SAML-based Single Sign On, with popular third party providers.
Multi-Factor
Force a second factor of user authentication with our popular integrations.
Social Login
Streamlined OAuth2.0 connections, rich user profiles and authorization.
AD/LDAP
Sync existing AD/LDAP accounts to Stormpath and easily connect new services to your users.
Complete Docs & SDKs
Our mission is to make developers’ lives easier with great docs, integrations, samples & SDKs.
And then there's our 99.999% uptime.