Skip to content

intent is to store the code which I have used for self learning purpose with the help of multiple source of study materials.

Notifications You must be signed in to change notification settings

arunveersingh/spring-security

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This directory contains multiple projects to demonstrate Spring Security Concepts.

spring-security-basic

This service exposes a rest point with http security with in memory users.

spring-resource-server

This service acts as a Spring Boot OAuth2 Resource Server. The endpoints on this resource server interacts with springbootoauth2server using property security.oauth2.resource.token-info-uri=http://localhost:8080/oauth/check_token

Pass the access token to invoke endpoints as in http://localhost:8081/user/?access_token=52ebe557-45df-4c99-9828-423924c6f79x

springbootoauth2server

This service acts as Spring Boot OAuth2 Authorization Server.

About

intent is to store the code which I have used for self learning purpose with the help of multiple source of study materials.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages