<img width="746" alt="image" src="https://github.com/spring-projects/spring-authorization-server/assets/95599645/f054f52a-2215-490d-806c-6db01efd7111"> Step 1: register a client with {noop} secret. mysql database <img width="244" alt="image" src="https://github.com/spring-projects/spring-authorization-server/assets/95599645/5feb473b-b70e-46c2-b5a3-e645bf96e17f"> Step 2: login with oauth flow, the client secret in the database will become {bcrypt} secret. http://localhost:9000/oauth2/authorize?response_type=code&client_id=message-client&scope=openid%20profile%20message.read&state=some-state&redirect_uri=http://127.0.0.1:8080/authorized mysql database <img width="328" alt="image" src="https://github.com/spring-projects/spring-authorization-server/assets/95599645/9c54ec43-cd85-4467-ba27-828796b64858">