Projet

Général

Profil

Development #10107

Development #9333: SAML IdP proxy based on django-mellon

Use django-mellon to handle simple SSO from another IdP

Ajouté par Benjamin Dauvergne il y a environ 8 ans. Mis à jour il y a plus de 7 ans.

Statut:
Fermé
Priorité:
Normal
Assigné à:
Catégorie:
SAML
Version cible:
-
Début:
26 février 2016
Echéance:
% réalisé:

100%

Temps estimé:
Patch proposed:
Non
Planning:

Description

This is a beta development, there will be a second version of this development.

Révisions associées

Révision a9eec833 (diff)
Ajouté par Benjamin Dauvergne il y a environ 8 ans

Implement beta version of SAML authentication using django-mellon (fixes #10107)

To test it, you could add to your settings:

A2_AUTH_SAML_ENABLE = True
MELLON_IDENTITY_PROVIDERS = [ {
'METADATA_URL': 'https://cresson.entrouvert.org/idp/saml2/metadata',
}
]
MELLON_ATTRIBUTE_MAPPING = {
'email': '{attributes[email][0]',
'first_name': '{attributes[first_name][0]}',
'last_name': '{attributes[last_name][0]}',
}

Requirement is that your IdP is sending 3 attributes named, email, first_name
and last_name.

Historique

#2

Mis à jour par Benjamin Dauvergne il y a environ 8 ans

  • Statut changé de Nouveau à Résolu (à déployer)
  • % réalisé changé de 0 à 100
#3

Mis à jour par Benjamin Dauvergne il y a environ 8 ans

  • Tâche parente mis à #9333
#4

Mis à jour par Benjamin Dauvergne il y a plus de 7 ans

  • Statut changé de Résolu (à déployer) à Fermé

Formats disponibles : Atom PDF