1 Star 0 Fork 1

观察者/spring-security-oauth-2-4-migrate

Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
This repository doesn't specify license. Please pay attention to the specific project description and its upstream code dependency when using it.
Clone or Download
contribute
Sync branch
Cancel
Notice: Creating folder will generate an empty file .keep, because not support in Git
Loading...
README

Spring Security OAuth 2.4 Migration Sample

This sample should be used for migrating a Spring Security OAuth 2.x application to Spring Security 5.2.

This is the Spring Security OAuth 2.4 sample and the corresponding Spring Security 5.2 sample is here.

See the OAuth 2.0 Migration Guide for further details.

Run the Sample

  • Build the sample → ./mvnw clean package

  • Run Authorization Server → ./mvnw -f auth-server spring-boot:run

    • IMPORTANT: Make sure to modify your /etc/hosts file to avoid problems with session cookie overwrites between client-app and auth-server. Simply add the entry 127.0.0.1 auth-server

  • Run Resource Server → ./mvnw -f resource-server spring-boot:run

  • Run Client App → ./mvnw -f client-app spring-boot:run

  • Go to http://localhost:8080 and login using user1/password

Empty file

About

Cancel

Releases

No release

Contributors

All

Activities

Load More
can not load any more
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/gchz/spring-security-oauth-2-4-migrate.git
git@gitee.com:gchz/spring-security-oauth-2-4-migrate.git
gchz
spring-security-oauth-2-4-migrate
spring-security-oauth-2-4-migrate
main

Search