Hi,
I have looked into the RSA AM 8.2 SP1 and have not found anything where when running a report a software token distributed in 8.2 that shows the extendable value.
Can we get this with the report in Security Console?
If not possible, can I get the sql steps on how to run a report of all users assigned software tokens that is both extendable and non-extendable?
Thanks,
Akther
select serial_number from am_token where terminate_date is not null;
This will list all tokens that are currently in mode 'extendable'.
That is: software tokens, which are currently assigned,
and have been distributed from an 8.2 or higher version Auth Manager.
--------------------------------------------------------------------------------------------------------
select serial_number from am_token where terminate_date is null;
This lists the inverse, tokens not currently flagged as extendable.
Lists hardware tokens, unassigned software tokens, and assigned software tokens that were
originally distributed from Auth Manager version lower than 8.2.0.0.0, and not redistributed from 8.2 or higher yet.