1
我是Oauth的新手,我使用Spring Oauth2與xml 配置一起使用。從
http://www.beingjavaguys.com/2014/10/spring-security-oauth2-integration.html
Spring oauth2授權提供商
所以下面的URL所取出的參考,以獲得令牌是
http://localhost:8080/SpringRestSecurityOauth/oauth/token?grant_type=password&client_id=restapp&client_secret=restapp&username=beingjavaguys&[email protected]
它給人的令牌reseponse。 所以在請求url中,client_id
在xml文件中被硬編碼。我想在運行時發送clientId,grantType。 這裏需要注意哪些事情。