[midPoint] Script Query to Discover all Users with no roles

Lagger, Scott slagger at uic.edu
Fri Jan 26 18:25:51 CET 2024


Thanks so much Marcus.

Outlook wrapped the namespace uris so I can't see those exact values:  can you give the namespaces in "hxxp:" then I will correct them on my end.

Thanks so much for your input!

Thanks,
Scott L.


________________________________
From: midPoint <midpoint-bounces at lists.evolveum.com> on behalf of midpoint-request at lists.evolveum.com <midpoint-request at lists.evolveum.com>
Sent: Thursday, January 25, 2024 6:31 AM
To: midpoint at lists.evolveum.com <midpoint at lists.evolveum.com>
Subject: midPoint Digest, Vol 141, Issue 30

Send midPoint mailing list submissions to
        midpoint at lists.evolveum.com

To subscribe or unsubscribe via the World Wide Web, visit
        https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Flists.evolveum.com%2Fmailman%2Flistinfo%2Fmidpoint&data=05%7C02%7Cslagger%40uic.edu%7C3cb3ca140a8a49b01cdd08dc1da1920e%7Ce202cd477a564baa99e3e3b71a7c77dd%7C0%7C0%7C638417827583951638%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C60000%7C%7C%7C&sdata=5Gnl4jTiTgOd56RLbxsG2OIjojqs6j6XWbLjmyMBqvw%3D&reserved=0<https://lists.evolveum.com/mailman/listinfo/midpoint>
or, via email, send a message with subject or body 'help' to
        midpoint-request at lists.evolveum.com

You can reach the person managing the list at
        midpoint-owner at lists.evolveum.com

When replying, please edit your Subject line so it is more specific
than "Re: Contents of midPoint digest..."


Today's Topics:

   1. Re: Script Query to Discover all Users with no roles
      (Markus Calmius)
   2. midPoint First Steps training in February (Simona Simkova)


----------------------------------------------------------------------

Message: 1
Date: Thu, 25 Jan 2024 12:30:00 +0000
From: Markus Calmius <markus.calmius at proton.ch>
To: midpoint at lists.evolveum.com
Subject: Re: [midPoint] Script Query to Discover all Users with no
        roles
Message-ID:
        <wC65GumVvDuuWgBvjVDmOx_7TNWwIoXSJ8zVOHfMaGpVX7fl1Pjp5Pt8OL1d4867wXqY74lycrbiknIW4uQmLh4kr2Pw2b7ISAjHA14Dt40=@proton.ch>

Content-Type: text/plain; charset=utf-8


Hi,

not sure if this will help you or not. As we are running 4.8 I couldn't test it properly, but anyway...
So, in 4.8, this seems to work using the Query language:
"roleMembershipRef not matches (targetType = RoleType)"

I tried to translate some XML queries to see if I could get to that query, but I wasn't 100% successful, this is the closet one:

<query xmlns:c="https://nam04.safelinks.protection.outlook.com/?url=http%3A%2F%2Fmidpoint.evolveum.com%2Fxml%2Fns%2Fpublic%2Fcommon%2Fcommon-3&data=05%7C02%7Cslagger%40uic.edu%7C3cb3ca140a8a49b01cdd08dc1da1920e%7Ce202cd477a564baa99e3e3b71a7c77dd%7C0%7C0%7C638417827583960099%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C60000%7C%7C%7C&sdata=3pfU%2FmNcvWe8aeM%2FQqFYlVjPkDoBOwq2AYvtQ23Uxg8%3D&reserved=0<http://midpoint.evolveum.com/xml/ns/public/common/common-3>"
       xmlns:q="https://nam04.safelinks.protection.outlook.com/?url=http%3A%2F%2Fprism.evolveum.com%2Fxml%2Fns%2Fpublic%2Fquery-3&data=05%7C02%7Cslagger%40uic.edu%7C3cb3ca140a8a49b01cdd08dc1da1920e%7Ce202cd477a564baa99e3e3b71a7c77dd%7C0%7C0%7C638417827583964944%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C60000%7C%7C%7C&sdata=A%2FNKd9fVqnXuq1FIgWe2yCr5XobwJSFTX1C55Qimh1A%3D&reserved=0<http://prism.evolveum.com/xml/ns/public/query-3>"
       xmlns:t="https://nam04.safelinks.protection.outlook.com/?url=http%3A%2F%2Fprism.evolveum.com%2Fxml%2Fns%2Fpublic%2Ftypes-3&data=05%7C02%7Cslagger%40uic.edu%7C3cb3ca140a8a49b01cdd08dc1da1920e%7Ce202cd477a564baa99e3e3b71a7c77dd%7C0%7C0%7C638417827583969882%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C60000%7C%7C%7C&sdata=isyxHmzfaLaEGr4VR1MI3w0bg8PNmPpsQx9C%2FDr9dyI%3D&reserved=0<http://prism.evolveum.com/xml/ns/public/types-3>">
    <filter>
       <q:not>
          <q:ref>
              <q:path>c:roleMembershipRef</q:path>
              <q:value>
                 <q:type>c:RoleType</q:type>
              </q:value>
          </q:ref>
      </q:not>
    </filter>
