Uddhav Mishra
Uddhav Mishra

Reputation: 76

Differentiate between SAML verified and other apps on okta api

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.

Upvotes: 0

Views: 60

Answers (1)

the_new_guy
the_new_guy

Reputation: 26

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.

Upvotes: 1

Related Questions