Versions Compared

Key

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

...

  • A new connector Azure AD B2C SCIM Connector, has been introduced to facilitate identity management of Azure AD B2C (AD B2C)from EID. This means the customer identity data in your AD B2C system can be inventoried and automated from EID. The connector is a microservice that has the capability of,

    • Creating and managing records of group owners and members in AD B2C

    • Full inventory of group owners and members in AD B2C

    • Incremental inventory that captures only changes in group owners and members after the last inventory
      Currently, the connector supports the following operations on AD B2C

    • Get User: Retrieves a user based on their object ID.

    • Query Users: Queries users based on filters supported by the Graph API.

    • Query Users Paged: Queries users with pagination support.

    • Get Deleted Users: Retrieves users that have been deleted within a specified time range.

    • Get New or Updated Users: Retrieves users that have been created or updated within a specified time range.

    • Update User: Updates a user's information using their object ID.

    • Create User: Creates a new user account.

    • Delete User: Deletes a user account.

    • Get Group: Retrieves a group based on its object ID.

    • Query Groups: Queries groups.

    • Query Groups Paged: Queries groups with pagination support.

    • Get New or Updated Groups: Retrieves groups that have been created or updated within a specified time range.

    • Update Group: Updates a group's information using its object ID.

    • Create Group: Creates a new group object.

    • Delete Group: Deletes a group object.

    • Get Group Members: Retrieves the members of a group.

    • Add/Remove Members or Owners to a Group: Adds or removes members or owners from a group.

    • Get Deleted Groups: Retrieves groups that have been deleted within a specified time range.


  • new

EmpowerID UI Improvements

...