Skip to content
This repository was archived by the owner on Aug 1, 2021. It is now read-only.

Commit a03278b

Browse files
committed
Testing
1 parent 2e623e9 commit a03278b

4 files changed

Lines changed: 15 additions & 17 deletions

File tree

src/Frontend/Jp.AdminUI/.vscode/launch.json

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,13 @@
44
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
55
"version": "0.2.0",
66
"configurations": [
7+
78
{
8-
"type": "node",
9+
"type": "chrome",
910
"request": "launch",
10-
"name": "Launch Program",
11-
"program": "${workspaceFolder}\\4300",
12-
"preLaunchTask": "tsc: build - tsconfig.json",
13-
"outFiles": [
14-
"${workspaceFolder}/dist/out-tsc/**/*.js"
15-
]
16-
}
11+
"name": "Launch Chrome against localhost",
12+
"url": "http://localhost:4300",
13+
"webRoot": "${workspaceFolder}"
14+
}
1715
]
1816
}

src/Frontend/Jp.AdminUI/src/app/panel/panel.module.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@ const routes: Routes = [
1818
{ path: "api-resource", loadChildren: "app/panel/api-resources/api-resource.module#ApiResourceModule" },
1919
{ path: "persisted-grants", loadChildren: "app/panel/persisted-grants/persisted-grants.module#PersistedGrantsModule" },
2020
{ path: "users", loadChildren: "app/panel/users/user.module#UserModule" },
21-
{ path: "roles", loadChildren: "app/panel/roles/roles.module#RoleModule" }
21+
{ path: "roles", loadChildren: "app/panel/roles/roles.module#RoleModule" },
22+
{ path: "joaquim", loadChildren: "app/panel/joaquim/joaquim.module#JoaquimModule" },
2223
]
2324
},
2425
];

src/Frontend/Jp.AdminUI/src/app/shared/viewModel/client.model.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ export class NewClient {
4848
logoUri: string;
4949
description: string;
5050
clientType: number;
51+
postLogoutRedirectUris: string;
5152
}
5253

5354
export class Client {
@@ -96,6 +97,7 @@ export class Client {
9697
properties: ClientProperty[];
9798
userCodeType: string;
9899
deviceCodeLifetime: number;
100+
userSsoLifetime: number;
99101

100102
public static isValid(client: Client, errors: string[]): boolean {
101103
errors.length = 0;

src/JpProject.sln

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "3 - Domain", "3 - Domain",
1111
EndProject
1212
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "4 - Infra", "4 - Infra", "{04CCC7F8-8AF7-4965-B2EF-2E28331BE421}"
1313
EndProject
14-
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "5.1 - Data", "5.1 - Data", "{DCCD4FD6-B437-4586-B932-7AC40EF86A71}"
15-
EndProject
1614
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Jp.Domain", "Backend\Jp.Domain\Jp.Domain.csproj", "{906E381B-85D8-4AEC-9DD0-48F4117FDD9D}"
1715
EndProject
1816
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Jp.Application", "Backend\Jp.Application\Jp.Application.csproj", "{8EA27390-8455-48EA-ABCB-881272BCE68A}"
@@ -91,18 +89,17 @@ Global
9189
{8941C48B-849B-4625-B5F8-0EF567135BC0} = {AE3E98DB-35C1-42D8-AB6D-DE37189DDAA1}
9290
{988F2F26-89C2-4C44-B1BB-42C394832A4E} = {AE3E98DB-35C1-42D8-AB6D-DE37189DDAA1}
9391
{04CCC7F8-8AF7-4965-B2EF-2E28331BE421} = {AE3E98DB-35C1-42D8-AB6D-DE37189DDAA1}
94-
{DCCD4FD6-B437-4586-B932-7AC40EF86A71} = {04CCC7F8-8AF7-4965-B2EF-2E28331BE421}
9592
{906E381B-85D8-4AEC-9DD0-48F4117FDD9D} = {988F2F26-89C2-4C44-B1BB-42C394832A4E}
9693
{8EA27390-8455-48EA-ABCB-881272BCE68A} = {8941C48B-849B-4625-B5F8-0EF567135BC0}
9794
{A9CB4A5C-DCF4-4F87-83C2-2D6A34C6E2BA} = {988F2F26-89C2-4C44-B1BB-42C394832A4E}
9895
{A5EBFB52-C5C5-4F98-B441-E48DA9CA5744} = {AE3E98DB-35C1-42D8-AB6D-DE37189DDAA1}
99-
{8B1388DE-66DC-420A-8D05-E28D5379409D} = {DCCD4FD6-B437-4586-B932-7AC40EF86A71}
96+
{8B1388DE-66DC-420A-8D05-E28D5379409D} = {04CCC7F8-8AF7-4965-B2EF-2E28331BE421}
10097
{14A3F6B3-2B5B-43BF-A458-AA41F07365E4} = {A5EBFB52-C5C5-4F98-B441-E48DA9CA5744}
10198
{63C7030B-3425-429C-9F93-CD7B3B0C42A9} = {35B84287-F2B3-49AA-8D4F-91D704B16944}
102-
{8EE8888F-BAEE-49C7-BC19-29D7A1A00ACE} = {DCCD4FD6-B437-4586-B932-7AC40EF86A71}
103-
{AFAA0359-7ABF-484C-8109-F110A3E05206} = {DCCD4FD6-B437-4586-B932-7AC40EF86A71}
104-
{FE02E3F1-E70A-46BB-966A-4F64FF5E81B8} = {DCCD4FD6-B437-4586-B932-7AC40EF86A71}
105-
{8C9F9D80-B26D-4B1B-B237-E7DF35EF624C} = {DCCD4FD6-B437-4586-B932-7AC40EF86A71}
99+
{8EE8888F-BAEE-49C7-BC19-29D7A1A00ACE} = {04CCC7F8-8AF7-4965-B2EF-2E28331BE421}
100+
{AFAA0359-7ABF-484C-8109-F110A3E05206} = {04CCC7F8-8AF7-4965-B2EF-2E28331BE421}
101+
{FE02E3F1-E70A-46BB-966A-4F64FF5E81B8} = {04CCC7F8-8AF7-4965-B2EF-2E28331BE421}
102+
{8C9F9D80-B26D-4B1B-B237-E7DF35EF624C} = {04CCC7F8-8AF7-4965-B2EF-2E28331BE421}
106103
EndGlobalSection
107104
GlobalSection(ExtensibilityGlobals) = postSolution
108105
SolutionGuid = {F62CA078-A991-4001-A117-1F2726248D4F}

0 commit comments

Comments
 (0)