
dbmce (dbmce) asked a question.
How to access api of a okta enabled application
I've have an application Service-now. I want to use api of that application, which is enabled for Okta.
So whenever I'm trying to access service-now using api, I'm getting authentication error due to enabled Okta.
Is there any way to bypass okta while accessing the api of its application

As per the documentation on the REST API from Service Now at https://docs.servicenow.com/bundle/london-application-development/page/integrate/inbound-rest/concept/rest-api-security.html, "By default, the REST API uses basic authentication or OAuth to enforce access controls to web resources." I don't believe that they support SAML authentication for REST API's and you will have to create local service accounts which do not use SAML Authentication to access the REST API and authenticate against Service Now directly.
But I don't have the option to create a local account of Service-now. Is there any alternatives where we can generate cookies from okta like.