This process is a sub process of the Signer Creation. It takes place in the user identification part and involves requesting an ID token for the Privileged User in order to perform the operations assigned to the Privileged User. The result is that an ID token is issued by the IdP to the requesting entity.
Sequence diagram
Figure 8: Sequence diagram of the doingCreationOfIDTokenForPrivUser process
|
Nr. |
Step |
Components |
Description |
|
23 doingCreationOfIDTokenForPrivUser |
|||
|
23.1 |
The SSA//SSSrv/UI requests the IdP for the creation of an ID Token. |
SSA//SSSrv/UI, IdP |
requestCreation OfIDTokenForPrivUser |
|
23.2 |
The IdP checks the request for the creation of an ID Token. |
IdP |
checkRequestCreation OfIDTokenForPrivUser |
|
23.3 |
The IdP creates the requested ID Token for the Privileged User. |
IdP |
createIDTokenForPrivUser |
|
23.4 |
The IdP signs the created ID Token. |
IdP |
signIDToken |
|
23.5 |
The IdP responses the SSA//SSSrv/UI by handing over the ID Token. |
IdP, SSA //SSSrv/UI |
confirmCreation OfIDTokenForPrivUser |
Table 8: Step-by-step description of the process doingCreationOfIDTokenForPrivUser