Skip to main content

OKTA plugin for cloudtoken.

Project description

Cloudtoken OKTA Auth Plugin

This is an OKTA auth plugin for Cloudtoken.

Installation

$ pip3 install cloudtoken-plugin.okta

Configuring Cloudtoken

You will need to add the okta plugin to auth section your ~/.config/cloudtoken/config.yaml and have the saml plugin immediately after it. You config.yaml should look something like this:

auth:
    - okta
    - saml

You will also need to add both a gui flag (for an ugly, but functional popup), and the OKTA url into config.yaml as a top level key. Your config.yaml should look something like this:

okta_url: 'https://mydomain.okta.com/'
gui: True
plugins:
    pre_auth:
    auth:
        - okta
        - saml
    post_auth:
        - export_credentials_shell

401's when authenticating?

IIS might be trying to authenticate your credentials using Windows Authentication instead of Forms authentication.

You can follow the instructions here to fix that.

Contributors

Pull requests, issues and comments welcome. For pull requests:

  • Add tests for new features and bug fixes
  • Follow the existing style
  • Separate unrelated changes into multiple pull requests

See the existing issues for things to start contributing.

For bigger changes, make sure you start a discussion first by creating an issue and explaining the intended change.

Atlassian requires contributors to sign a Contributor License Agreement, known as a CLA. This serves as a record stating that the contributor is entitled to contribute the code/documentation/translation to the project and is willing to have it used in distributions and derivative works (or is willing to transfer ownership).

Prior to accepting your contributions we ask that you please follow the appropriate link below to digitally sign the CLA. The Corporate CLA is for those who are contributing as a member of an organization and the individual CLA is for those contributing as an individual.

License

Copyright (c) 2016 Atlassian and others. Apache 2.0 licensed, see LICENSE.txt file.

Project details


Download files

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

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

cloudtoken_plugin.okta-0.0.7-py3-none-any.whl (5.4 kB view hashes)

Uploaded Python 3

Supported by

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