pull/306/merge
Justin Richer 2013-03-04 15:06:31 -05:00
parent db24c203ec
commit bbde2d3b90
1 changed files with 2 additions and 1 deletions

View File

@ -314,11 +314,12 @@ public class ClientDetailsEntity implements ClientDetails {
}
/**
* If the auth method is
*
*/
@Override
@Transient
public boolean isSecretRequired() {
// TODO: this should check the auth method field instead
return getClientSecret() != null;
}