added configuration flag for HEART mode

pull/1046/head
Justin Richer 2016-03-18 22:04:22 -04:00
parent 2d2cf57125
commit 37bead1404
1 changed files with 3 additions and 0 deletions

View File

@ -63,6 +63,9 @@
<!-- This property indicates if a dynamically registered client supports dual flows, such as client_credentials
at the same time with authorization_code or implicit -->
<!-- <property name="dualClient" value="true" /> -->
<!-- This property turns on HEART compliance mode -->
<!-- <property name="heartMode" value="true" /> -->
</bean>