# spring-security-oauth-example **Repository Path**: horner-java-learning/spring-security-oauth-example ## Basic Information - **Project Name**: spring-security-oauth-example - **Description**: This repo has example for Spring Boot integration with Spring Security using OAuth2 - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-24 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Spring Security OAuth Example - `spring-security-client` - Client Project which has the UI - `spring-security-auth-server` - Has the Authorization Server and Resource Server - `http://localhost:8082/ui` - REST end point for UI which will take you to the secure URI `http://localhost:8082/secure` after logging into the auth server `http://localhost:8081/auth/login`