当连接到http://www.mulesoft.org/documentation/display/current/Authentication端点时,Mule社区文档API只涉及基本的、OAuth1和OAuth2身份验证方法。是否有一种“开箱即用”的方法来使用Active-Directory/Kerberos对API端点进行身份验证?
发布于 2015-01-26 04:25:37
Mule可以很好地与Spring Security配合使用,因此您可以使用authenticationManager配置ldap。
http://www.mulesoft.org/documentation/display/current/Configuring+the+Spring+Security+Manager http://www.mulesoft.org/documentation/display/current/Setting+up+LDAP+Provider+for+Spring+Security
https://stackoverflow.com/questions/27097622
复制相似问题