Add comment

2.0.2
MKK 2020-03-10 15:30:46 +08:00
parent 9d81c6729d
commit 87de39b02b
1 changed files with 1 additions and 0 deletions

View File

@ -180,6 +180,7 @@ public class OAuth2ServerConfiguration {
@Override
public void configure(AuthorizationServerSecurityConfigurer oauthServer) throws Exception {
oauthServer.realm("spring-oauth-server")
// 支持 client_credentials 的配置
.allowFormAuthenticationForClients();
}