@@ -17,8 +17,8 @@ INSERT INTO retail_customers (username, first_name, last_name, password, enabled
1717INSERT INTO retail_customers (username, first_name, last_name, password, enabled, role) VALUES (' grace' , ' Grace' , ' Hopper' , ' koala' , TRUE, ' ROLE_CUSTODIAN' );
1818
1919/* Add application_information */
20- INSERT INTO application_information (id, uuid, dataCustodianId, clientId, thirdPartyApplicationName, clientSecret, thirdPartyScopeSelectionScreenURI, authorizationServerAuthorizationEndpoint, authorizationServerTokenEndpoint, redirectUri) VALUES (1 ,' 550e8400-e29b-41d4-a716-4466554413a0' , ' data_custodian' , ' third_party' , ' ConEdison (GreenButtonData)' , ' secret' , ' http://services.greenbuttondata.org /DataCustodian/RetailCustomer/ScopeSelectionList' , ' http://services.greenbuttondata.org /DataCustodian/oauth/authorize' , ' http://services.greenbuttondata.org /DataCustodian/oauth/token' , ' http://services.greenbuttondata.org /ThirdParty/espi/1_1/OAuthCallBack' );
21- INSERT INTO application_information (id, uuid, dataCustodianId, clientId, thirdPartyApplicationName, clientSecret, thirdPartyScopeSelectionScreenURI, authorizationServerAuthorizationEndpoint, authorizationServerTokenEndpoint, redirectUri) VALUES (2 , ' 550e8400-e29b-41d4-a716-4466554413a1' , ' data_custodian2' , ' third_party' , ' NJ Electric (GreenButtonData)' , ' secret' , ' http://services.greenbuttondata.org /DataCustodian/RetailCustomer/ScopeSelectionList' , ' http://services.greenbuttondata.org /DataCustodian/oauth/authorize' , ' http://services.greenbuttondata.org /DataCustodian/oauth/token' , ' http://services.greenbuttondata.org /DataCustodian/espi/1_1/OAuthCallBack' );
20+ INSERT INTO application_information (id, uuid, dataCustodianId, clientId, thirdPartyApplicationName, clientSecret, thirdPartyScopeSelectionScreenURI, authorizationServerAuthorizationEndpoint, authorizationServerTokenEndpoint, redirectUri) VALUES (1 ,' 550e8400-e29b-41d4-a716-4466554413a0' , ' data_custodian' , ' third_party' , ' ConEdison (GreenButtonData)' , ' secret' , ' http://localhost:8080 /DataCustodian/RetailCustomer/ScopeSelectionList' , ' http://localhost:8080 /DataCustodian/oauth/authorize' , ' http://localhost:8080 /DataCustodian/oauth/token' , ' http://localhost:8080 /ThirdParty/espi/1_1/OAuthCallBack' );
21+ INSERT INTO application_information (id, uuid, dataCustodianId, clientId, thirdPartyApplicationName, clientSecret, thirdPartyScopeSelectionScreenURI, authorizationServerAuthorizationEndpoint, authorizationServerTokenEndpoint, redirectUri) VALUES (2 , ' 550e8400-e29b-41d4-a716-4466554413a1' , ' data_custodian2' , ' third_party' , ' NJ Electric (GreenButtonData)' , ' secret' , ' http://localhost:8080 /DataCustodian/RetailCustomer/ScopeSelectionList' , ' http://localhost:8080 /DataCustodian/oauth/authorize' , ' http://localhost:8080 /DataCustodian/oauth/token' , ' http://localhost:8080 /DataCustodian/espi/1_1/OAuthCallBack' );
2222
2323/* Add application_information_scopes */
2424INSERT INTO application_information_scopes (application_information_id, scope) VALUES (1 , ' FB=4_5_15;IntervalDuration=3600;BlockDuration=monthly;HistoryLength=13' );
0 commit comments