Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

Summary:
Add “User Id” claim on login

Ticket:
SSO-247 - Getting issue details... STATUS

Detail:
Ability to retrieve the User Id without having to make additional calls to resolve User Id by Username.


Summary:
GET UserIdentityRoles - Fix for “Bad Request” when no roles assigned

Ticket:
SSO-246 - Getting issue details... STATUS

Detail:

GET /users/{userId}/identities/{userIdentityId}/roles
Previously this would return 400 Bad Request when no roles assigned. A fix has been applied for this.


Summary:
Ability to delete a User by Id

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

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.


  • No labels