jobmission / oauth2-server

spring boot (springboot 3+) oauth2 server sso 单点登录 认证中心 JWT,独立部署,用户管理 客户端管理
MIT License
488 stars 222 forks source link

No redirect #38

Closed stutmf closed 2 months ago

stutmf commented 4 months ago

hi. I followed the steps from README 1. Get /oauth2/authorize?client_id=SampleClientId&response_type=code&redirect_uri=http://client.sso.com/login/oauth2/code/sso-loginscope=openid profile but the server fails with 999 and doesn’t redirect me. what do I do wrong?

stutmf commented 4 months ago

could be due to commented out AccessConfirmationController? How do I fix it?

jobmission commented 4 months ago

Update the code, delete relevant tables, and try again. Attention! The project is not yet complete and is only used for learning and communication.