Ejemplo n.º 1
0
        public async Task <IActionResult> Index([FromForm] string uname, [FromForm] string psd)
        {
            EcpState state = await _identityServer.SimpleAuthen(uname, psd);

            return(new JsonResult(state));
        }