SecurID® Governance & Lifecycle 7.2 Enablement

sbomma
Contributor
Contributor

Azure Account Status

Jump to solution

I am able to successfully pull in Azure accounts using a REST ADC (Graph API) in IGL 7.2 P02 into IGL

I am trying to find if an account is enabled and none of the below attributes work:

accountEnabled

blockSignIn

 

I get an error when I add the above in the Collector Mapping Parameters:

$.value

  • .accountEnabled
  • When I run a test - do not get any results: 

    {$.value

  • .userPrincipalName=999, $.value
  • .displayName=999, $.value
  • .mail=999, $.value
  • .accountEnabled=0}
  •  

    When I use Postman to retrieve - I get the below for each account. Would like to understand how this translates in IGL

     "accountEnabled"true
    0 Likes
    1 Solution

    Accepted Solutions
    PradeepKadambar
    Moderator Moderator
    Moderator

    Today to convert any data collected using the generic REST collectors, there are no options to transform the data.

     

    In your specific case the value of status comes in as true or false while IGL expects it to be 0 or 1. It is possible to transform data using post processors which I do not condone.

     

    What you really need is for IGL to support this feature and hence I suggest you up vote this idea. 

    View solution in original post

    20 Replies
    IanStaines
    Moderator Moderator
    Moderator

    I could not see that anyone has mapped accountEnabled using the Azure collector.  Not to say it cannot be done, but I do not have an example of it working or not working.

    0 Likes

    Thanks Ian. If we cannot map the account status, am wondering how we would understand account is disabled or enabled and perform those operations from IGL on the end-point(here Azure). Does RSA have a recommendation?

    0 Likes

    I did not say the account status could not be mapped.

    0 Likes

    I am going to move your post to the "RSA Identity Governance & Lifecycle 7.2 Enablement Hub".  That group has a more specific audience for the new Generic REST collector and perhaps someone in that group may be able to assist you.

     

     

    RSA Identity Governance & Lifecycle 7.2 Enablement Hub

    0 Likes

    Thanks Ian. Hoping to hear from RSA or others that have done a similar integration

    0 Likes
    JamiePryer
    Employee (Retired) Employee (Retired)
    Employee (Retired)

    Pradeep Kumar‌ thoughts?

    0 Likes

    As far as I have been able to determine no one has attempted to map this attribute except yourself.  

     

    We do expect the community to eventually capture this type of information but this is still a pretty new collector. 

    0 Likes

    I am sorry it appears no has been able to answer your question.


    Were you able to find your own solution yet?

    0 Likes

    I did not get any reply so I am going to mark this thread as assumed answered. 

    0 Likes