Skip to content

Commit

Permalink
..
Browse files Browse the repository at this point in the history
  • Loading branch information
szabogyula committed Apr 26, 2016
1 parent 38b90ab commit ccdfb58
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
SSP IdP authsource for aai/vho
# SSP IdP authsource for aai/vho

composer require niif/simplesamlphp-module-authVHO
## Install

`composer require niif/simplesamlphp-module-authvho`

## Configure

config/authsources.php

```
'authVHO' => array(
'default-sp' => array(
'authVHO:authVHO',
'vho_login_url' => 'https://your.vho.com/loginForIdp'
),
Expand Down
2 changes: 1 addition & 1 deletion www/resume.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@
*
* @package SimpleSAMLphp
*/
sspmod_authVHO_Auth_Source_authVHO::resume();
\SimpleSAML\Module\authVHO\Auth\Source\authVHO::resume();

0 comments on commit ccdfb58

Please sign in to comment.