</query>

which translates to:
c:roleMembershipRef not matches (type not = c:RoleType)

The two "not" is weird though.

Markus

On Tuesday, 23 January 2024 at 21:43, midpoint-request at lists.evolveum.com <midpoint-request at lists.evolveum.com> wrote:

> Send midPoint mailing list submissions to
> midpoint at lists.evolveum.com
>
> To subscribe or unsubscribe via the World Wide Web, visit
> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Flists.evolveum.com%2Fmailman%2Flistinfo%2Fmidpoint&data=05%7C02%7Cslagger%40uic.edu%7C3cb3ca140a8a49b01cdd08dc1da1920e%7Ce202cd477a564baa99e3e3b71a7c77dd%7C0%7C0%7C638417827583974576%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C60000%7C%7C%7C&sdata=t8mzijcNkeKkHs92%2F7DY0F%2BPRyAkWbeFRzkntfVtYdY%3D&reserved=0<https://lists.evolveum.com/mailman/listinfo/midpoint>
> or, via email, send a message with subject or body 'help' to
> midpoint-request at lists.evolveum.com
>
> You can reach the person managing the list at
> midpoint-owner at lists.evolveum.com
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of midPoint digest..."
>
>
> Today's Topics:
>
> 1. LiveSync stopped working after upgrading to smart
> correlation/sync (Markus Calmius)
> 2. Re: Correlation v 4.8 (Markus Calmius)
> 3. Re: LiveSync stopped working after upgrading to smart
> correlation/sync (Markus Calmius)
> 4. Re: Script Query to Discover all Users with no roles -
> midPoint Digest, Vol 141, Issue 24 (Lagger, Scott)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Tue, 23 Jan 2024 11:15:42 +0000
> From: Markus Calmius markus.calmius at proton.ch
>
> To: midPoint General Discussion midpoint at lists.evolveum.com
>
> Subject: [midPoint] LiveSync stopped working after upgrading to smart
> correlation/sync
> Message-ID:
> pbG_AcBmbYfi53-O5LhEf4Km2GTF8CmDjlj-0QuSMBq-Vzv-0xHVC6arFhE_MAa6opioSrFf2X6m4Rx5Lgw8MoqUpfFCJB6B7LeuOoJ-Dm0=@proton.ch
>
>
> Content-Type: text/plain; charset="utf-8"
>
> Hi,
>
> One thing that I haven't been able to figure out when it comes to the new way of doing correlation and synchronizations it how to get the livesync to work.
>
> I have an object template that assigns an archetype to a user depending on the lifecycleState. It is mainly used to differentiate (visually) the users.
> A livesync task is running and updating the users if there is a change to the livecycleState it would assign the correct archetype.
> It works fine when using the old/deprecated way of configuring correlation and synchronization.
>
> Earlier you had the synchronization-tag after the object-types and one part of it was:
>
> <synchronization>
>
>
> <objectSynchronization>
>
>
> <enabled>true</enabled>
>
>
> <correlation>
>
>
> .....
>
> <reaction>
>
>
> <situation>linked</situation>
>
>
> <synchronize>true</synchronize>
>
>
> </reaction>
>
>
> Now, after the update I add this:
>
> <
>
> synchronization
>
>
> <
>
> reaction
>
>
> <
>
> name
>
>
> Link User
>
> </
>
> name
>
>
> <
>
> situation
>
>
> unlinked
>
> </
>
> situation
>
>
> <
>
> actions
>
>
> <
>
> link
>
>
> <
>
> synchronize
>
>
> true
>
> </
>
> synchronize
>
>
> <
>
> reconcile
>
>
> true
>
> </
>
> reconcile
>
>
> </
>
> link
>
>
> </
>
> actions
>
>
> </
>
> reaction
>
>
> .....
>
> <
>
> reaction
>
>
> <
>
> situation
>
>
> linked
>
> </
>
> situation
>
>
> <
>
> actions
>
>
> <
>
> synchronize
>
> />
>
>
> </
>
> actions
>
>
> </
>
> reaction
>
>
> But live sync does not work.
> All imports and linking seems to work and if I add a reconciliation task, that works.
>
> Any ideas what I'm missing here?
>
> I guess I can change the LiveSync-task to just use a reconciliation-task, but livesync is a lot faster...
>
> Thanks
>
> Markus
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL: https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Flists.evolveum.com%2Fpipermail%2Fmidpoint%2Fattachments%2F20240123%2F99a045e9%2Fattachment-0001.htm&data=05%7C02%7Cslagger%40uic.edu%7C3cb3ca140a8a49b01cdd08dc1da1920e%7Ce202cd477a564baa99e3e3b71a7c77dd%7C0%7C0%7C638417827583979394%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C60000%7C%7C%7C&sdata=xq4CYJirsuA6tZYV%2BBiycohAQG62zQPyzvUxKYg4Qdc%3D&reserved=0<https://lists.evolveum.com/pipermail/midpoint/attachments/20240123/99a045e9/attachment-0001.htm>
>
>
> ------------------------------
>
> Message: 2
> Date: Tue, 23 Jan 2024 11:18:39 +0000
> From: Markus Calmius markus.calmius at proton.ch
>
> To: midpoint at lists.evolveum.com
> Subject: Re: [midPoint] Correlation v 4.8
> Message-ID:
> yQwPJyX_6Kz_6ZCQ0xUuePYImpwtjSl5GxKddaoGNTvRaqtwYXCxDtOBwo7SBOBL9UpIwB1ImZ9iOUkxZrDlP-KMZR_NeiBu5jtkHossdOc=@proton.ch
>
>
> Content-Type: text/plain; charset=utf-8
>
>
> I answered directly that the <correlation> -section should be removed when using the attribute-based <correlator/>-tag.
>
>
> That seemed to have resolved the issue.
>
> Markus
>
> On Tuesday, 23 January 2024 at 12:00, midpoint-request at lists.evolveum.com midpoint-request at lists.evolveum.com wrote:
>
> > Send midPoint mailing list submissions to
> > midpoint at lists.evolveum.com
> >
> > To subscribe or unsubscribe via the World Wide Web, visit
> > https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Flists.evolveum.com%2Fmailman%2Flistinfo%2Fmidpoint&data=05%7C02%7Cslagger%40uic.edu%7C3cb3ca140a8a49b01cdd08dc1da1920e%7Ce202cd477a564baa99e3e3b71a7c77dd%7C0%7C0%7C638417827583984553%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C60000%7C%7C%7C&sdata=sEN02Jg%2FaHv7vRWzc4SNQLrNL8fmR%2B%2FOy86egACG2jI%3D&reserved=0<https://lists.evolveum.com/mailman/listinfo/midpoint>
> > or, via email, send a message with subject or body 'help' to
> > midpoint-request at lists.evolveum.com
> >
> > You can reach the person managing the list at
> > midpoint-owner at lists.evolveum.com
> >
> > When replying, please edit your Subject line so it is more specific
> > than "Re: Contents of midPoint digest..."
> >
> > Today's Topics:
> >
> > 1. Re: Correlation v 4.8 (Michal Sakac)
> >
> > ----------------------------------------------------------------------
> >
> > Message: 1
> > Date: Tue, 23 Jan 2024 10:14:46 +0100
> > From: Michal Sakac seky at civ.zcu.cz
> >
> > To: midPoint General Discussion midpoint at lists.evolveum.com
> >
> > Cc: markus.calmius at proton.ch
> > Subject: Re: [midPoint] Correlation v 4.8
> > Message-ID: 10AC3209-AFA8-443B-8F71-DBA9F602ADCD at civ.zcu.cz
> >
> > Content-Type: text/plain; charset="utf-8"
> >
> > Hi thank you but now I get error with confict
> >
> > Too many iterations (100) for focus(user:null(GOL)): cannot determine values that satisfy constraints: Found conflicting existing object with property name = PP({.../common/common-3}name):[PPV(PolyString:GOL)]: user:(GOL)
> > My configuration is
> >
> > <schemaHandling>
> >
> > <objectType id="4">
> >
> > <kind>account</kind>
> >
> > <intent>default</intent>
> >
> > <displayName>Account_hadnling</displayName>
> >
> > <default>true</default>
> >
> > <defaultForKind>true</defaultForKind>
> >
> > <defaultForObjectClass>true</defaultForObjectClass>
> >
> > <objectClass>ri:AccountObjectClass</objectClass>
> >
> > <delineation>
> >
> > <objectClass>ri:AccountObjectClass</objectClass>
> >
> > </delineation>
> >
> > <focus>
> >
> > <type>c:UserType</type>
> >
> > </focus>
> >
> > <attribute id="6">
> >
> > <ref>ri:kodpra</ref>
> >
> > <correlator/>
> >
> > <inbound id="7">
> >
> > <name>KOD_PRA</name>
> >
> > <authoritative>true</authoritative>
> >
> > <strength>strong</strength>
> >
> > <target>
> >
> > <path>$focus/name</path>
> >
> > </target>
> >
> > <use>all</use>
> >
> > </inbound>
> >
> > </attribute>
> >
> > <correlation>
> >
> > <correlators>
> >
> > <items id="45">
> >
> > <name>name corelation</name>
> >
> > <enabled>true</enabled>
> >
> > <item id="46">
> >
> > <ref>name</ref>
> >
> > </item>
> >
> > </items>
> >
> > </correlators>
> >
> > </correlation>
> >
> > <synchronization>
> >
> > <reaction id="10">
> >
> > <name>Create Identity</name>
> >
> > <situation>unmatched</situation>
> >
> > <actions>
> >
> > <addFocus id="36"/>
> >
> > </actions>
> >
> > </reaction>
> >
> > <reaction id="13">
> >
> > <name>Link Identity</name>
> >
> > <situation>unlinked</situation>
> >
> > <actions>
> >
> > <link id="14"/>
> >
> > </actions>
> >
> > </reaction>
> >
> > </synchronization>
> >
> > </objectType>
> >
> > </schemaHandling>
> >
> > But this identity is in state UNMATCHED.
> >
> > Can you look at this configuration and if you found some wrong configuration tell me pls what is wrong?
> >
> > THX
> >
> > --
> >
> > Michal Sakáč
> >
> > > 23. 1. 2024 v 9:49, Markus Calmius via midPoint midpoint at lists.evolveum.com:
> > >
> > > <correlator/>
> >
> > -------------- next part --------------
> > An HTML attachment was scrubbed...
> > URL: https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Flists.evolveum.com%2Fpipermail%2Fmidpoint%2Fattachments%2F20240123%2Fea123e98%2Fattachment-0001.htm&data=05%7C02%7Cslagger%40uic.edu%7C3cb3ca140a8a49b01cdd08dc1da1920e%7Ce202cd477a564baa99e3e3b71a7c77dd%7C0%7C0%7C638417827583989095%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C60000%7C%7C%7C&sdata=e8SdlG1nr7y4YnO3UP%2Bp%2FH38hNWUm01m6u5XFxqy39w%3D&reserved=0<https://lists.evolveum.com/pipermail/midpoint/attachments/20240123/ea123e98/attachment-0001.htm>
> >
> > ------------------------------
> >
> > Subject: Digest Footer
> >
> > _______________________________________________
> > midPoint mailing list
> > midPoint at lists.evolveum.com
> > https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Flists.evolveum.com%2Fmailman%2Flistinfo%2Fmidpoint&data=05%7C02%7Cslagger%40uic.edu%7C3cb3ca140a8a49b01cdd08dc1da1920e%7Ce202cd477a564baa99e3e3b71a7c77dd%7C0%7C0%7C638417827583994241%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C60000%7C%7C%7C&sdata=XowNVx5AUrl3cGDJe%2FDDbIElquTndGIkPado9tflc0k%3D&reserved=0<https://lists.evolveum.com/mailman/listinfo/midpoint>
> >
> > ------------------------------
> >
> > End of midPoint Digest, Vol 141, Issue 27
> > *****************************************
>
>
>
> ------------------------------
>
> Message: 3
> Date: Tue, 23 Jan 2024 13:09:22 +0000
> From: Markus Calmius markus.calmius at proton.ch
>
> To: midPoint General Discussion midpoint at lists.evolveum.com
>
> Subject: Re: [midPoint] LiveSync stopped working after upgrading to
> smart correlation/sync
> Message-ID:
> 8kUyLA94HhUnE2uA-dAuJCYISv0rO9yx2vvg-0rWPmV6KxWloz0Yc8LoPZf2gx40T2IBPRgeAz24UQQfSmL8SJnwVN2TaZqoV3SmP5aDtW8=@proton.ch
>
>
> Content-Type: text/plain; charset="utf-8"
>
> Ignore my last message, it now looks like it's working...
>
> Markus
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL: https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Flists.evolveum.com%2Fpipermail%2Fmidpoint%2Fattachments%2F20240123%2F564b723f%2Fattachment-0001.htm&data=05%7C02%7Cslagger%40uic.edu%7C3cb3ca140a8a49b01cdd08dc1da1920e%7Ce202cd477a564baa99e3e3b71a7c77dd%7C0%7C0%7C638417827583998749%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C60000%7C%7C%7C&sdata=r9CxB4vHrt42fPKhlMdz0ZqlKQ9keBqcJpgNtb7coY8%3D&reserved=0<https://lists.evolveum.com/pipermail/midpoint/attachments/20240123/564b723f/attachment-0001.htm>
>
>
> ------------------------------
>
> Message: 4
> Date: Tue, 23 Jan 2024 20:43:05 +0000
> From: "Lagger, Scott" slagger at uic.edu
>
> To: "midpoint at lists.evolveum.com" midpoint at lists.evolveum.com
>
> Subject: Re: [midPoint] Script Query to Discover all Users with no
> roles - midPoint Digest, Vol 141, Issue 24
> Message-ID:
> DM6PR13MB25053B5445E04B1F0144279EB6742 at DM6PR13MB2505.namprd13.prod.outlook.com
>
>
> Content-Type: text/plain; charset="us-ascii"
>
> Any takers on my question; anyone?
>
>
> -----Original Message-----
> From: midPoint midpoint-bounces at lists.evolveum.com On Behalf Of midpoint-request at lists.evolveum.com
>
> Sent: Saturday, January 20, 2024 5:00 AM
> To: midpoint at lists.evolveum.com
> Subject: midPoint Digest, Vol 141, Issue 24
>
> Send midPoint mailing list submissions to
> midpoint at lists.evolveum.com
>
> To subscribe or unsubscribe via the World Wide Web, visit
> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Flists.evolveum.com%2Fmailman%2Flistinfo%2Fmidpoint&data=05%7C02%7Cslagger%40uic.edu%7C3cb3ca140a8a49b01cdd08dc1da1920e%7Ce202cd477a564baa99e3e3b71a7c77dd%7C0%7C0%7C638417827584003935%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C60000%7C%7C%7C&sdata=1ehOQaQsfe6lctZAG1C3x%2B94EjTZULngFRVBEkR5pYg%3D&reserved=0<https://lists.evolveum.com/mailman/listinfo/midpoint>
> or, via email, send a message with subject or body 'help' to
> midpoint-request at lists.evolveum.com
>
> You can reach the person managing the list at
> midpoint-owner at lists.evolveum.com
>
> When replying, please edit your Subject line so it is more specific than "Re: Contents of midPoint digest..."
>
>
> Today's Topics:
>
> 1. Script Query to Discover all Users with no roles (Lagger, Scott)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Sat, 20 Jan 2024 00:32:30 +0000
> From: "Lagger, Scott" slagger at uic.edu
>
> To: "midpoint at lists.evolveum.com" midpoint at lists.evolveum.com
>
> Subject: [midPoint] Script Query to Discover all Users with no roles
> Message-ID:
> DM6PR13MB25051CBA41D92312209DF37DB6772 at DM6PR13MB2505.namprd13.prod.outlook.com
>
>
> Content-Type: text/plain; charset="utf-8"
>
> Hi,
>
> I have searched online for weeks and in the list emails that I have received, and I can't find the answer. I'm sure this is an easy one for the pros out there.
>
> I started learning MidPoint (4.1) in my new role since July. I have learned a lot, but I have a long way to go. This is XML query language before MidPoint Query Language.
>
> I need a query to discover all users in the system that have no roles.
>
> Once I learn the scope of the users, then I will need an action to set the validTo date on their record to a past date.
>
> Can anyone assist?
>
> Thanks,
>
>
>
> Scott A Lagger, MS Cybersecurity, HCISPP, ITILv4 Associate Director, Identity and Access Management
>
> Technology Solutions
> University of Illinois Chicago
>
> E: slagger at uic.edumailto:slagger at uic.edu
>
> P: 312-413-3128
> 728 W Roosevelt St, RRB 2nd Floor, Chicago, IL 60607 slagger at uic.edumailto:slagger at uic.edu
>
>
> [cid:image001.png at 01DA4B05.DB615640]
> it.uic.eduhttps://it.uic.edu/
>
>
> Visit the UIC Help Center at help.uic.eduhttp://help.uic.edu/ to find IT Services, Answers, and Support!
>
>
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL: https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Flists.evolveum.com%2Fpipermail%2Fmidpoint%2Fattachments%2F20240120%2F9cda001e%2Fattachment-0001.htm&data=05%7C02%7Cslagger%40uic.edu%7C3cb3ca140a8a49b01cdd08dc1da1920e%7Ce202cd477a564baa99e3e3b71a7c77dd%7C0%7C0%7C638417827584008573%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C60000%7C%7C%7C&sdata=H8uUsMN8UpBECRNGBbSZTQ3dwc3bDX54GGBN3%2BC2UIM%3D&reserved=0<https://lists.evolveum.com/pipermail/midpoint/attachments/20240120/9cda001e/attachment-0001.htm>
>
> -------------- next part --------------
> A non-text attachment was scrubbed...
> Name: image001.png
> Type: image/png
> Size: 11068 bytes
> Desc: image001.png
> URL: https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Flists.evolveum.com%2Fpipermail%2Fmidpoint%2Fattachments%2F20240120%2F9cda001e%2Fattachment-0001.png&data=05%7C02%7Cslagger%40uic.edu%7C3cb3ca140a8a49b01cdd08dc1da1920e%7Ce202cd477a564baa99e3e3b71a7c77dd%7C0%7C0%7C638417827584013642%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C60000%7C%7C%7C&sdata=11p7VmnxPqp5SZy%2FtYLuFljWp0R%2BrbBXszDKaB0r9Gg%3D&reserved=0<https://lists.evolveum.com/pipermail/midpoint/attachments/20240120/9cda001e/attachment-0001.png>
>
>
> ------------------------------
>
> Subject: Digest Footer
>
> _______________________________________________
> midPoint mailing list
> midPoint at lists.evolveum.com
> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Flists.evolveum.com%2Fmailman%2Flistinfo%2Fmidpoint&data=05%7C02%7Cslagger%40uic.edu%7C3cb3ca140a8a49b01cdd08dc1da1920e%7Ce202cd477a564baa99e3e3b71a7c77dd%7C0%7C0%7C638417827584018777%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C60000%7C%7C%7C&sdata=3seknUtCwz8FvwmWGliztGm6DRB5T2zr8QFcO%2B0vtVo%3D&reserved=0<https://lists.evolveum.com/mailman/listinfo/midpoint>
>
>
> ------------------------------
>
> End of midPoint Digest, Vol 141, Issue 24
> *****************************************
>
>
> ------------------------------
>
> Subject: Digest Footer
>
> _______________________________________________
> midPoint mailing list
> midPoint at lists.evolveum.com
> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Flists.evolveum.com%2Fmailman%2Flistinfo%2Fmidpoint&data=05%7C02%7Cslagger%40uic.edu%7C3cb3ca140a8a49b01cdd08dc1da1920e%7Ce202cd477a564baa99e3e3b71a7c77dd%7C0%7C0%7C638417827584023369%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C60000%7C%7C%7C&sdata=XNiqp781LkLYW1ydSLBPpfvGU%2BBW1mDfVgtIqxkgmkM%3D&reserved=0<https://lists.evolveum.com/mailman/listinfo/midpoint>
>
>
> ------------------------------
>
> End of midPoint Digest, Vol 141, Issue 28
> *****************************************


