summaryrefslogtreecommitdiffstats
path: root/samples/OpenIdProviderMvc/Global.asax.cs
diff options
context:
space:
mode:
Diffstat (limited to 'samples/OpenIdProviderMvc/Global.asax.cs')
-rw-r--r--samples/OpenIdProviderMvc/Global.asax.cs4
1 files changed, 4 insertions, 0 deletions
diff --git a/samples/OpenIdProviderMvc/Global.asax.cs b/samples/OpenIdProviderMvc/Global.asax.cs
index b0d1b60..4cfc6fe 100644
--- a/samples/OpenIdProviderMvc/Global.asax.cs
+++ b/samples/OpenIdProviderMvc/Global.asax.cs
@@ -22,6 +22,10 @@
"user/{id}/{action}",
new { controller = "User", action = "Identity", id = string.Empty });
routes.MapRoute(
+ "PPID identifiers",
+ "anon/{anonId}",
+ new { controller = "User", action = "Identity", id = string.Empty });
+ routes.MapRoute(
"Default", // Route name
"{controller}/{action}/{id}", // URL with parameters
new { controller = "Home", action = "Index", id = string.Empty }); // Parameter defaults