I have a Drupal site that different users can log in to, there are more than one type of user e.g. 'representative' and 'owner'. I would like to provide a single link within Drupal that will direct a user to the MyDBR index page (in an new browser tab/window) and automatically log the user in to MyDBR so that they can view the relevant reports.
I could provide multiple urls in Drupal that go to specific reports, but would rather use the MyDBR index page to allow users to access the appropriate reports.
Does anyone have any hints on whether this is achievable? It seems as though it's SSO in reverse in that the user goes to Drupal first, then to MyDBR rather than the other way round.