Skip to content

How to Build a Secure REST Application Using Jersey

Notifications You must be signed in to change notification settings

denieus/jersey-rest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

How to Build a Secure REST Application Using Jersey

This example shows how to use Okta's Authentication API with Java.

Please read How to Build a Secure REST Application Using Jersey for a tutorial that shows you how to build this application.

Prerequisites: Java 8

Okta has Authentication and User Management APIs that reduce development time with instant-on, scalable user infrastructure. Okta's intuitive API and expert support make it easy for developers to authenticate, manage and secure users and roles in any application.

Getting Started

To install this example application, run the following commands:

git clone https://github.com/oktadeveloper/jersey-rest.git

This will get a copy of the project locally.

Run the following command inside the project's folder:

./mvnw install

Create a Free Okta Developer Account

If you don't have one, create an Okta Developer account. After you've completed the setup process, log in to your account and navigate to copy the Org URL in from the top right corner of the page, it will look something like: https://dev-123456.okta.com.

Start the application

To start the application you can just run:

./mvnw

Links

This example uses the following libraries provided by Okta:

Help

Please post any questions as comments on the following blog posts, or visit our Okta Developer Forums. You can also email [email protected] if would like to create a support ticket.

License

Apache 2.0, see LICENSE.

About

How to Build a Secure REST Application Using Jersey

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages