diff options
| author | Thomas Lenz <tlenz@iaik.tugraz.at> | 2014-10-24 13:48:32 +0200 | 
|---|---|---|
| committer | Thomas Lenz <tlenz@iaik.tugraz.at> | 2014-10-24 13:48:32 +0200 | 
| commit | 77cf01db81c74ebbe0e0d2da58e22c5f7c861ab5 (patch) | |
| tree | e8598ee4434157559edb362ef6a98c344e4b5bfd /id/server/doc/handbook/protocol | |
| parent | 73cdf1fbc4794e173e97da67557a44c2026e1ad6 (diff) | |
| download | moa-id-spss-77cf01db81c74ebbe0e0d2da58e22c5f7c861ab5.tar.gz moa-id-spss-77cf01db81c74ebbe0e0d2da58e22c5f7c861ab5.tar.bz2 moa-id-spss-77cf01db81c74ebbe0e0d2da58e22c5f7c861ab5.zip | |
add new classes for Role management
Diffstat (limited to 'id/server/doc/handbook/protocol')
| -rw-r--r-- | id/server/doc/handbook/protocol/protocol.html | 8 | 
1 files changed, 8 insertions, 0 deletions
| diff --git a/id/server/doc/handbook/protocol/protocol.html b/id/server/doc/handbook/protocol/protocol.html index e7658875c..c2dcddd03 100644 --- a/id/server/doc/handbook/protocol/protocol.html +++ b/id/server/doc/handbook/protocol/protocol.html @@ -700,6 +700,10 @@ Redirect Binding</td>      <td>4400</td>      <td>Fehler beim Generieren der Anmeldedaten</td>    </tr> +  <tr> +    <td>4401</td> +    <td>Die Anmeldung am federierten IDP ist fehlgeschlagen.</td> +  </tr>  </table>  <h3><a name="statuscodes_6xxxx" id="allgemeines_zugangspunkte9"></a>1.3.3 Statuscodes 6xxxx</h3>  <p>Alles Statuscodes beginnend mit der Zahl sechs beschreiben protokollspezifische Fehler die nicht durch das jeweilige Authentifizierungsprotokoll abgebildet werden.</p> @@ -811,6 +815,10 @@ Redirect Binding</td>      <td>9007</td>      <td>Der SZR-Gateway Client konnte nicht initialisiert werden.</td>    </tr> +  <tr> +    <td>9008</td> +    <td>Fehlerhafte Interfederation Konfiguration</td> +  </tr>  </table>  <h4><a name="statuscodes_91xxx" id="allgemeines_zugangspunkte15"></a>1.3.4.2 Interne Fehler (91xxx)</h4>  <table width="1237" border="1"> | 
