diff options
Diffstat (limited to 'id/server/doc/handbook/protocol/protocol.html')
| -rw-r--r-- | id/server/doc/handbook/protocol/protocol.html | 45 | 
1 files changed, 40 insertions, 5 deletions
| diff --git a/id/server/doc/handbook/protocol/protocol.html b/id/server/doc/handbook/protocol/protocol.html index a3a06bc6d..3b31dbfc0 100644 --- a/id/server/doc/handbook/protocol/protocol.html +++ b/id/server/doc/handbook/protocol/protocol.html @@ -559,6 +559,10 @@ Redirect Binding</td>      <td>1007</td>      <td>Vollmachtsmodus für ausländische Personen wird nicht unterstützt.</td>    </tr> +  <tr> +    <td>1008</td> +    <td>Es konnten nicht alle minimal erforderlichen Identifikations- oder Authentifikationsmerkmale ermittelt werden.</td> +  </tr>  </table>  <h5><a name="statuscodes_11xxx" id="allgemeines_zugangspunkte12"></a>1.3.1.2 Validierung (11xxx)</h5>  <table class="configtable"> @@ -691,24 +695,51 @@ Redirect Binding</td>  <h5><a name="statuscodes_43xxx" id="allgemeines_zugangspunkte22"></a>1.3.2.4 MOA SP/SS(43xxx)</h5>  <table class="configtable">    <tr> -    <th>Statuscode</th> -    <th>Beschreibung</th> +    <th width="23%">Statuscode</th> +    <th width="77%">Beschreibung</th>    </tr>    <tr>      <td>4300</td>      <td>Fehler beim Aufruf von MOA SP/SS</td>    </tr>  </table> -<h5><a name="statuscodes_44xxx" id="allgemeines_zugangspunkte23"></a>1.3.2.5 Interfederation (44xxx)</h5> +<h5><a name="statuscodes_44xxx" id="allgemeines_zugangspunkte23"></a>1.3.2.5 Interfederation (44xx)</h5>  <table class="configtable">    <tr> -    <th>Statuscode</th> -    <th>Beschreibung</th> +    <th width="23%">Statuscode</th> +    <th width="77%">Beschreibung</th>    </tr>    <tr>      <td>4400</td>      <td>Fehler beim Generieren der Anmeldedaten</td>    </tr> +  <tr> +    <td>4401</td> +    <td>Die Verwendung des angeforderten federated IDP ist nicht erlaubt</td> +  </tr> +</table> +<h5>1.3.2.6 Attributprovider (45xx)</h5> +<table class="configtable"> +  <tr> +    <th width="12%">Statuscode</th> +    <th width="88%">Beschreibung</th> +  </tr> +  <tr> +    <td>4500</td> +    <td>Der Zugriff auf einen Attributprovider ist nicht erlaubt</td> +  </tr> +  <tr> +    <td>4501</td> +    <td>Die Requestgenerierung für den Zugriff auf den Attributprovider schlug fehl</td> +  </tr> +  <tr> +    <td>4502</td> +    <td>Die Response vom Attributeprovider ist ungültig oder nicht errlaubt</td> +  </tr> +  <tr> +    <td>4503</td> +    <td>Die Response vom Attributeprovider beinhaltet einen Fehlercode</td> +  </tr>  </table>  <h4><a name="statuscodes_6xxxx" id="allgemeines_zugangspunkte9"></a>1.3.3 Statuscodes 6xxxx</h4>  <p>Alles Statuscodes beginnend mit der Zahl sechs beschreiben protokollspezifische Fehler die nicht durch das jeweilige Authentifizierungsprotokoll abgebildet werden.</p> @@ -844,6 +875,10 @@ Redirect Binding</td>      <td>Fehler bei der Verarbeitung eines Templates</td>    </tr>    <tr> +    <td>9104</td> +    <td>Fehler bei der Auswahl oder Initialisierung des gewünschten Anmeldeprozesses</td> +  </tr> +  <tr>      <td>9199</td>      <td>Allgemeiner interner Fehler</td>    </tr> | 
