„Drupal Shibboleth module” változatai közötti eltérés

Innen: KIFÜ Wiki
(létrehozás, autosave)
 
(Configuring Shibboleth: incomplete)
11. sor: 11. sor:
 
== Configuration ==
 
== Configuration ==
 
=== Configuring Shibboleth ===
 
=== Configuring Shibboleth ===
You should be familiar with protecting resources with Shibboleth before using this module. Please check that Shibboleth authentication is working for that location and necessary attributes are exported to the headers. You can enable DEBUG mode to see the whole $_SERVER array. If you can see Shibboleth attributes there, you're fine.
+
You should be familiar with protecting resources with Shibboleth before using this module. Please check that Shibboleth authentication is working for that location and all the necessary attributes are exported to the headers. You can enable DEBUG mode to see the whole $_SERVER array. If you can see Shibboleth attributes there, you're fine.
 +
 
 +
In Shibboleth there are two modes for protecting resources:
 +
* '''Lazy Sessions''':
 +
* '''"Strict" Sessions''' (normal sessions):
 +
 
 
=== Setting Shibboleth parameters for the module ===
 
=== Setting Shibboleth parameters for the module ===
 
=== Automatic role assignment ===
 
=== Automatic role assignment ===

A lap 2008. szeptember 2., 16:11-kori változata

Drupal shib_auth module enables Shibboleth authentication for Drupal CMS.

Installation

TODO

Compatibility

Module is developed for Drupal 6.x. We try to backport new features to 5.x from time to time, though it might take several weeks. If you can help backporting, please contact aai _AT_ niif _DOT_ hu!

Older versions of Drupal are not supported, nor is Drupal 7 as long as it is not the stable branch.

Upgrading module

There is no upgrade procedure (yet). Please uninstall the module before upgrading. It is reported that sometimes disabling module and removing its directory is not enough.

Configuration

Configuring Shibboleth

You should be familiar with protecting resources with Shibboleth before using this module. Please check that Shibboleth authentication is working for that location and all the necessary attributes are exported to the headers. You can enable DEBUG mode to see the whole $_SERVER array. If you can see Shibboleth attributes there, you're fine.

In Shibboleth there are two modes for protecting resources:

  • Lazy Sessions:
  • "Strict" Sessions (normal sessions):

Setting Shibboleth parameters for the module

Automatic role assignment

Change log