Skip to content

Commit 37bead1

Browse files
committed
added configuration flag for HEART mode
1 parent 2d2cf57 commit 37bead1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,9 @@
6363
<!-- This property indicates if a dynamically registered client supports dual flows, such as client_credentials
6464
at the same time with authorization_code or implicit -->
6565
<!-- <property name="dualClient" value="true" /> -->
66+
67+
<!-- This property turns on HEART compliance mode -->
68+
<!-- <property name="heartMode" value="true" /> -->
6669

6770
</bean>
6871

0 commit comments

Comments
 (0)