This example shows how to use Okta's Authentication API with Java integrating with Kafka.
Please read Java REST API Showdown: A Comparison Among The Best Frameworks In The Market for a tutorial that shows you how to build this application.
Prerequisites:
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.
To install this example application, run the following commands:
git clone https://github.com/oktadeveloper/java-rest-comparison.gitThis will get a copy of the project locally.
Run the following command inside the project's folder:
./mvnw installIf 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.
To start the application you can just run:
./mvnwThis example uses the following libraries provided by Okta:
Please post any questions as comments on the following blog posts, or visit our Okta Developer Forums. You can also email developers@okta.com if would like to create a support ticket.
Apache 2.0, see LICENSE.