mirror of https://github.com/abpframework/abp
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
41 lines
1.3 KiB
41 lines
1.3 KiB
{
|
|
"IdentityClients": {
|
|
"Default": {
|
|
"GrantType": "password",
|
|
"ClientId": "Test_App",
|
|
"ClientSecret": "1q2w3e*",
|
|
"UserName": "host_default_admin",
|
|
"UserPassword": "1q2w3E*",
|
|
"Authority": "https://localhost:44395",
|
|
"Scope": "Test_Scope"
|
|
},
|
|
"Default.Test_Tenant1": {
|
|
"GrantType": "password",
|
|
"ClientId": "Test_App",
|
|
"ClientSecret": "1q2w3e*",
|
|
"UserName": "tenant_default_admin",
|
|
"UserPassword": "1q2w3E*",
|
|
"Authority": "https://localhost:44395",
|
|
"Scope": "Test_Scope"
|
|
},
|
|
"Identity": {
|
|
"GrantType": "password",
|
|
"ClientId": "Test_App",
|
|
"ClientSecret": "1q2w3e*",
|
|
"UserName": "host_identity_admin",
|
|
"UserPassword": "1q2w3E*",
|
|
"Authority": "https://localhost:44395",
|
|
"Scope": "Test_Scope"
|
|
},
|
|
"Identity.f72a344f-651e-49f0-85f6-be260a10e4df": {
|
|
"GrantType": "password",
|
|
"ClientId": "Test_App",
|
|
"ClientSecret": "1q2w3e*",
|
|
"UserName": "tenant_identity_admin",
|
|
"UserPassword": "1q2w3E*",
|
|
"Authority": "https://localhost:44395",
|
|
"Scope": "Test_Scope"
|
|
}
|
|
}
|
|
}
|