spring boot 3 oauth2 origin has been blocked by CORS policy in Angular 16
I have problem to authentication with spring boot 3 and angular 16.
I develop an Authorization Server and get access token with “authorization_code” grand type in postman successfully. but it dose not worked in angular 16 project.