c# - remote login identityserver3 -
i'm trying connect existing behaviour identityserver3. want happen when post login form username , password can call identityserver , authenticate in single post request. there existing helpers support this? sorry if has been asked i've been trawling around day , haven't found anything.
so have figured out after loads of reading , playing, wanted resourceowner flow allow me authenticate without browser. isn't recommended loose sso benefits. other approach looked @ pass post form values, username , password preauthenticate method on identity server. seemed extremely hacky me. i'll use normal flow if client allow it.
Comments
Post a Comment