Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Published by Scroll Versions from space PDOIDC and version Monaco_OIDC

...

On the other hand, if you don't want to store the user data, you may want to request Additional Information more often.

One option is to first use xID to authenticate the user without the need for Additional Information. Then, you can request Additional Information at a later time when it is necessary in the workflow, for instance during a checkout prosess. In this use case the id_token_hint option shold be used for the second request,

Another option is to We recommend that you postpone the authentication of the user until you know it is necessary to request Additional Information. In this case only one transaction will be sufficient.

...