So, I have made an application that has a backend (for all the APIs) in springboot and the frontend in Angular.Now I want to add the security part to the application using oauth2.0 (okta as authorization server),i am little confused about the flow that i should follow.
So, I have made an application that has a backend (for all the APIs) in springboot and the frontend in Angular.Now I want to add the security part to the application using oauth2.0 (okta as authorization server),i am little confused about the flow that i should follow.
What should i use ? authorization_code ,implicit,credentials,password or any other if any ?
p.s- the backend is only responsible for the API and database connect , it does not render the web pages.
Thanks in advance.
krish-alt is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.