Skip to content

Commit

Permalink
Merge branch 'master' into GPII-1536
Browse files Browse the repository at this point in the history
  • Loading branch information
waharnum committed Dec 16, 2015
2 parents 173dbfd + 668a53b commit f833b22
Show file tree
Hide file tree
Showing 39 changed files with 1,552 additions and 51 deletions.
11 changes: 10 additions & 1 deletion examples/easit-oauth-integration/EasitTestOauthDatastore.js
Expand Up @@ -77,6 +77,14 @@ fluid.defaults("gpii.oauth2.easitSampleDataStore", {
oauth2ClientSecret: false,
redirectUri: false,
allowDirectGpiiTokenAccess: false
},
{
id: 6,
name: "First Discovery",
oauth2ClientId: "net.gpii.prefsEditors.firstDiscovery",
oauth2ClientSecret: "client_secret_firstDiscovery",
allowDirectGpiiTokenAccess: false,
allowAddPrefs: true
}
],
authDecisionsIdSeq: 6,
Expand Down Expand Up @@ -126,7 +134,8 @@ fluid.defaults("gpii.oauth2.easitSampleDataStore", {
selectedPreferences: { "": true },
revoked: false
}
]
],
clientCredentialsTokensIdSeq: 1
}
});

Expand Down
9 changes: 1 addition & 8 deletions gpii/configs/untrusted.development.all.local.json
Expand Up @@ -30,14 +30,7 @@
{
"record": "http://localhost:8088",
"target": "{that cloudBasedConfig}.options.matchMakers.flat.url"
},
{
"record": "gpii.oauth2.testDataStore",
"target": "{that cloudBasedConfig gpii.oauth2.dataStore}.options.gradeNames"
}
]
},
"modules": [
"../../testData/security/TestOAuth2DataStore.js"
]
}
}
1 change: 1 addition & 0 deletions gpii/node_modules/deviceReporter/src/DeviceReporter.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

37 changes: 37 additions & 0 deletions gpii/node_modules/deviceReporter/src/DeviceReporterUtilities.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 1 addition & 4 deletions gpii/node_modules/flowManager/test/SaveTests.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit f833b22

Please sign in to comment.