tapis-project / authenticator

BSD 3-Clause "New" or "Revised" License
1 stars 3 forks source link

response_type dropped in login template, causes issue in Implicit flow #66

Closed joestubbs closed 4 months ago

joestubbs commented 9 months ago

Currently, the client_response_type is not being passed along during the login process, and this causes an issue for the implicit flow. The fix is to update the service/templates/login.html template to store the client_response_type in the form, as is being done in all of the other templates.