Skip to main content

Used to fetch OKTA tokens for an application using web a browser that redirects to a commandline server

Project description

okta-token-fetcher

Provides a commandline script and package for getting an OKTA id_token by interacting with your browser via the commandline.

This script builds off of the dirty quick way to get a token from your browser stated here: https://developer.okta.com/docs/guides/implement-oauth-for-okta/main/#get-an-access-token-and-make-a-request .

This is done by opening a browser window that navigates to the auth server with localhost as the redirect_uri. There is an http server that is spun up for just long enough to handle the redirect request and get the id_token from the query parameters that are sent via window.hash (I suppose OKTA does this so that it can't be sent to the server itself).

Note that when using this tool your OKTA JWT will:

  • Be stored in the OS keychain if not setting --no-cache
  • Be visible in the url bar of your browser for a brief moment

Your OKTA application MUST have "http://localhost:8888" configured as one of the allowed redirect uri's for this tool to work.

As a terminal script:

usage: okta-fetch [-h] -u URL -c CLIENT_ID [-s SCOPES] [-t TOKEN_TYPE] [--no-cache]

optional arguments:
  -h, --help            show this help message and exit
  -u URL, --url URL     The auth server url. This should be only the domain and protocol. eg: https://mydomain.okta.com
  -c CLIENT_ID, --client-id CLIENT_ID
                        The client id to get a token for
  -s SCOPES, --scopes SCOPES
                        Comma delimited list of scopes to request
  -t TOKEN_TYPE, --token-type TOKEN_TYPE
                        The type of token to request
  --no-cache            Don't cache the token

Implemented in another script:

fetcher = OktaToken(
    url="https://youraccount.okta.com",
    client_id="abcdefg12345",
    scopes=["groups", "profile"],
    token_type="id_token",
    cache=True
)

print(fetcher.token)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

okta_token_fetcher-0.1.0.tar.gz (5.2 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

okta_token_fetcher-0.1.0-py3-none-any.whl (6.6 kB view details)

Uploaded Python 3

File details

Details for the file okta_token_fetcher-0.1.0.tar.gz.

File metadata

  • Download URL: okta_token_fetcher-0.1.0.tar.gz
  • Upload date:
  • Size: 5.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.12.1

File hashes

Hashes for okta_token_fetcher-0.1.0.tar.gz
Algorithm Hash digest
SHA256 4c63b6c6a1bfee867c2eb1f611740887bd0ae425e039c27147990478a733dc4d
MD5 fc17893bf1328c3b7e74603b5e75711f
BLAKE2b-256 7d2565ab7db2d680e7eaf75323c0ec182a95ea4ff38b1678388a922133ceeeab

See more details on using hashes here.

File details

Details for the file okta_token_fetcher-0.1.0-py3-none-any.whl.

File metadata

File hashes

Hashes for okta_token_fetcher-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 834c6278ca73f4ebf4eaecc51181ae6689ab07a80bd51d9f94eb6d31c6e669c3
MD5 2cb80f6b81482151eb92de0d0582c41b
BLAKE2b-256 607d8c963732beb25d7b01a5e1a4e1b9690e99b3e6cdf13816fca1f4540729da

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page