Spring-security-oauth-poc这是一个展示Spring与OAUTH集成的POC。下面的过程描述了如何运行这个应用程序。Step 1 此步骤描述了如何访问该服务。当我们直接访问受保护的服务时,我们会从该服务获得未经授权的访问输出。这是由我们配置的oauth api提供的。输入: http://localhost:8080/security-poc/api/getListOfEmployees.json 输出: { terror: \"unauthorized\", terror_description: \"An Authentication object was not found in the SecurityContext\" } Step 2 在这一步中,我们请求oauth服务为我们提供一个。