Skip to content

Commit

Permalink
Add scope to PEP auth token to fix validation of Keystone tokens
Browse files Browse the repository at this point in the history
  • Loading branch information
federicofdez committed Feb 14, 2017
1 parent 30661dd commit 235b57a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions lib/idm.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,11 @@ var IDM = (function() {
domain: {id: "default"}
}
}
},
scope: {
domain: {
id: "default"
}
}
}
};
Expand Down

0 comments on commit 235b57a

Please sign in to comment.