fixe l'impact OAuth sheme
This commit is contained in:
parent
fb1eaee20d
commit
494a840f70
4 changed files with 38 additions and 30 deletions
|
|
@ -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" },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue