This commit is contained in:
2016-06-06 17:13:39 +02:00
parent 2978451679
commit 888caf4264
9 changed files with 189 additions and 53 deletions

View File

@ -94,7 +94,9 @@ namespace testOauthClient
// Note: the resource property represents the different endpoints the
// access token should be issued for (values must be space-delimited).
options.Resource = "http://dev.pschneider.fr/";
// options.Scope.Add("api-resource-controller");
options.Scope.Clear();
options.Scope.Add("openid");
// .Add("api-resource-controller");
});