MVN

org.wso2.km.ext.okta : okta.auth.client

Maven & Gradle

Nov 12, 2022
9 stars

Client implementation to integrate with Okta Authorization Server

<dependency>
    <groupId>org.wso2.km.ext.okta</groupId>
    <artifactId>okta.auth.client</artifactId>
    <version>3.2.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.wso2.km.ext.okta : okta.auth.client to add to Maven - Latest Versions:

  • Latest Stable: 3.2.0

All Versions

Choose a version of org.wso2.km.ext.okta : okta.auth.client to add to Maven - All Versions:

Version Vulnerabilities Updated
3.2.x
okta.auth.client-3.2.0
3.1.x
okta.auth.client-3.1.1
3.0.x
okta.auth.client-3.0.6
okta.auth.client-3.0.5
okta.auth.client-3.0.4
okta.auth.client-3.0.3
okta.auth.client-3.0.2
okta.auth.client-3.0.1
okta.auth.client-3.0.0

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>org.wso2.km.ext.okta</groupId>
    <artifactId>okta.auth.client</artifactId>
    <version>3.2.0</version>
</dependency>

Advertisement