summaryrefslogtreecommitdiffstats
path: root/projecttemplates/MvcRelyingParty/Global.asax.cs
diff options
context:
space:
mode:
Diffstat (limited to 'projecttemplates/MvcRelyingParty/Global.asax.cs')
-rw-r--r--projecttemplates/MvcRelyingParty/Global.asax.cs3
1 files changed, 3 insertions, 0 deletions
diff --git a/projecttemplates/MvcRelyingParty/Global.asax.cs b/projecttemplates/MvcRelyingParty/Global.asax.cs
index 14772ae..44c66b5 100644
--- a/projecttemplates/MvcRelyingParty/Global.asax.cs
+++ b/projecttemplates/MvcRelyingParty/Global.asax.cs
@@ -26,6 +26,9 @@
"Default",
"{controller}/{action}/{id}",
new { controller = "Home", action = "Index", id = string.Empty });
+ routes.MapRoute(
+ "OpenIdDiscover",
+ "Auth/Discover");
}
protected void Application_Start() {