Skip to content

Integration improvements

Grigor Malo requested to merge integration-improvements into staging

Login and integration with drupal pages improvements:

  • post email in small caps when logging in, allowing user to use capital letters in email
  • allow selecting a different login method after clicking the email option
  • show alert for disabled SSO when there are no client id or redirect uri
  • disable SSO button until client id and redirect uri are fetched from the server
  • in /biointeractive-oauth check for currentUser instead of token in localStorage to verify if user is logged in (fixes error reported by Melissa that requires the user to go twice through the process of authorizing SSO)
  • render 404 component instead of entire 404 page when iframe source is missing, avoiding the rendering of double headers and footers in staging where we have no drupal installation
Edited by Grigor Malo

Merge request reports