diff options
author | Thomas Lenz <tlenz@iaik.tugraz.at> | 2014-11-03 09:37:02 +0100 |
---|---|---|
committer | Thomas Lenz <tlenz@iaik.tugraz.at> | 2014-11-03 09:37:02 +0100 |
commit | db040cc2832f845db0919d1c4e2b034b8737ef24 (patch) | |
tree | e683e806c2e74358559f62ec43212757e5954fd8 /id/server/doc/handbook | |
parent | bc1de58de93532b7f819a7feabc57961baef41ba (diff) | |
download | moa-id-spss-db040cc2832f845db0919d1c4e2b034b8737ef24.tar.gz moa-id-spss-db040cc2832f845db0919d1c4e2b034b8737ef24.tar.bz2 moa-id-spss-db040cc2832f845db0919d1c4e2b034b8737ef24.zip |
add check if requested STORK-QAA level matches auth QAA level
Diffstat (limited to 'id/server/doc/handbook')
-rw-r--r-- | id/server/doc/handbook/protocol/protocol.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/id/server/doc/handbook/protocol/protocol.html b/id/server/doc/handbook/protocol/protocol.html index e7658875c..1c6e51661 100644 --- a/id/server/doc/handbook/protocol/protocol.html +++ b/id/server/doc/handbook/protocol/protocol.html @@ -632,6 +632,10 @@ Redirect Binding</td> <td>1204</td> <td>Ein STORK Attribut weißt ein fehlerhaftes Format auf.</td> </tr> + <tr> + <td>1205</td> + <td>Der geforderte QAA Level ist höher als der QAA Level der gewählten Authentifizierungsmethode</td> + </tr> </table> <h3><a name="statuscodes_4xxxx" id="allgemeines_zugangspunkte8"></a>1.3.2 Statuscodes 4xxxx</h3> <p>Alles Statuscodes beginnend mit der Zahl vier beschreiben Fehler die während der Kommunikation mit externen Services aufgetreten sind.</p> |