You are here

Functions in OpenID Connect / OAuth client 8

Primary tabs

Namesort descending Location Description Direct uses Strings
file_save_data tests/src/Unit/UserPasswordFixture.php Mock of the file_save_data function. 1
hook_openid_connect_claims_alter ./openid_connect.api.php Modify the list of claims.
hook_openid_connect_client_info_alter ./openid_connect.api.php Alter the OpenID Connect client plugins information.
hook_openid_connect_post_authorize ./openid_connect.api.php OpenID Connect post authorize hook.
hook_openid_connect_pre_authorize ./openid_connect.api.php OpenID Connect pre authorize hook.
hook_openid_connect_save_userinfo Deprecated ./openid_connect.api.php Save userinfo hook.
hook_openid_connect_userinfo_alter ./openid_connect.api.php Alter the user information provided by the identity provider.
hook_openid_connect_userinfo_claim_alter ./openid_connect.api.php Userinfo claim alter hook.
hook_openid_connect_userinfo_save ./openid_connect.api.php Save userinfo hook.
hook_openid_connect_user_properties_ignore_alter ./openid_connect.api.php Alter the user properties to be ignored for mapping.
hook_openid_connect_user_properties_to_skip_alter Deprecated ./openid_connect.api.php Alter hook to alter the user properties to be skipped for mapping.
openid_connect_complete_authorization Deprecated ./openid_connect.module Complete the authorization after tokens have been retrieved.
openid_connect_connect_account Deprecated ./openid_connect.module Connect an external OpenID Connect account to a Drupal user account.
openid_connect_connect_current_user Deprecated ./openid_connect.module Connect the current user's account to an external provider.
openid_connect_create_user Deprecated ./openid_connect.module Creates a user indicating sub-id and login provider.
openid_connect_disconnect_account Deprecated ./openid_connect.module Disconnect an external OpenID Connect account from a Drupal user account.
openid_connect_entity_property_info_alter ./openid_connect.module Implements hook_entity_property_info_alter().
openid_connect_extract_sub Deprecated ./openid_connect.module Get the 'sub' property from the user data and/or user claims.
openid_connect_form_user_form_alter ./openid_connect.module Implements hook_form_FORM_ID_alter() for form_user_form.
openid_connect_form_user_login_form_alter ./openid_connect.module Implements hook_form_FORM_ID_alter().
openid_connect_form_user_pass_alter ./openid_connect.module Implements hook_form_FORM_ID_alter().
openid_connect_form_user_profile_form_alter ./openid_connect.module Implements hook_form_FORM_ID_alter().
openid_connect_generate_username Deprecated ./openid_connect.module Generate a username for a new account.
openid_connect_help ./openid_connect.module Implements hook_help().
openid_connect_login_user Deprecated ./openid_connect.module Logs in a user.
openid_connect_save_destination Deprecated ./openid_connect.module Save the current path in the session, for redirecting after authorization.
openid_connect_save_userinfo Deprecated ./openid_connect.module Saves user profile information into a user account. 1
openid_connect_schema ./openid_connect.install Implements hook_schema().
openid_connect_set_password_access Deprecated ./openid_connect.module Find whether the user is allowed to change their own password.
openid_connect_update_8101 ./openid_connect.install Add default config for Facebook and LinkedIn provider.
openid_connect_update_8102 ./openid_connect.install Add default config for GitHub provider.
openid_connect_update_8103 ./openid_connect.install Update the active config with the registration override value.
openid_connect_update_8104 ./openid_connect.install Update the active config with the connect existing users value.
openid_connect_update_8105 ./openid_connect.install Delete duplicate entries in the openid_connect_authmap table.
openid_connect_update_8106 ./openid_connect.install Add default config for Okta provider.
openid_connect_username_exists Deprecated ./openid_connect.module Check if a user name already exists.
openid_connect_user_cancel ./openid_connect.module Implements hook_user_cancel().
openid_connect_user_delete ./openid_connect.module Implements hook_ENTITY_TYPE_delete() for user.
openid_connect_user_format_name_alter ./openid_connect.module Implements hook_user_format_name_alter().
openid_connect_user_insert ./openid_connect.module Implements hook_user_insert().
user_login_finalize tests/src/Unit/UserPasswordFixture.php Override the user_login_finalize function. 2
user_password tests/src/Unit/UserPasswordFixture.php Override the user_password function if it does not exist. 1
_openid_connect_user_pass_form_validate ./openid_connect.module Validate user password reset form on existing connections with openid. 1

Other projects