In this video, we continue building an authorization server from scratch using Spring Boot. When user clicks on Allow button on Authorization interface, authorization server needs to create an authorization code, encrypt it, encode it and send it back to the client application in query parameters of redirect uri along with state parameter. We are not using any library to build it. We build everything from scratch. Find the below useful links:
GitHub Repository - https://github.com/himanshu-pareek/OA...