-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
eID Server implementation #32
Comments
soapfish requires lxml and iso8601 as dependencies. |
The WSDL is broken! Instead of
it has to be
because the XSD implements the same namespace (see w3schools). |
@nils-wisiol @zervnet is there a way to report this? |
Now using python-zsi and twisted for generation. Patching of First, change |
Not sure on how to report this to BSI. Can you elaborate on what exactly is wrong, why it is wrong and where did you get this file from? I'll get in touch with BSI. |
Communication with the eID client for online authentication is described in TR-03124-1, Section 2.5 (please see the chart on p14!). It uses the Extended Access Control Protocol (EAC Protocol) defined in TR-03112-7 (Section 3.6). The eID Service Certificate ("Berechtigungszertifikat") is sent in Section 3.6.4.1 (see bottom of p. 50). |
We can only use Governikus' eID Server. Closed. |
I started the implementation of the eID Server component specified in BSI TR-03130 Technical Guideline eID-Server, Part I: Functional Specification, Version 2.0.2. This file is accompanied by a zip file BSI TR-03130 TR-eID -Server Schemadateien.
I tried to generate a web service from the WSDL with soapfish. This failed.
So I ran the WSDL trough an online WSDL analyzer. This revealed that
external/saml-schema-assertion-2.0.xsd
links to the, as of writing this, no longer available xmldsig-core-schema.xsd. A copy is available in the wayback machine.Next steps are to patch the
external/saml-schema-assertion-2.0.xsd
that links to the xsd and retry the entire soapfish process again.The text was updated successfully, but these errors were encountered: