onelogin / drupal-saml

MIT License
14 stars 17 forks source link

Login in using Saml, should use drupal_get_destination for destination query logic #15

Closed chriscalip closed 8 years ago

pitbulk commented 9 years ago

When I apply this change in my local, the drupal create a destination=nodes Don't know why.

chriscalip commented 9 years ago

Right, it means drupal_get_destination function is taking over the logic and your probably logging in from the front page. drupal_get_destination will change destination depending on the context like loggin g in from the /user page will have a destination to user/%uid/ i believe; or if there is $_GET['destination']) available it uses that ..

chriscalip commented 8 years ago

maintenance.