OAuth Api call success
This commit is contained in:
parent
786fd17323
commit
f7c836aebd
21 changed files with 1510 additions and 1779 deletions
|
|
@ -167,7 +167,6 @@ namespace Yavsc.Controllers
|
|||
{
|
||||
primaryIdentity.AddClaim(new Claim("urn:oauth:scope", scope));
|
||||
}
|
||||
_logger.LogWarning("Logging user {principal} against {OAuthDefaults.AuthenticationType}");
|
||||
await authentication.SignInAsync(OAuthDefaults.AuthenticationType, principal);
|
||||
}
|
||||
if (!string.IsNullOrEmpty(Request.Form["submit.Deny"]))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue