Skip to content

Commit 70751a3

Browse files
committed
updated configuration to comment out optional property value in example
1 parent 7b34a66 commit 70751a3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,15 +43,15 @@
4343
<!-- This property sets the lifetime of registration access tokens, in seconds. Leave it unset (null) for no rotation. -->
4444
<!-- <property name="regTokenLifeTime" value="172800" /> -->
4545

46-
<!-- This property forces the issuer value to start with "https" -->
46+
<!-- This property forces the issuer value to start with "https", recommended on production servers -->
4747
<!-- <property name="forceHttps" value="true" /> -->
4848

4949
<!-- This property sets the locale for server text -->
5050
<!-- <property name="locale" value="sv" /> -->
51-
51+
5252
<!-- This property indicates if a dynamically registered client supports dual flows, such as client_credentials
5353
at the same time with authorization_code or implicit -->
54-
<property name="dualClient" value="false"/>
54+
<!-- <property name="dualClient" value="true" /> -->
5555

5656
</bean>
5757

0 commit comments

Comments
 (0)