From cf1162709b87767f650d1ded8a0912e03f6e7fa1 Mon Sep 17 00:00:00 2001 From: Ryan Rathsam Date: Thu, 16 Jul 2020 16:05:28 -0400 Subject: [PATCH] Adding the new ubccr/simplesamlphp-module-authoidcoauth2 module --- composer.json | 3 ++- composer.lock | 51 +++++++++++++++++++++++++++++++++++++++++++++++++-- 2 files changed, 51 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index 0203928c8f..96ca5a24c7 100644 --- a/composer.json +++ b/composer.json @@ -29,7 +29,8 @@ "taq/pdooci": "^1.0", "tildeio/rsvpjs-min-file": "^3.0.18", "ubccr/log": "1.13.2", - "ubccr/simplesamlphp-module-authglobus": "^1.3" + "ubccr/simplesamlphp-module-authglobus": "^1.3", + "ubccr/simplesamlphp-module-authoidcoauth2": "^1.0" }, "require-dev": { "phpunit/phpunit": "~4.8", diff --git a/composer.lock b/composer.lock index 470a37db19..dd6657cd33 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "7fb93eca649c895abfdc343c651728fe", + "content-hash": "e726680133e3604a59d3faffbad9d678", "packages": [ { "name": "apache/commons-beanutils", @@ -2442,6 +2442,52 @@ "description": "Globus Auth module for SimpleSAMLphp.", "time": "2018-09-10T15:22:34+00:00" }, + { + "name": "ubccr/simplesamlphp-module-authoidcoauth2", + "version": "1.0.2", + "source": { + "type": "git", + "url": "https://github.com/ubccr/simplesamlphp-module-authoidcoauth2.git", + "reference": "2b61de49a7ed984e25097269b68f473cace2ea5d" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/ubccr/simplesamlphp-module-authoidcoauth2/zipball/2b61de49a7ed984e25097269b68f473cace2ea5d", + "reference": "2b61de49a7ed984e25097269b68f473cace2ea5d", + "shasum": "" + }, + "require": { + "simplesamlphp/composer-module-installer": "~1.0" + }, + "require-dev": { + "simplesamlphp/simplesamlphp": "^1.14", + "squizlabs/php_codesniffer": "2.8.0" + }, + "type": "simplesamlphp-module", + "notification-url": "https://packagist.org/downloads/", + "license": [ + "LGPL-3.0" + ], + "authors": [ + { + "name": "Open XDMoD", + "email": "ccr-xdmod-help@buffalo.edu", + "role": "Open XDMoD Project Team, University at Buffalo" + }, + { + "name": "Ben Plessinger", + "email": "bpless@buffalo.edu", + "role": "Senior Scientific Programmer, University at Buffalo" + }, + { + "name": "Ryan Rathsam", + "email": "ryanrath@buffalo.edu", + "role": "Scientific Programmer, University at Buffalo" + } + ], + "description": "Oauth2 / OIDC auth module for SimpleSAMLphp.", + "time": "2020-07-16T19:53:52+00:00" + }, { "name": "whitehat101/apr1-md5", "version": "v1.0.0", @@ -3506,5 +3552,6 @@ "platform-dev": [], "platform-overrides": { "php": "5.4" - } + }, + "plugin-api-version": "1.1.0" }