Link to home
Start Free TrialLog in
Avatar of beer9
beer9Flag for India

asked on

How to access a url protected via okta using python?

I would like to access a url say example.company.com but it's protected via okta. I have my user and password which I login via chrome and access. though I would like to access it via python + requests module.

Appreciate if I can get a leads on how should I proceed here. Thanks!
ASKER CERTIFIED SOLUTION
Avatar of Flabio Gates
Flabio Gates

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of beer9

ASKER

I would like to access a web application which is protected by okta authentication, using my python script ( using requests module ). Is there a recommended way? I have my okta credentials with me.
Avatar of Flabio Gates
Flabio Gates

You'll just have to check out the two links I cited above.
Without a site to test against and the credentials that go with that site, there's nothing else I can do to help you.