IdentityServer3
IdentityServer3 copied to clipboard
Provide API for returning access_denied from login page.
https://github.com/IdentityServer/IdentityServer3/issues/2842#issuecomment-245772933
Hacked around and managed to get it working.... I feel unclean ;)
https://gist.github.com/slaneyrw/921076168c27c6eabd4d9f62b76a0954
disclaimer.... Works on my machine!
+1 I've had to implement this as well. It wouldn't be so bad if AuthorizeFormPostResult and AuthorizeRedirectResult were accessible. An API would allow me to delete some nasty code.