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