Skip to content

Commit

Permalink
Merge pull request #1 from GPII/master
Browse files Browse the repository at this point in the history
Merge changes from GPII/master to my fork
  • Loading branch information
waharnum committed Dec 16, 2015
2 parents 56a5b38 + b6a42c0 commit 668a53b
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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.

Loading

0 comments on commit 668a53b

Please sign in to comment.