Skip to content
This repository has been archived by the owner on Dec 12, 2018. It is now read-only.

stormpath/stormpath-sdk-java

Repository files navigation

Build Status

Stormpath is Joining Okta

We are incredibly excited to announce that Stormpath is joining forces with Okta. Please visit the Migration FAQs for a detailed look at what this means for Stormpath users.

We're available to answer all questions at support@stormpath.com.

Okta Support Branch

The aim of this branch is to port the Stormpath Java integrations (Spring, Spring-Boot, and Servlet) to work with Okta's API instead of Stormpath.

Take a look at the Getting Started With Okta guide for instructions on how to get started.

Grab the 2.0.2-okta release from Central, or build it yourself with Apache Maven: mvn install

You will also need to set the following properties (these can be set the same way as your existing Stormpath configuration properties).

Key Description
okta.api.token An Okta API key
okta.application.id You find your Application's id with an API call, or by opening your 'application' config in the Okta Admin console and grab the ID from your browsers URL
stormpath.client.baseUrl The base url of your Okta organization, for example in a preview enviornment this would be something like: https://dev-123456.oktapreview.com

Stormpath Java SDK

An advanced, reliable and easy-to-use user management API, built by Java security experts

Stormpath is a complete user management API. This library gives your Java app access to all of Stormpath's features:

  • Robust authentication and authorization.
  • Schemaless user data and profiles.
  • A hosted login subdomain, for easy Single Sign-On across your apps.
  • Social login with Facebook and Google OAuth.
  • Secure API key authentication for your service.
  • Servlet support for Java web applications.

If you have feedback about this library, please get in touch and share your thoughts! support@stormpath.com

Documentation

Stormpath offers deep documentation and support for Java.

Please email support@stormpath.com with any errors or issues with the documentation.

Links

Below are some resources you might find useful!

Spring Support

Spring Security Support

Apache Shiro Support

API Authentication with Stormpath

Quickstart

Any Java application can use our general Stormpath Java API Quickstart to get started.

We also have a Java WebApp Quickstart for the Stormpath Servlet Plugin - a drop-in plugin for web applications deployed to a Servlet container, like Tomcat or Jetty.

If you're building a Spring Boot application, the Spring Boot Webapp Quickstart will get you up and running quickly.

Deploy our Spring Boot Example to Heroku

Deploy

Build Instructions

This project requires Maven 3.2.1 and JDK 7 to build. Run the following:

> mvn install

Release changes are viewable in the change log

Contributing

Contributions, bug reports and issues are very welcome. Stormpath regularly maintains this repository, and are quick to review pull requests and accept changes!

You can make your own contributions by forking the develop branch of this repository, making your changes, and issuing pull request on the develop branch.

Copyright

Copyright © 2013-2015 Stormpath, Inc. and contributors.

This project is open-source via the Apache 2.0 License.

For all additional information, please see the full Project Documentation.