You are here

function shib_auth_account_link in Shibboleth Authentication 7.4

Same name and namespace in other branches
  1. 6.4 shib_auth_forms.inc \shib_auth_account_link()

This function manages account linking.

1 string reference to 'shib_auth_account_link'
shib_auth_menu in ./shib_auth.module
Implements hook_menu().

File

./shib_auth_forms.inc, line 257
Drupal forms of the Shibboleth authentication module.

Code

function shib_auth_account_link() {
  $_SESSION['shib_auth_account_linking'] = TRUE;
  drupal_goto(shib_auth_generate_login_url());
}