We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0322aee commit 91c7a3aCopy full SHA for 91c7a3a
test/integration/authentication-oidc-test.js
@@ -45,7 +45,7 @@ describe('Authentication API (OIDC)', () => {
45
webid: true,
46
multiuser: false,
47
configPath,
48
- trustedOrigins: ['https://apps.solid.invalid']
+ trustedOrigins: ['https://apps.solid.invalid', 'https://trusted.app']
49
}
50
51
const aliceRootPath = path.join(__dirname, '../resources/accounts-scenario/alice')
0 commit comments