Does not send authorization code for Spring Boot oauth Client
-
Hi I am using this plugin in my WordPress website and I want to login to my spring boot application with WordPress Users.
1. I have setup wp oauth server plugin
2. I have added details and client id & secret key:spring.security.oauth2.client.registration.examprep.provider=examprep spring.security.oauth2.client.provider.examprep.authorization-uri=https://example.com/oauth/authorize spring.security.oauth2.client.provider.examprep.token-uri=https://example.com/oauth/token spring.security.oauth2.client.provider.examprep.user-info-uri=https://example.com/oauth/me
3. My Redirect url is https://localhost:8080
4. My Spring boot application redirects fine to receive username and password from oauth server
5. But It redirects fine to my spring boot login page again, and nothing happens, no errors.
6. It seems, wp oauth server plugin does not send authorization code.I have given much time and at last I ma here.
If there is any video or document for spring boot oauth client, please let me know.
Please help me.
- The topic ‘Does not send authorization code for Spring Boot oauth Client’ is closed to new replies.