Versions Compared

Key

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

...

Detail:
API clients can now delete a User by Id

...

Summary:
Return first identity as current when calling GET /users/<user-id>/identities/current

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

Detail:

  1. Create a new User

  2. Create few Identities to this user.

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

    1. The first Identity returns as current.

...