------------------------------

Message: 2
Date: Thu, 25 Jan 2024 13:30:47 +0100 (CET)
From: Simona Simkova <ssimkova at evolveum.com>
To: midpoint <midpoint at lists.evolveum.com>
Subject: [midPoint] midPoint First Steps training in February
Message-ID:
        <303117258.62842.1706185847688.JavaMail.zimbra at evolveum.com>
Content-Type: text/plain; charset="utf-8"



Dear midPoint community,




We would like to invite everyone who wants to boost their midPoint knowledge to a brand new [ https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fevolveum.com%2Ftraining-and-certification%2Fmidpoint-deployment-first-steps-february-2024-cet-time-zone-online%2F%23evo_training_description&data=05%7C02%7Cslagger%40uic.edu%7C3cb3ca140a8a49b01cdd08dc1da1920e%7Ce202cd477a564baa99e3e3b71a7c77dd%7C0%7C0%7C638417827584027976%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C60000%7C%7C%7C&sdata=5DolmvUy1ISX2PE%2FsqjDIXe8ez8QGjjRYlbkh7LSBXw%3D&reserved=0<https://evolveum.com/training-and-certification/midpoint-deployment-first-steps-february-2024-cet-time-zone-online/#evo_training_description> | First Steps online training ] which follows an innovative [ https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fdocs.evolveum.com%2Fmidpoint%2Fmethodology%2Ffirst-steps%2F&data=05%7C02%7Cslagger%40uic.edu%7C3cb3ca140a8a49b01cdd08dc1da1920e%7Ce202cd477a564baa99e3e3b71a7c77dd%7C0%7C0%7C638417827584033196%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C60000%7C%7C%7C&sdata=MlZYWCl1UbMKr9movsik0RU2PxytXmTHgzGU5q9t6eg%3D&reserved=0<https://docs.evolveum.com/midpoint/methodology/first-steps/> | First Steps Methodology.  ]

During this training, you will learn how to carry out go-live regardless of data quality from HR, automate the Joiner-Mover-Leaver (JML) processes, manage birthright permissions, and use the latest features such as simulations and smart correlation. Additionally, the course is based on the newest midPoint 4.8 version !




The training course is scheduled in February ( 2024/02/21 – 2024/02/23, starting from 9AM-5PM CET ) and will be led by our Expert Identity Engineer Ivan Noris .

To ensure the best learning experience, the amount of participants is limited.




Book your seat by registering at our website: [ https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fevolveum.com%2Ftraining-and-certification%2Fmidpoint-deployment-first-steps-february-2024-cet-time-zone-online%2F%23evo_training_sign_up&data=05%7C02%7Cslagger%40uic.edu%7C3cb3ca140a8a49b01cdd08dc1da1920e%7Ce202cd477a564baa99e3e3b71a7c77dd%7C0%7C0%7C638417827584038129%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C60000%7C%7C%7C&sdata=sfOZLr%2BzL%2Bj2x9Ot67hjCuqcaZSFx0k2ykjOGCLdTF4%3D&reserved=0<https://evolveum.com/training-and-certification/midpoint-deployment-first-steps-february-2024-cet-time-zone-online/#evo_training_sign_up> | https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fevolveum.com%2Ftraining-and-certification%2Fmidpoint-deployment-first-steps-february-2024-cet-time-zone-online%2F%23evo_training_sign_up&data=05%7C02%7Cslagger%40uic.edu%7C3cb3ca140a8a49b01cdd08dc1da1920e%7Ce202cd477a564baa99e3e3b71a7c77dd%7C0%7C0%7C638417827584044298%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C60000%7C%7C%7C&sdata=2MNZBUNEdTylaqKUeVAvLi3rxbJaUks5GC2pmiu5gFo%3D&reserved=0<https://evolveum.com/training-and-certification/midpoint-deployment-first-steps-february-2024-cet-time-zone-online/#evo_training_sign_up> ]



Best Regards,

Simona Simkova | Sales & Partnerships Representative

[ https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fevolveum.com%2F&data=05%7C02%7Cslagger%40uic.edu%7C3cb3ca140a8a49b01cdd08dc1da1920e%7Ce202cd477a564baa99e3e3b71a7c77dd%7C0%7C0%7C638417827584049500%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C60000%7C%7C%7C&sdata=9%2B9eqGyZA9hb5IDR9FxFi5LIQ4GD7z3n%2B%2BsJQbSVs68%3D&reserved=0<https://evolveum.com/> ]
[ mailto:simona.simkova at evolveum.com | simona.simkova at evolveum.com ] | [ https://nam04.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.evolveum.com%2F&data=05%7C02%7Cslagger%40uic.edu%7C3cb3ca140a8a49b01cdd08dc1da1920e%7Ce202cd477a564baa99e3e3b71a7c77dd%7C0%7C0%7C638417827584053972%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C60000%7C%7C%7C&sdata=7Q4vaG0sVS9UPVjv9yp6CJdjGSiK%2BuCI6S%2BhLAJpM1g%3D&reserved=0<http://www.evolveum.com/> | https://nam04.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.evolveum.com%2F&data=05%7C02%7Cslagger%40uic.edu%7C3cb3ca140a8a49b01cdd08dc1da1920e%7Ce202cd477a564baa99e3e3b71a7c77dd%7C0%7C0%7C638417827584058436%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C60000%7C%7C%7C&sdata=UIi31gAT59MduCegXkFG0fkz5V%2FE7%2BI%2BCrbizbHZkSM%3D&reserved=0<http://www.evolveum.com/> ]
+421 911 449 455
[ https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Ftiime-unconference.eu%2F&data=05%7C02%7Cslagger%40uic.edu%7C3cb3ca140a8a49b01cdd08dc1da1920e%7Ce202cd477a564baa99e3e3b71a7c77dd%7C0%7C0%7C638417827584062886%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C60000%7C%7C%7C&sdata=oDXg25E4XiEclq8vpKpJ7uWIS92RF%2BHOQ0lKqzfaALU%3D&reserved=0<https://tiime-unconference.eu/> ]

[ https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.linkedin.com%2Fcompany%2Fevolveum&data=05%7C02%7Cslagger%40uic.edu%7C3cb3ca140a8a49b01cdd08dc1da1920e%7Ce202cd477a564baa99e3e3b71a7c77dd%7C0%7C0%7C638417827584067966%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C60000%7C%7C%7C&sdata=bZWkHJVBNoCHgxok5PzwYDvsQG4NNxtuUZaGKZ87q88%3D&reserved=0<https://www.linkedin.com/company/evolveum> ] [ https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Ftwitter.com%2Fevolveum&data=05%7C02%7Cslagger%40uic.edu%7C3cb3ca140a8a49b01cdd08dc1da1920e%7Ce202cd477a564baa99e3e3b71a7c77dd%7C0%7C0%7C638417827584072645%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C60000%7C%7C%7C&sdata=cjvAnxkSvg%2FUQOf8sExSrMZ%2BjzF8d0v6Cwq%2FoyxT5G8%3D&reserved=0<https://twitter.com/evolveum> ] [ https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.facebook.com%2Fevolveum&data=05%7C02%7Cslagger%40uic.edu%7C3cb3ca140a8a49b01cdd08dc1da1920e%7Ce202cd477a564baa99e3e3b71a7c77dd%7C0%7C0%7C638417827584077089%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C60000%7C%7C%7C&sdata=W9t%2FYXIkhOLB4WvVNPZDNKnJJdjuuYExalwtg5CbOsY%3D&reserved=0<https://www.facebook.com/evolveum> ]


Disclaimer: The contents of this e-mail and attachment(s) thereto are confidential and intended for the named recipient(s) only. It shall not attach any liability on the originator or Evolveum s.r.o. or its affiliates. Any views or opinions presented in this email are solely those of the author and may not necessarily reflect the opinions of Evolveum s.r.o. or its affiliates. Any form of reproduction, dissemination, copying, disclosure, modification, distribution and / or publication of this message without the prior written consent of the author of this e-mail is strictly prohibited. If you have received this email in error please delete it and notify the sender immediately.

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Flists.evolveum.com%2Fpipermail%2Fmidpoint%2Fattachments%2F20240125%2F2527a981%2Fattachment.htm&data=05%7C02%7Cslagger%40uic.edu%7C3cb3ca140a8a49b01cdd08dc1da1920e%7Ce202cd477a564baa99e3e3b71a7c77dd%7C0%7C0%7C638417827584082077%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C60000%7C%7C%7C&sdata=R%2Fw1gB570ZRW8rS%2Fo%2FjxMAEg%2Fa%2FYrMtp05lk3cDOFo8%3D&reserved=0<https://lists.evolveum.com/pipermail/midpoint/attachments/20240125/2527a981/attachment.htm>>

------------------------------

Subject: Digest Footer

_______________________________________________
midPoint mailing list
midPoint at lists.evolveum.com
https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Flists.evolveum.com%2Fmailman%2Flistinfo%2Fmidpoint&data=05%7C02%7Cslagger%40uic.edu%7C3cb3ca140a8a49b01cdd08dc1da1920e%7Ce202cd477a564baa99e3e3b71a7c77dd%7C0%7C0%7C638417827584086702%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C60000%7C%7C%7C&sdata=XhWA5xx1cVcQNCbxFGYkTe00QHPbWAiGFg8mgPPNkTs%3D&reserved=0<https://lists.evolveum.com/mailman/listinfo/midpoint>


------------------------------

End of midPoint Digest, Vol 141, Issue 30
*****************************************
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.evolveum.com/pipermail/midpoint/attachments/20240126/41f073a6/attachment-0001.htm>


More information about the midPoint mailing list