Forum Discussion
No RepliesBe the first to reply
Related Content
- 5 years ago
- 4 years ago
- 2 years ago
- 5 years ago
Recent Discussions
- 17 days ago
- 2 months ago
I am using springdoc-openapi-security for swagger configuration of oauth2 endpoints. oauth2/token is working fine. but while executing oauth2/authorize I am getting login page printed in response field. It should open login page and I should be given authorization code in response. How to generate authorization code from swagger ui oauth2 endpoints?