如何实现Mule App作为Restful Services的OAuth2资源服务器

时间:2014-04-02 20:03:59

标签: spring-security oauth-2.0 mule

如何实现发布安全服务的组件休息,条件:

  • 这些服务应由OAuth 2.0保护。
  • 此组件将是资源服务器。
  • Authorization Server是使用Spring OAuth2.0实现并在JBoss Server中部署的第三方组件。
  • 将使用JavaScript或RestTemplate客户端调用客户端应用程序来重新提供服务器。

1 个答案:

答案 0 :(得分:2)

由于您已经使用Spring Security开发OAuth2解决方案的其他方面,因此没有理由不将其用作Mule的OAuth实现。

http://www.mulesoft.org/documentation/display/current/Configuring+the+Spring+Security+Manager

在Mule中也有一些准备好的东西,如果你运行商业版,请检查htis:http://www.mulesoft.org/documentation/display/current/Mule+STS+OAuth+2.0a+Example+Application