Skip to content

Commit 71c52d1

Browse files
committed
restored default scopes
1 parent a4e75ed commit 71c52d1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

openid-connect-server-webapp/src/main/webapp/WEB-INF/data-context.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@
3838
<!-- The following files are for safely bootstrapping users and clients into the database -->
3939
<jdbc:script location="classpath:/db/tables/loading_temp_tables.sql"/>
4040
<jdbc:script location="classpath:/db/users.sql"/>
41-
<!-- <jdbc:script location="classpath:/db/clients.sql"/> -->
42-
<!-- <jdbc:script location="classpath:/db/scopes.sql"/> -->
41+
<jdbc:script location="classpath:/db/clients.sql"/>
42+
<jdbc:script location="classpath:/db/scopes.sql"/>
4343
</jdbc:initialize-database>
4444

4545
<bean id="jpaAdapter" class="org.springframework.orm.jpa.vendor.EclipseLinkJpaVendorAdapter">

0 commit comments

Comments
 (0)