Développement #5541
closedAdd a page to manage providers
0%
Description
It would be nice to have a /manage/providers/ page that would allow to easily create/etc. (saml/oauth/...) providers.
Maybe I should do real mockups about this but the idea would be to have [new] and [new from metadata] buttons, [new from metadata] would allow an upload or an URL. [new] would first ask for the type of service (saml/oauth/...) then ask for a minimal set of parameters (looking at simplesamlphp, for saml providers it could be AssertionConsumerService, SingleLogoutService, NameIDFormat, and a field to select the attribute to use as nameid, if relevant).
Then it's just like the other /manage/ pages, search/modify/delete and stuff.
Updated by Benjamin Dauvergne over 11 years ago
- Assignee set to Benjamin Dauvergne
- Priority changed from Normal to Haut
Updated by Benjamin Dauvergne over 11 years ago
- Related to Développement #5540: Possibility to create saml service provider from its AssertionConsumerService endpoint added
Updated by Benjamin Dauvergne over 11 years ago
- Related to Développement #751: Improve the manager based on RBAC added
Updated by Benjamin Dauvergne over 11 years ago
- Target version changed from future to 2.1.12
Updated by Benjamin Dauvergne over 11 years ago
For now each idp module use its own model to instantiate services (they have no base model they can share) so for now, each services will be listed in its own listing.
Orga > Services [ Ajouter un service ]
[ CAS ] | Nom | EntityID |
SAML | 1 Service1 | |
[ OAuth2 ] | 2 Servoce2 | |
| | |
Each IdP backend should provide configuration for a listing view, a django-tables2 Table object, a creation and edit view. IdP backend object should have a get_service_manager() method, this method will return a Table object and an urlpattern() object.
Updated by Benjamin Dauvergne over 11 years ago
- Target version changed from 2.1.12 to 2.1.13
Updated by Benjamin Dauvergne over 11 years ago
- Target version changed from 2.1.13 to 2.2.0
Updated by Frédéric Péters [parti] over 11 years ago
- Priority changed from Haut to Normal
Updated by Benjamin Dauvergne over 11 years ago
- CAS and SAML services have a base model: authentic2.Service
- They should share some common functionnalities
- service roles and their attributes
- authentication level constraint
Updated by Paul Marillonnet over 6 years ago
- Related to Développement #39406: Fournir dans le backoffice (/manage/) des écrans de configuration de la gestion et de la fourniture des identités added
Updated by Benjamin Dauvergne over 4 years ago
- Assignee deleted (
Benjamin Dauvergne)
Updated by Valentin Deniaud almost 4 years ago
- Status changed from Nouveau to Fermé
- Planning set to No
On a désormais /manage/authenticators/.