Skip to content

Example project of how to protect REST services using Spring Security with OpenID Connect and OpenAM as Single-Sign On provider

Notifications You must be signed in to change notification settings

Lotzy/spring-oidc-openam

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

spring-oidc-openam

Example project illustrating:

  • how to implement a simple REST services with Spring
  • how to protect REST services using Spring Security with OpenID Connect and OpenAM as Single-Sign On provider

Using the project:

  1. Import in Eclipse as maven project
  2. Deploy in Tomcat 8.0 under Eclipse
  3. Fire-up and configure OpenAM with OAuth2/OpenID Connect Agent
  4. See JUnit tests
  5. URL for the rest endpoints: http://localhost:8080/spring-oidc-openam/rest/greet or http://localhost:8080/spring-oidc-openam/rest/user

About

Example project of how to protect REST services using Spring Security with OpenID Connect and OpenAM as Single-Sign On provider

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages