I would like to have a user be able to have their login information sent to an IdentityServer API for authentication, and then have the IdentityServer API authenticate, and pass the token back to my falling app if possible. automatically.
In other words, I don't want to have to put the information into the IdentityServer API, but instead want to pass the login and password instead through the URL if it can be secure.