Versions Compared

Key

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

...

Ticket:
https://seko.atlassian.net/browse/SSSO-253

Detail:
Create a new User

  1. Create few Identities to this user.

  2. Call GET /users/<user-id>/identities/current

    1. The first Identity returns as current.

...

Summary:
JWT token now contains “userId“ field

Ticket:
https://seko.atlassian.net/browse/SSSO-247

Detail:
JWT token now contains “userId“ field with the value from UserService.IdentityManager.Users table:

...