python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
openiddict - Using ListAsync method on IOpenIddictScopeStore
I am using openiddict library from https://github.com/openiddict.
I need to list all the scopes where display name matches specified filter criteria on request to api. However, I can't figure out how ...
Nish26
Votes: 0
Answers: 1
Return type as SignIn
return SignIn(new ClaimsPrincipal(identity), OpenIddictServerAspNetCoreDefaults.AuthenticationScheme);
This cause an error SignIn does not exist in current context
Lal P J
Votes: 0
Answers: 0
HttpContext does not contain definition for GetOpenIddictServerRequest
var request = HttpContext.GetOpenIddictServerRequest();
Am I missing any namespace ?
Lal P J
Votes: 0
Answers: 2
Login Page redirect is missing port - OpenIddict/MSIdentity & Blazor on nginx production server
I'm working on a Blazor project (asp.net core hosted) that is published on a Linux host, with Nginx which is working as a web server and proxy to redirect calls to my domain with a specific port to my...
Zasam
Votes: 0
Answers: 1