oidc reloaded
This commit is contained in:
parent
adfaa1a587
commit
c65985477e
22 changed files with 558 additions and 255 deletions
|
|
@ -23,12 +23,6 @@ namespace Yavsc.ViewModels.Account
|
|||
/// </summary>
|
||||
/// <returns></returns>
|
||||
public string ReturnUrl { get; set; }
|
||||
/// <summary>
|
||||
/// This is the Url redirection used after a successfull resource grant
|
||||
/// to a legacy web browser client.
|
||||
/// </summary>
|
||||
/// <returns></returns>
|
||||
public string AfterLoginRedirectUrl { get; set; }
|
||||
|
||||
public IEnumerable<AuthenticationDescription> ExternalProviders { get; set; }
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue