Login to External URL for Bearer Token
I've got Bearer Token using a JWT working in the swagger UI. Now I want the UI to have username/password fields that would hit an external url and then use the resulting jwt for authorization. Seems like Basic authorization but it would use the url like this to : POST www.coretokenservice.com/api/admin/login?username=Mike&password=fakePWD How can i do this?