You are here

function shib_auth_account_link in Shibboleth Authentication 6.4

Same name and namespace in other branches
  1. 7.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
Generate the menu element to access the Shibboleth authentication module's administration page @returns HTML text of the administer menu element

File

./shib_auth_forms.inc, line 244
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());
}