diff --git a/Learun.Framework.Ultimate V7/Learun.Application.Web/Controllers/HomeController.cs b/Learun.Framework.Ultimate V7/Learun.Application.Web/Controllers/HomeController.cs index 575d67748..c991b88a0 100644 --- a/Learun.Framework.Ultimate V7/Learun.Application.Web/Controllers/HomeController.cs +++ b/Learun.Framework.Ultimate V7/Learun.Application.Web/Controllers/HomeController.cs @@ -61,6 +61,11 @@ namespace Learun.Application.Web.Controllers return View(); } + public ActionResult SSOApplication() + { + return View(); + } + public ActionResult NeedToDoForm() { var userinfo = LoginUserInfo.Get(); diff --git a/Learun.Framework.Ultimate V7/Learun.Application.Web/Learun.Application.Web.csproj b/Learun.Framework.Ultimate V7/Learun.Application.Web/Learun.Application.Web.csproj index 7cce5c544..4ad27cb59 100644 --- a/Learun.Framework.Ultimate V7/Learun.Application.Web/Learun.Application.Web.csproj +++ b/Learun.Framework.Ultimate V7/Learun.Application.Web/Learun.Application.Web.csproj @@ -6904,6 +6904,7 @@ + diff --git a/Learun.Framework.Ultimate V7/Learun.Application.Web/Views/Home/SSOApplication.cshtml b/Learun.Framework.Ultimate V7/Learun.Application.Web/Views/Home/SSOApplication.cshtml new file mode 100644 index 000000000..a9e8e0bb3 --- /dev/null +++ b/Learun.Framework.Ultimate V7/Learun.Application.Web/Views/Home/SSOApplication.cshtml @@ -0,0 +1,143 @@ +@{ + ViewBag.Title = "title"; + Layout = "~/Views/Shared/_Index.cshtml"; +} + +
+ +
+