Warning: file_get_contents(/data/phpspider/zhask/data//catemap/9/opencv/3.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Spring security 与RESTWeb服务的连接_Spring Security_Spring Saml - Fatal编程技术网

Spring security 与RESTWeb服务的连接

Spring security 与RESTWeb服务的连接,spring-security,spring-saml,Spring Security,Spring Saml,我有spring MVC rest应用程序和前端应用程序,它们使用rest应用程序提供的服务。若未连接的用户尝试使用rest应用程序中的服务,则将调用连接web服务。 连接Web服务使用SpringSAML将用户连接到Active directory。 如何将连接传播到前端应用程序?实现使用Spring oauth2。我的RESTAPI是资源服务器,客户端Api是oauth2客户端。希望这会有所帮助请提供一些代码?我不知道要使用的机制。我的问题是我必须使用什么,我使用SpringOAuth2解决

我有spring MVC rest应用程序和前端应用程序,它们使用rest应用程序提供的服务。若未连接的用户尝试使用rest应用程序中的服务,则将调用连接web服务。 连接Web服务使用SpringSAML将用户连接到Active directory。
如何将连接传播到前端应用程序?

实现使用Spring oauth2。我的RESTAPI是资源服务器,客户端Api是oauth2客户端。希望这会有所帮助

请提供一些代码?我不知道要使用的机制。我的问题是我必须使用什么,我使用SpringOAuth2解决了这个问题。