asp.net web api2 - Identity server 3, is it possible to have an api endpoint to get access tokens -
we have api offloads authentication implementation of identity server 3. when user uses our application directed identity server authenticate, either username , password or ad
for our functional tests need able authenticate api, there way authenticate id server via rest endpoint rather being directed webpage and/or callback url?
ideally hit endpoint id server application (with username, password, scopes etc) , return json body our access token.
is possible?
identity server 3 doesn't this, because it's bad idea send passwords. see also
Comments
Post a Comment