how to intercept spring-boot-starter-oauth2-client's endpoint?

60 Views Asked by At

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?

0

There are 0 best solutions below