There was an error while loading. Please reload this page.
1 parent 2d2cf57 commit 37bead1Copy full SHA for 37bead1
openid-connect-server-webapp/src/main/webapp/WEB-INF/server-config.xml
@@ -63,6 +63,9 @@
63
<!-- This property indicates if a dynamically registered client supports dual flows, such as client_credentials
64
at the same time with authorization_code or implicit -->
65
<!-- <property name="dualClient" value="true" /> -->
66
+
67
+<!-- This property turns on HEART compliance mode -->
68
+<!-- <property name="heartMode" value="true" /> -->
69
70
</bean>
71
0 commit comments