I am trying to upgrade an application form Spring Security 5 to 6. We do have an hard requirement to use an implicit authorization grant over authorization code grant to ensure compatibly. Implicit grants have been deprecated and removed with Spring 6.
How could an implicit grant be implemented using Spring Security 6?
New contributor
stetsche is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.