Id Stores from db
This commit is contained in:
parent
c81a019ecc
commit
03161bbfb6
23 changed files with 2932 additions and 231 deletions
|
|
@ -43,13 +43,13 @@ public static class Config
|
|||
new IdentityResources.Email()
|
||||
];
|
||||
|
||||
public static IEnumerable<ApiScope> TestingApiScopes =>
|
||||
public static IEnumerable<ApiScope> ApiScopes =>
|
||||
[
|
||||
new ApiScope("scope1",new string[] {"scope1"}),
|
||||
new ApiScope("scope2",new string[] {"scope2"}),
|
||||
];
|
||||
|
||||
public static IEnumerable<Client> TestingClients =>
|
||||
public static IEnumerable<Client> Clients =>
|
||||
[
|
||||
// m2m client credentials flow client
|
||||
new Client
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue