18 lines
366 B
JSON
Raw Normal View History

2025-03-11 10:24:11 +08:00
{
"RemoteServices": {
"Default": {
"BaseUrl": "https://localhost:44315"
}
},
"IdentityClients": {
"Default": {
"GrantType": "password",
2025-05-27 14:27:50 +08:00
"ClientId": "IoT_App",
2025-03-11 10:24:11 +08:00
"ClientSecret": "1q2w3e*",
"UserName": "admin",
"UserPassword": "1q2w3E*",
"Authority": "https://localhost:44354",
2025-05-27 14:27:50 +08:00
"Scope": "IoT"
2025-03-11 10:24:11 +08:00
}
}
}