Browse Source

addresses issue #366

pull/368/merge
William Kim 12 years ago committed by Justin Richer
parent
commit
e74444e3d1
  1. 2
      openid-connect-common/src/main/java/org/mitre/oauth2/model/ClientDetailsEntity.java

2
openid-connect-common/src/main/java/org/mitre/oauth2/model/ClientDetailsEntity.java

@ -776,7 +776,7 @@ public class ClientDetailsEntity implements ClientDetails {
@ElementCollection(fetch = FetchType.EAGER)
@CollectionTable(
name="client_response_type",
joinColumns=@JoinColumn(name="response_type")
joinColumns=@JoinColumn(name="owner_id")
)
@Column(name="response_type")
public Set<String> getResponseTypes() {

Loading…
Cancel
Save