keycloak-scim-parent
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>org.keycloak</groupId>
<artifactId>keycloak-scim-parent</artifactId>
<version>26.7.2</version>
</dependency><?xml version="1.0"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<parent>
<artifactId>keycloak-parent</artifactId>
<groupId>org.keycloak</groupId>
<version>26.7.2</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>keycloak-scim-parent</artifactId>
<packaging>pom</packaging>
<name>Keycloak SCIM Parent</name>
<description>
The parent module for SCIM (System for Cross-domain Identity Management) support in Keycloak.
</description>
<modules>
<module>core</module>
<module>model</module>
<module>client</module>
<module>services</module>
<module>tests</module>
</modules>
</project>