latchvector-sso-spring-boot-starter
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.latchvector</groupId>
<artifactId>latchvector-sso-spring-boot-starter</artifactId>
<version>2.1.0</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<!-- This module was also published with a richer model, Gradle metadata, -->
<!-- which should be used instead. Do not delete the following line which -->
<!-- is to indicate to Gradle or any Gradle module metadata file consumer -->
<!-- that they should prefer consuming it instead. -->
<!-- do_not_remove: published-with-gradle-metadata -->
<modelVersion>4.0.0</modelVersion>
<groupId>com.latchvector</groupId>
<artifactId>latchvector-sso-spring-boot-starter</artifactId>
<version>2.1.0</version>
<name>LatchVector SSO Spring Boot Starter</name>
<description>Spring Boot starter for LatchVector SSO: token verification, login/refresh/MFA client, machine-to-machine tokens, and JPA multitenancy.</description>
<url>https://latchvector.com</url>
<licenses>
<license>
<name>MIT License</name>
<url>https://opensource.org/licenses/MIT</url>
</license>
</licenses>
<developers>
<developer>
<name>LatchVector</name>
<email>support@latchvector.com</email>
<organization>LatchVector</organization>
<organizationUrl>https://latchvector.com</organizationUrl>
</developer>
</developers>
<scm>
<connection>scm:git:https://github.com/latchvector/java-spring-sdk.git</connection>
<developerConnection>scm:git:ssh://git@github.com/latchvector/java-spring-sdk.git</developerConnection>
<url>https://github.com/latchvector/java-spring-sdk</url>
</scm>
<dependencies>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-oauth2-resource-server</artifactId>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-security</artifactId>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-web</artifactId>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-autoconfigure</artifactId>
<scope>runtime</scope>
</dependency>
</dependencies>
<dependencyManagement>
<dependencies>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-dependencies</artifactId>
<version>3.5.3</version>
<scope>import</scope>
<type>pom</type>
</dependency>
<dependency>
<groupId>com.nimbusds</groupId>
<artifactId>nimbus-jose-jwt</artifactId>
<version>9.37.4</version>
</dependency>
</dependencies>
</dependencyManagement>
</project>