
VatsalP.93921 (Customer) asked a question.
While I was searching to find the sign-on policy that is there in the application, I didn't find any specific API in the Okta Postman collection. Does anyone know which API allows us to search the Sign-on policy inside the application?

Hi! Please do look at this particular API
Policy API
As for looking for specific application level sign on policies, please reference the following:
for authentication policies in OIE, see Authentication Policy, for getting a list of apps mapped to a particular policy see Get Applications
For instance, it may look like this
{{url}}/api/v1/policies/{{app policy}}/app
and this will list the apps assigned to that policy.
See more here at Policy API Operations
Please let me know if you have any further questions or concerns.
I hope this helps! Thanks!