From 235b57a461fead133fa8266dc4532dc18e51224f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Federico=20Fern=C3=A1ndez?= Date: Tue, 14 Feb 2017 09:50:43 +0100 Subject: [PATCH] Add scope to PEP auth token to fix validation of Keystone tokens --- lib/idm.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/lib/idm.js b/lib/idm.js index 0e14181..2fe945a 100644 --- a/lib/idm.js +++ b/lib/idm.js @@ -38,6 +38,11 @@ var IDM = (function() { domain: {id: "default"} } } + }, + scope: { + domain: { + id: "default" + } } } };