CEBIT - Der Webshop Prototyp
Dieses Paket dient als Umgebung zur Integration und zum Test neuer Features
des Identitätsmanagers [IDMAN].
Es basiert auf einem Webserver [Jigsaw]
der sowohl als Server als auch als Proxy Verwendung findet.
Prototyp
Realisiert:
- Identitätsverwaltung für den Proxynutzer und den Dienstanbieter
- Anforderung und Übertragung personenbezogener Daten
- Anzeige der gesammelten Daten
- Anforderung und Übermittlung von Treuhändern zertifizierter Pseudonymzertifikate
- Einfache Oberfläche zur Verwaltung dreier Rollen
Nutzt:
- Verbindungssicherung [SSONET]
- Identitätsmanager [IDMAN]
Aktuelle Version
Änderungen
- Batch Startdateien für MS Windows (r)
- Servlet Unterstützung
Benötigte Bibliotheken
Die Datei libs.zip (ca. 6,4MB) enthält alle für die
Identitätmanagement-Tools benötigten Bibliotheken.
You have to use Jigsaws JigAdmin to configure the Frames on your own.
This is done for the server by the following steps:
- within webshop create a resource called SecInfoFrame of the type org.w3c.tools.resources.FramedResource
- add the org.w3c.jigsaw.frames.SecInfoFrame to it
- within webshop create the resource ShopFrame of the type org.w3c.tools.resources.FramedResource
- add the org.w3c.jigsaw.frames.ShopFrame to it
Note: this may change in future versions as the shop is ported to servlets.
For the proxy you need to:
- within root create a resource called proxy of the type org.w3c.tools.resources.FramedResource
- add the org.w3c.jigsaw.proxy.IDMProxyFrame to proxy
- add a org.w3c.jigsaw.auth.GenericAuthFilter to the IDMProxyFrame
- within root create a resource called role of the type org.w3c.tools.resources.FramedResource
- add the org.w3c.jigsaw.frames.RoleFrame to role
- add a org.w3c.jigsaw.auth.GenericAuthFilter to the RoleFrame
- switch to Realm and create the Realm Role
- create the users "Anonym", "Surfen" and "Einkauf" with their names as their passwords (commit every change)
- edit the two GenericAuthFilters and select Role as their realm (commit) and add the three users
- specify in Properties/general proxy as new root for this server
- for the three proxy users create the corresponding mozilla profiles, point their proxy entries to host localhost port 8004
Dokumentation
Derzeitige Entwickler
- Thomas Kriegelstein, Sebastian Clauß
|