Skip to content

Commit 0ae12c2

Browse files
DWN-25861: Manually specifies the scope column name
1 parent 028972c commit 0ae12c2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -242,6 +242,7 @@ public void setRefreshToken(OAuth2RefreshToken refreshToken) {
242242
joinColumns=@JoinColumn(name="owner_id"),
243243
name="token_scope"
244244
)
245+
@Column(name="scope")
245246
public Set<String> getScope() {
246247
return scope;
247248
}

0 commit comments

Comments
 (0)