Skip to content
This repository was archived by the owner on Jul 1, 2025. It is now read-only.

Commit d841a42

Browse files
committed
Merge pull request #219 from dfcoffin/master
Change access token expiration to 120 seconds in prepopulatesql_tokenstore_testthirdparty.sql
2 parents 67cb940 + 85dd204 commit d841a42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

etc/prepopulatesql_tokenstore_testthirdparty.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ UNLOCK TABLES;
5353
LOCK TABLES `oauth_client_details` WRITE;
5454
/*!40000 ALTER TABLE `oauth_client_details` DISABLE KEYS */;
5555
INSERT INTO `oauth_client_details` VALUES ('data_custodian_admin', NULL, 'secret', 'FB=3_19_32_33_34_35_36_37_38_41_44_45', 'client_credentials', NULL, 'ROLE_DC_ADMIN', '31536000', NULL, NULL, 'FALSE');
56-
INSERT INTO `oauth_client_details` VALUES ('third_party', NULL, 'secret', 'FB=1_3_4_5_13_14_39;IntervalDuration=3600;BlockDuration=monthly;HistoryLength=13,FB=1_3_4_5_13_14_15_39;IntervalDuration=900;BlockDuration=monthly;HistoryLength=13,FB=1_3_4_5_13_14_39;IntervalDuration=3600;BlockDuration=monthly;HistoryLength=13,FB=1_3_4_5_6_7_8_9_10_11_29_12_13_14_15_16_17_18_19_27_28_32_33_34_35_37_38_39_40_41_44;IntervalDuration=3600;BlockDuration=monthly;HistoryLength=13', 'authorization_code,refresh_token,client_credentials', 'http://localhost:8081/ThirdParty/espi/1_1/OAuthCallBack', 'ROLE_USER', '31536000', '157680000', NULL, 'FALSE');
56+
INSERT INTO `oauth_client_details` VALUES ('third_party', NULL, 'secret', 'FB=1_3_4_5_13_14_39;IntervalDuration=3600;BlockDuration=monthly;HistoryLength=13,FB=1_3_4_5_13_14_15_39;IntervalDuration=900;BlockDuration=monthly;HistoryLength=13,FB=1_3_4_5_13_14_39;IntervalDuration=3600;BlockDuration=monthly;HistoryLength=13,FB=1_3_4_5_6_7_8_9_10_11_29_12_13_14_15_16_17_18_19_27_28_32_33_34_35_37_38_39_40_41_44;IntervalDuration=3600;BlockDuration=monthly;HistoryLength=13', 'authorization_code,refresh_token,client_credentials', 'http://localhost:8081/ThirdParty/espi/1_1/OAuthCallBack', 'ROLE_USER', '120', '157680000', NULL, 'FALSE');
5757
INSERT INTO `oauth_client_details` VALUES ('third_party_admin', NULL, 'secret', 'FB=34_35', 'client_credentials', NULL, 'ROLE_TP_ADMIN', '31536000', NULL, NULL, 'FALSE');
5858
INSERT INTO `oauth_client_details` VALUES ('upload_admin', NULL, 'secret', 'FB=45', 'client_credentials', NULL, 'ROLE_UL_ADMIN', '31536000', NULL, NULL, 'FALSE');
5959
INSERT INTO `oauth_client_details` VALUES ('REGISTRATION_third_party', NULL, 'secret', 'FB=36_40', 'client_credentials', NULL, 'ROLE_TP_REGISTRATION', '31536000', NULL, NULL, 'FALSE');

0 commit comments

Comments
 (0)