From bc52966a7f0aa8a6c57707f64f839a63b044edde Mon Sep 17 00:00:00 2001 From: Tommy Parnell Date: Sat, 2 May 2015 11:25:11 -0400 Subject: [PATCH] lowercase url --- .../DeviantArt/DeviantAuthenticationOptions.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Owin.Security.Providers/DeviantArt/DeviantAuthenticationOptions.cs b/Owin.Security.Providers/DeviantArt/DeviantAuthenticationOptions.cs index f21d253..afa8daa 100644 --- a/Owin.Security.Providers/DeviantArt/DeviantAuthenticationOptions.cs +++ b/Owin.Security.Providers/DeviantArt/DeviantAuthenticationOptions.cs @@ -131,7 +131,7 @@ namespace Owin.Security.Providers.DeviantArt : base("DeviantArt") { Caption = Constants.DefaultAuthenticationType; - CallbackPath = new PathString("/signin-DeviantArt"); + CallbackPath = new PathString("/signin-deviantart"); AuthenticationMode = AuthenticationMode.Passive; Scope = new List {