How to Check for Enrolled Users in Passcode/Authenticate Application

Follow
    Applies to:
  • Legacy SecureAuth IdP
Deployment model:
  • On Premises
  • IdP Version: All

    Description: You want to know how many users have enrolled for the Passcode/Authenticate app.  

    Resolution: You can look through to Audit Log for Realm998 to see who has enrolled through that realm.  Though it will show you the successful enrollment, it is not ideal because it is not scalable.  Another solution would be to run a Powershell command to show you a list of users who have values written tied to the OATH SEED Attribute.  

    1. Open up Powershell on your Domain Controller.

    2. Enter this command on Powershell: Get-ADUser -filter * -Properties * | ? {$_.postalAddress -ne $null} | Select-Object CN,SamAccountName,postalAddress

    This script will pull all users who have a value in postalAddress which is the attribute that is tied to OATHSeed.  If you are using a different attribute, change it to the attribute that is tied to OATHSeed.

    3.

     

    This should pull all users within your Active Directory who has a value tied to the attribute you searched for.  

    SecureAuth Knowledge Base Articles provide information based on specific use cases and may not apply to all appliances or configurations. Be advised that these instructions could cause harm to the environment if not followed correctly or if they do not apply to the current use case.

     

    Customers are responsible for their own due diligence prior to utilizing this information and agree that SecureAuth is not liable for any issues caused by misconfiguration directly or indirectly related to SecureAuth products.

    0 out of 0 found this helpful

    Comments

    0 comments

    Please sign in to leave a comment.