You are here

windows_aad.inc in OpenID Connect Microsoft Azure Active Directory client 7

File

plugins/openid_connect_client/windows_aad/windows_aad.inc
View source
<?php

/**
 * @file
 * Provides a generic OpenID Connect client plugin.
 *
 * Used to login to Drupal sites powered by Windows
 * sites powered by oauth2-server-php.
 */
$plugin = array(
  'title' => t('Windows Azure AD'),
  'class' => 'OpenidConnectWindowsAadClient',
);