no usage of DefaultProfileService
This commit is contained in:
parent
29303d5aea
commit
76af07e271
2 changed files with 8 additions and 7 deletions
|
|
@ -47,8 +47,8 @@ public static class Config
|
|||
public static IEnumerable<ApiScope> ApiScopes =>
|
||||
new ApiScope[]
|
||||
{
|
||||
new ApiScope("scope1"),
|
||||
new ApiScope("scope2"),
|
||||
new ApiScope("scope1",new string[] {"scope1"}),
|
||||
new ApiScope("scope2",new string[] {"scope2"}),
|
||||
};
|
||||
|
||||
public static IEnumerable<Client> Clients =>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue