Client implementation to integrate with Okta Authorization Server

WSO2 is an open source application development software company focused on providing service-oriented architecture solutions for professional developers.

License

License

Categories

Categories

CLI User Interface
GroupId

GroupId

org.wso2.km.ext.okta
ArtifactId

ArtifactId

okta.auth.client
Last Version

Last Version

3.0.6
Release Date

Release Date

Type

Type

pom
Description

Description

Client implementation to integrate with Okta Authorization Server
WSO2 is an open source application development software company focused on providing service-oriented architecture solutions for professional developers.
Project URL

Project URL

http://wso2.org
Project Organization

Project Organization

WSO2
Source Code Management

Source Code Management

https://github.com/wso2-extensions/apim-keymanager-okta.git

Download okta.auth.client

How to add to project

<!-- https://jarcasting.com/artifacts/org.wso2.km.ext.okta/okta.auth.client/ -->
<dependency>
    <groupId>org.wso2.km.ext.okta</groupId>
    <artifactId>okta.auth.client</artifactId>
    <version>3.0.6</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.wso2.km.ext.okta/okta.auth.client/
implementation 'org.wso2.km.ext.okta:okta.auth.client:3.0.6'
// https://jarcasting.com/artifacts/org.wso2.km.ext.okta/okta.auth.client/
implementation ("org.wso2.km.ext.okta:okta.auth.client:3.0.6")
'org.wso2.km.ext.okta:okta.auth.client:pom:3.0.6'
<dependency org="org.wso2.km.ext.okta" name="okta.auth.client" rev="3.0.6">
  <artifact name="okta.auth.client" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.wso2.km.ext.okta', module='okta.auth.client', version='3.0.6')
)
libraryDependencies += "org.wso2.km.ext.okta" % "okta.auth.client" % "3.0.6"
[org.wso2.km.ext.okta/okta.auth.client "3.0.6"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • components/okta.key.manager
  • features/okta.key.manager.feature

Integrate Okta as a Third Party Key Manager for WSO2 API Manager

This Okta key manager implementation allows you to integrate the WSO2 API Developer Portal with an external Identity and Access Management server (IAM) by using the Okta OAuth Authorization Server to manage the OAuth clients and tokens required by WSO2 API Manager. We have a sample client implementation that consumes the APIs exposed by Okta OAuth.

Getting Started

To get started, go to Integrate WSO2 API Develper Portal with an external IAM using the Okta OAuth authorization server.

Build

APIM 3.x version related code can be found in the master branch. APIM 2.6 related code can be found in 2.x branch

Use the following command to build this implementation mvn clean install

How You Can Contribute

To contribute to the Okta key manager development, fork the github repository and send your pull requests to https://github.com/wso2-extensions/apim-keymanager-okta

org.wso2.km.ext.okta

WSO2 Extensions

Versions

Version
3.0.6
3.0.5
3.0.4
3.0.3
3.0.2
3.0.1
3.0.0