File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
openid-connect-server-webapp/src/main/webapp/WEB-INF Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 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
5353at the same time with authorization_code or implicit -->
54- <property name =" dualClient" value =" false " / >
54+ <!-- < property name="dualClient" value="true" /> -- >
5555
5656</bean >
5757
You can’t perform that action at this time.
0 commit comments