IdP REST Interface: /id-token/sad

Purpose

This operation is called to embed the public key passed with the request as an extension in the Id token.

Interface

IdP REST Interface (siehe [IF_IDP])

Method of use

The operation is called by a client software according to the specification as POST method on the IdP REST interface (see[IF_IDP]).

Input

Parameter

Type

Description

idToken

String

The ID token to be extended by the public part of the SAD Signing key.

sadPublicKey

String

The public key by which the ID token is to be extended.

Output

Parameter

Type

Description

idTokenMod

String

The ID token extended by the public part of the SAD Signing key.

Error messages

Type

Reason

400

Invalid request ("invalid request data")

404

Unauthorized access to the resource ("authenticated session not available")

500

Internal server error ("unexpected internal error")

Table 47: Operation /id-token/sad