fixe l'impact OAuth sheme

This commit is contained in:
Paul Schneider 2016-06-10 03:00:24 +02:00
commit 494a840f70
4 changed files with 38 additions and 30 deletions

View file

@ -13,7 +13,7 @@ namespace Yavsc
public const string ExternalLoginPath = "~/extsign";
public const string LogoutPath = "~/signout";
public const string MePath = "~/api/Me";
public const string ExternalAuthenticationSheme = "ExternalCookie";
public const string ApplicationAuthenticationSheme = "ServerCookie";
public static readonly Scope[] SiteScopes = { 
new Scope { Id = "profile", Description = "Your profile informations" },