You are here

README.txt in Shibboleth Authentication 5.2

***********************************************************
Shibboleth Authetication module - Installation Instructions

Writen by Tamás Dévai: tamas.devai@niif.hu
***********************************************************

Module description:
You can use Shibboleth 1.3 or above authentication whit this module in Drupal
system.

Configure:
The Shibboleth handler's URL: This is the shib SP handler url. By default is
/Shibboleth.sso, but you can change that in apache config. REQUIRE

The Shibboleth handler's protocol: http or https. Https is very recommended in
production site! REQUIRE

The WAYF's location: this is url of the Where Are You From service. OPTIONAL

Generated log-in link from the settings: 
  - whit WAYF
    https://example.com/Shibboleth.sso/WAYF/INSTITUTE-WAYF?target=https://example.com/

  - whitout WAYF
    https://example.com/Shibboleth.sso/?target=https://example.com/

File

README.txt
View source
  1. ***********************************************************
  2. Shibboleth Authetication module - Installation Instructions
  3. Writen by Tamás Dévai: tamas.devai@niif.hu
  4. ***********************************************************
  5. Module description:
  6. You can use Shibboleth 1.3 or above authentication whit this module in Drupal
  7. system.
  8. Configure:
  9. The Shibboleth handler's URL: This is the shib SP handler url. By default is
  10. /Shibboleth.sso, but you can change that in apache config. REQUIRE
  11. The Shibboleth handler's protocol: http or https. Https is very recommended in
  12. production site! REQUIRE
  13. The WAYF's location: this is url of the Where Are You From service. OPTIONAL
  14. Generated log-in link from the settings:
  15. - whit WAYF
  16. https://example.com/Shibboleth.sso/WAYF/INSTITUTE-WAYF?target=https://example.com/
  17. - whitout WAYF
  18. https://example.com/Shibboleth.sso/?target=https://example.com/