diff --git a/conf/routes b/conf/routes index 300dd360d..8389c614d 100644 --- a/conf/routes +++ b/conf/routes @@ -7,6 +7,7 @@ GET / org.thp.cort GET /api/health org.thp.cortex.controllers.StatusCtrl.health GET /api/logout org.thp.cortex.controllers.AuthenticationCtrl.logout() POST /api/login org.thp.cortex.controllers.AuthenticationCtrl.login() +GET /api/ssoLogin org.thp.cortex.controllers.AuthenticationCtrl.ssoLogin() POST /api/ssoLogin org.thp.cortex.controllers.AuthenticationCtrl.ssoLogin() ################### @@ -106,4 +107,4 @@ POST /api/organization org.thp.cort PATCH /api/organization/:id org.thp.cortex.controllers.OrganizationCtrl.update(id) DELETE /api/organization/:id org.thp.cortex.controllers.OrganizationCtrl.delete(id) -GET /*file org.thp.cortex.controllers.AssetCtrl.get(file) \ No newline at end of file +GET /*file org.thp.cortex.controllers.AssetCtrl.get(file) diff --git a/www/src/app/pages/login/login.page.html b/www/src/app/pages/login/login.page.html index 90a3af416..403d860c8 100644 --- a/www/src/app/pages/login/login.page.html +++ b/www/src/app/pages/login/login.page.html @@ -2,7 +2,7 @@
Sign in to start your session