I run this spring-authorization-server samples to complete oidc authorization process.
Now I want to intercept http://127.0.0.1:8080/login/oauth2/code/messaging-client-oidc
and get the code
and state
.Next, I want to complete the remaining process.
What should I do?