okta/samples-java-spring-mvc

Name: samples-java-spring-mvc

Owner: Okta, Inc

Owner: Okta, Inc

Description: Spring Boot samples

Created: 2017-01-24 18:13:08.0

Updated: 2018-01-08 16:31:28.0

Pushed: 2018-01-19 23:03:16.0

Homepage: null

Size: 1590

Language: Shell

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

Spring Security OAuth Sample Applications for Okta

This repository contains several sample applications that show you how to integrate various Okta use-cases into your Java application that uses the Spring framework.

Please find the sample that fits your use-case from the table below.

| Sample | Description | Use-Case | |——–|————-|———-| | Okta-Hosted Login | An application server that uses the hosted login page on your Okta org, then creates a cookie session for the user in the Spring application. | Traditional web applications with server-side rendered pages. | | Custom Login Page | An application server that uses the Okta Sign-In Widget on a custom login page within the application, then creates a cookie session for the user in the Spring application. | Traditional web applications with a custom login page and server-side rendered pages. | | Resource Server | This is a sample API resource server that shows you how to authenticate requests with access tokens that have been issued by Okta. | Single-Page applications. | | Front End (bonus) | A simple static Single-Page application that can be used with the resource-server | Test the above resource server |


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.