License |
License |
---|---|
Categories |
CategoriesKeY Data Data Formats Formal Verification Keycloak Security |
GroupId | GroupIdorg.keycloak |
ArtifactId | ArtifactIdfacebook-authentication |
Last Version | Last Version18.0.2 |
Release Date | Release Date |
Type | Typewar |
Description |
DescriptionKeycloak Broker Examples - Facebook Authentication
An example about how to authenticate with Facebook
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
facebook-authentication-18.0.2.pom | |
facebook-authentication-18.0.2.war | 559 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.keycloak/facebook-authentication/ -->
<dependency>
<groupId>org.keycloak</groupId>
<artifactId>facebook-authentication</artifactId>
<version>18.0.2</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.keycloak/facebook-authentication/
implementation 'org.keycloak:facebook-authentication:18.0.2'
// https://jarcasting.com/artifacts/org.keycloak/facebook-authentication/
implementation ("org.keycloak:facebook-authentication:18.0.2")
'org.keycloak:facebook-authentication:war:18.0.2'
<dependency org="org.keycloak" name="facebook-authentication" rev="18.0.2">
<artifact name="facebook-authentication" type="war" />
</dependency>
@Grapes(
@Grab(group='org.keycloak', module='facebook-authentication', version='18.0.2')
)
libraryDependencies += "org.keycloak" % "facebook-authentication" % "18.0.2"
[org.keycloak/facebook-authentication "18.0.2"]