After updating the OTK from 4.3.00.3789 to 4.4.1, I notice that “OTK Scope Issuing Deprecated” and some APIs are reference it.
Is there a way to find out which APIs have reference that assertion?
For example, a select command on MySQL database or GMU export xml format with this information.
Release : 10.1
Component :
Test added “OTK SCOPE Issuing DEPRECATED” assertion to my "Echo" service
From mysql used the following select call to retrieve it:
select name from ssg.policy where xml like "%OTK SCOPE Issuing DEPRECATED%";
mysql> select name from ssg.policy where xml like "%OTK SCOPE Issuing DEPRECATED%";
+------------------------------------------------------------+
| name |
+------------------------------------------------------------+
| Policy for service #f78eec278d5d36bba49c24171fac62b0, Echo |
+------------------------------------------------------------+
1 row in set (0.10 sec)