Skip to content
Snippets Groups Projects
Commit 0bbe3de1 authored by Tim van Dijen's avatar Tim van Dijen
Browse files

Remove authlinkedin from repository; LinkedIn no longer supports oAuth1

parent b1714fe0
No related branches found
No related tags found
No related merge requests found
...@@ -49,7 +49,6 @@ php "$TARGET/composer.phar" install --no-dev --prefer-dist -o -d "$TARGET" ...@@ -49,7 +49,6 @@ php "$TARGET/composer.phar" install --no-dev --prefer-dist -o -d "$TARGET"
# Install external modules # Install external modules
php "$TARGET/composer.phar" require --update-no-dev simplesamlphp/simplesamlphp-module-adfs php "$TARGET/composer.phar" require --update-no-dev simplesamlphp/simplesamlphp-module-adfs
php "$TARGET/composer.phar" require --update-no-dev simplesamlphp/simplesamlphp-module-authfacebook php "$TARGET/composer.phar" require --update-no-dev simplesamlphp/simplesamlphp-module-authfacebook
php "$TARGET/composer.phar" require --update-no-dev simplesamlphp/simplesamlphp-module-authlinkedin
php "$TARGET/composer.phar" require --update-no-dev simplesamlphp/simplesamlphp-module-authtwitter php "$TARGET/composer.phar" require --update-no-dev simplesamlphp/simplesamlphp-module-authtwitter
php "$TARGET/composer.phar" require --update-no-dev simplesamlphp/simplesamlphp-module-authx509 php "$TARGET/composer.phar" require --update-no-dev simplesamlphp/simplesamlphp-module-authx509
php "$TARGET/composer.phar" require --update-no-dev simplesamlphp/simplesamlphp-module-authyubikey php "$TARGET/composer.phar" require --update-no-dev simplesamlphp/simplesamlphp-module-authyubikey
......
...@@ -162,21 +162,6 @@ $config = [ ...@@ -162,21 +162,6 @@ $config = [
], ],
*/ */
/*
// Twitter OAuth Authentication API.
// Register your application to get an API key here:
// http://twitter.com/oauth_clients
'twitter' => [
'authtwitter:Twitter',
'key' => 'xxxxxxxxxxxxxxxx',
'secret' => 'xxxxxxxxxxxxxxxx',
// Forces the user to enter their credentials to ensure the correct users account is authorized.
// Details: https://dev.twitter.com/docs/api/1/get/oauth/authenticate
'force_login' => false,
],
*/
/* /*
// Microsoft Account (Windows Live ID) Authentication API. // Microsoft Account (Windows Live ID) Authentication API.
// Register your application to get an API key here: // Register your application to get an API key here:
......
...@@ -7,7 +7,6 @@ ...@@ -7,7 +7,6 @@
!/admin/ !/admin/
!/authcrypt/ !/authcrypt/
!/authfacebook/ !/authfacebook/
!/authlinkedin/
!/authorize/ !/authorize/
!/authtwitter/ !/authtwitter/
!/authwindowslive/ !/authwindowslive/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment