1bf423b505
* Process the JSON and present user options * Finish checkboxes. Refactor. * Add tests * Refactor after rebase * Add more test data for manual testing. * Fix linting errors * Put JsonFileUpload back the way it was. * Clean up comments * Update src/realm-settings/PartialImport.tsx Remove comment Co-authored-by: Jenny <32821331+jenny-s51@users.noreply.github.com> Co-authored-by: Jenny <32821331+jenny-s51@users.noreply.github.com>
13 lines
315 B
JSON
13 lines
315 B
JSON
{
|
|
"clients": [
|
|
{
|
|
"clientId": "customer-portal",
|
|
"enabled": true,
|
|
"adminUrl": "/customer-portal",
|
|
"baseUrl": "/customer-portal",
|
|
"redirectUris": [
|
|
"/customer-portal/*"
|
|
],
|
|
"secret": "password"
|
|
}]
|
|
}
|