https://github.com/deeksha-tech-sol/spring-boot-oauth-server
Spring Boot Oauth2 Resource Server, Authorization Server & Client
https://github.com/deeksha-tech-sol/spring-boot-oauth-server
oauth2-client oauth2-server spring-boot spring-security-oauth2
Last synced: 9 months ago
JSON representation
Spring Boot Oauth2 Resource Server, Authorization Server & Client
- Host: GitHub
- URL: https://github.com/deeksha-tech-sol/spring-boot-oauth-server
- Owner: deeksha-tech-sol
- Created: 2024-08-26T12:29:15.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-05T08:16:40.000Z (over 1 year ago)
- Last Synced: 2025-02-08T17:12:03.576Z (10 months ago)
- Topics: oauth2-client, oauth2-server, spring-boot, spring-security-oauth2
- Language: Java
- Homepage:
- Size: 19.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# spring-boot-oauth-server
Spring Boot Oauth2 Resource Server, Authorization Server & Client
* Start the 3 servers
- Authorization Server
- Resource Server
- Client
* Go to localhost:8080
* It will redirect to localhost:9000/login
* Enter username (user) and password (pass)
* It will be a successful login and redirect to welcome page