自分自身のマッピングsetCred/
があり、http POST
リクエストで呼び出されたときに403エラーが返されます。しかし、私が@EnableOAuth2Sso
を削除すると、すべて正常に動作します。 私はここで何が欠けているのか分かりません。春のセキュリティの@ EnableOAuth2Ssoの後のエラー403
@EnableOAuth2Sso
@Controller
public class TestAPI {
@RequestMapping(value = "/setCred", method = RequestMethod.POST, consumes = "application/json", produces = "text/plain")
public ResponseEntity<?> setCred(@RequestBody StringToken json) throws JsonParseException, JsonMappingException, IOException {
ResponseEntity<?> res = null;
....
私の最終目標は、私が4.0 CSRF保護がある春のセキュリティを皮切り私application.properties