MVN

fr.cnieg.keycloak : attribute-login-provider

Maven & Gradle

Aug 09, 2023
28 stars

fr.cnieg.keycloak:keycloak-login-attribute · Adds the possibility for Keycloak to connect via a user attribute

<dependency>
    <groupId>fr.cnieg.keycloak</groupId>
    <artifactId>attribute-login-provider</artifactId>
    <version>1.3.6</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of fr.cnieg.keycloak : attribute-login-provider to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.3.6

All Versions

Choose a version of fr.cnieg.keycloak : attribute-login-provider to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.3.x
attribute-login-provider-1.3.6
attribute-login-provider-1.3.5
attribute-login-provider-1.3.4
attribute-login-provider-1.3.3
attribute-login-provider-1.3.2
attribute-login-provider-1.3.1
attribute-login-provider-1.3.0
1.2.x
attribute-login-provider-1.2.15
attribute-login-provider-1.2.14
attribute-login-provider-1.2.13
attribute-login-provider-1.2.12
attribute-login-provider-1.2.11
attribute-login-provider-1.2.6
attribute-login-provider-1.2.5
attribute-login-provider-1.2.4
attribute-login-provider-1.2.3
1.1.x
attribute-login-provider-1.1.0
1.0.x
attribute-login-provider-1.0.0

How to add a dependency to Maven

Add the following fr.cnieg.keycloak : attribute-login-provider maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>fr.cnieg.keycloak</groupId>
    <artifactId>attribute-login-provider</artifactId>
    <version>1.3.6</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following fr.cnieg.keycloak : attribute-login-provider gradle dependency to your build.gradle file:

implementation 'fr.cnieg.keycloak:attribute-login-provider:1.3.6'

Gradle Kotlin DSL: Add the following fr.cnieg.keycloak : attribute-login-provider gradle kotlin dependency to your build.gradle.kts file:

implementation("fr.cnieg.keycloak:attribute-login-provider:1.3.6")

How to add a dependency to SBT Scala

SBT Scala: Add the following fr.cnieg.keycloak : attribute-login-provider sbt scala dependency to your build.sbt file:

libraryDependencies += "fr.cnieg.keycloak" % "attribute-login-provider" % "1.3.6"