Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The end result of the oauth2 flow is 2 two JWT tokens: the access_token and the id_token. The user information can be found in the following attributes of the id_token in the following attributes:

  • nationalRegistryId

    • The social security number

  • certificate

    • The certificate generated by the authenticator as a result of the user authentication

  • name

    • The display name of the user

...

5. Reference integration

A reference nodejs Node.js client can be found here.

A postman collection that replicated the oauth2 flow can be found here.

...