Giter VIP home page Giter VIP logo

pokta's Introduction

Pokta - Okta interactions utilities

License Go Report Card ci-status

Interacting with Okta as a developer is not always the most straightforward. pokta aims to bring simple features to your CLI, to make your life easier.

Installation

Follow any of the instructions below.

Mac OS

brew install piaverous/tap/pokta

This formula is maintained by me. It is updated automatically after every release.

General Linux

curl -L https://raw.githubusercontent.com/piaverous/pokta/main/install.sh | bash

This script installs the latest release by default.

Getting Started

Setup a config file in ~/.pokta/config.yml like so :

okta:
  api_key: <your_client_api_key>
  aud: https://<your_okta_domain_base_url>/token
  client_id: <your_client_id>
  kid: <your_key_id>
  private_key: <your_base64_encoded_p12_key>
  scope: <scopes_you_wish_to_request_in_your_token>

Then simply run :

pokta auth pkjwt

Currently supported

Currently, this CLI only supports Private Key JWT login.

Warning

My understanding of the topic is not very exhaustive, and this CLI is essentially used as a debuging tool. Therefore :

  • Some things may be inexact and not work properly
  • No proper error management has been implemented yet

pokta's People

Contributors

piaverous avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.