How to differentiate between SAML verified and other apps on okta api. Is it possible to achieve this via filter or we have to do some offline processing on responses of all apps received. I am trying to achieve the above query using get request on postman.
Asked
Active
Viewed 60 times
1 Answers
1
there is no standard filter provided by okta , you can get all app responses from okta then filter apps from received jsonArray with signOnMode as SAML_2_0.

the_new_guy
- 26
- 2