Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(186)

Unified Diff: remoting/webapp/manifest.json

Issue 12905012: Webapp changes to support third party authentication (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Add token URL validation, refactor Created 7 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: remoting/webapp/manifest.json
diff --git a/remoting/webapp/manifest.json b/remoting/webapp/manifest.json
index 13f93466a9fad2e46644bb94abe01deb77a3070d..c75ddca03f92a2331485441085b963025c8428db 100644
--- a/remoting/webapp/manifest.json
+++ b/remoting/webapp/manifest.json
@@ -20,9 +20,18 @@
"OAUTH2_REDIRECT_URL"
],
"js": [ "cs_oauth2_trampoline.js" ]
+ },
+ {
+ "matches": [
+ "THIRD_PARTY_AUTH_REDIRECT_URL"
+ ],
+ "js": [ "cs_third_party_auth_trampoline.js" ]
}
],
"content_security_policy": "default-src 'self'; script-src 'self' TALK_GADGET_HOST; style-src 'self' https://fonts.googleapis.com; img-src 'self' TALK_GADGET_HOST; font-src *; connect-src 'self' OAUTH2_ACCOUNTS_HOST GOOGLE_API_HOSTS TALK_GADGET_HOST https://relay.google.com",
+ "optional_permissions": [
+ "<all_urls>"
+ ],
"permissions": [
"OAUTH2_ACCOUNTS_HOST/*",
"OAUTH2_API_BASE_URL/*",

Powered by Google App Engine
This is Rietveld 408576698