lowercase url

This commit is contained in:
Tommy Parnell
2015-05-02 11:25:11 -04:00
parent 556858dbad
commit bc52966a7f

View File

@@ -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<string>
{