diff options
| author | Thomas Lenz <tlenz@iaik.tugraz.at> | 2016-03-31 14:37:09 +0200 | 
|---|---|---|
| committer | Thomas Lenz <tlenz@iaik.tugraz.at> | 2016-03-31 14:37:09 +0200 | 
| commit | a2c787edb81084a0f7a1f01d79607121ff5ec2a4 (patch) | |
| tree | b29f1bcc7ea27ca7fa37520ddea2095d45f5b8fe /id/server/doc/handbook/protocol | |
| parent | 4a347b1c7784e2c756c2bcae973d3b6da0ba8e62 (diff) | |
| download | moa-id-spss-a2c787edb81084a0f7a1f01d79607121ff5ec2a4.tar.gz moa-id-spss-a2c787edb81084a0f7a1f01d79607121ff5ec2a4.tar.bz2 moa-id-spss-a2c787edb81084a0f7a1f01d79607121ff5ec2a4.zip | |
add errorcodes to eIDAS module functionality
Diffstat (limited to 'id/server/doc/handbook/protocol')
| -rw-r--r-- | id/server/doc/handbook/protocol/protocol.html | 46 | 
1 files changed, 46 insertions, 0 deletions
| diff --git a/id/server/doc/handbook/protocol/protocol.html b/id/server/doc/handbook/protocol/protocol.html index ff7921ad5..6713bd7a3 100644 --- a/id/server/doc/handbook/protocol/protocol.html +++ b/id/server/doc/handbook/protocol/protocol.html @@ -271,6 +271,13 @@ Redirect Binding</td>        <p><strong>Hinweis:</strong> Im Falle einer privatwirtschaftlichen Applikation ist die Stammzahl durch die wbPK ersetzt.</p></td>      </tr>      <tr> +      <td height="23">urn:oid:1.2.40.0.10.2.1.1.261.106</td> +      <td>MANDATE-TYPE-OID</td> +      <td align="center">mandate</td> +      <td> </td> +      <td>Bezeichnung als OID des verwendeten Vollmachten-Profils</td> +    </tr> +    <tr>        <td height="23">urn:oid:1.2.40.0.10.2.1.1.261.68</td>        <td>MANDATE-TYPE</td>        <td align="center">mandate</td> @@ -646,6 +653,45 @@ Redirect Binding</td>      <td>Der geforderte QAA Level ist höher als der QAA Level der gewählten Authentifizierungsmethode</td>    </tr>  </table> +<h5><a name="statuscodes_13xx" id="allgemeines_zugangspunkte26"></a>1.3.1.4 eIDAS (13xxx)</h5> +<table class="configtable"> +  <tr> +    <th width="13%">Statuscode</th> +    <th width="87%">Beschreibung</th> +  </tr> +  <tr> +    <td>1300</td> +    <td>Fehler beim Erstellen des eIDAS Authentifizierungsrequests</td> +  </tr> +  <tr> +    <td>1301</td> +    <td>Fehler beim Validieren der eIDAS Authentifizierungsresponse</td> +  </tr> +  <tr> +    <td>1302</td> +    <td>Response vom eIDAS Node enthält einen Fehler</td> +  </tr> +  <tr> +    <td>1303</td> +    <td>eIDAS Response beinhaltet nicht alle minimal erforderlichen Attribute</td> +  </tr> +  <tr> +    <td>1304</td> +    <td>Der ausgewählte eIDAS Node existiert nicht oder ist nicht konfiguriert</td> +  </tr> +  <tr> +    <td>1305</td> +    <td>eIDAS Request konnte nicht gültig verarbeitet werden</td> +  </tr> +  <tr> +    <td>1306</td> +    <td>Generierung dereIDAS Metadaten fehlgeschlagen</td> +  </tr> +  <tr> +    <td>1399</td> +    <td>Interner Fehler in der eIDAS SAML-Engine</td> +  </tr> +</table>  <h4><a name="statuscodes_4xxxx" id="allgemeines_zugangspunkte8"></a>1.3.2 Statuscodes 4xxxx</h4>  <p>Alles Statuscodes beginnend mit der Zahl vier beschreiben Fehler die während der Kommunikation mit externen Services aufgetreten sind.</p>  <h5><a name="statuscodes_40xxx" id="allgemeines_zugangspunkte19"></a>1.3.2.1 BKU (40xxxx)</h5> | 
