MVN

io.apiman : apiman-sso

Maven & Gradle

Jul 06, 2023
773 stars

apiman-sso · Code to integrate into with single sign on (SSO) platforms, this allows certain events to be pushed to Apiman Manager that it otherwise would not have access to, such as account creation approval requests. Apiman Manager could support multiple different SSOs with this level of integration.

<dependency>
    <groupId>io.apiman</groupId>
    <artifactId>apiman-sso</artifactId>
    <version>3.1.2.Final</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.apiman : apiman-sso to add to Maven - Latest Versions:

  • Latest Stable: 3.1.2.Final
  • Latest Release Candidate: 3.1.2.RC1

All Versions

Choose a version of io.apiman : apiman-sso to add to Maven - All Versions:

Version Vulnerabilities Updated
3.1.x
apiman-sso-3.1.2.Final
apiman-sso-3.1.2.RC1
apiman-sso-3.1.1.Final
apiman-sso-3.1.0.RC6
apiman-sso-3.1.0.RC4
apiman-sso-3.1.0.RC2
3.0.x
apiman-sso-3.0.0.Final
apiman-sso-3.0.0.RC6

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>io.apiman</groupId>
    <artifactId>apiman-sso</artifactId>
    <version>3.1.2.Final</version>
</dependency>

Advertisement