Skip to content

Commit d7fe79d

Browse files
committed
Update TokenSettings.TOKEN_SETTING_BASE
Issue gh-117
1 parent 40ca7a4 commit d7fe79d

File tree

1 file changed

+1
-1
lines changed
  • oauth2-authorization-server/src/main/java/org/springframework/security/oauth2/server/authorization/config

1 file changed

+1
-1
lines changed

oauth2-authorization-server/src/main/java/org/springframework/security/oauth2/server/authorization/config/TokenSettings.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
* @see Settings
3030
*/
3131
public class TokenSettings extends Settings {
32-
private static final String TOKEN_SETTING_BASE = "spring.security.oauth2.authorization-server.token.";
32+
private static final String TOKEN_SETTING_BASE = "setting.token.";
3333
public static final String ACCESS_TOKEN_TIME_TO_LIVE = TOKEN_SETTING_BASE.concat("access-token-time-to-live");
3434
public static final String ENABLE_REFRESH_TOKENS = TOKEN_SETTING_BASE.concat("enable-refresh-tokens");
3535
public static final String REUSE_REFRESH_TOKENS = TOKEN_SETTING_BASE.concat("reuse-refresh-tokens");

0 commit comments

Comments
 (0)