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