Mercurial > lada > lada-server
diff pom.xml @ 544:04e254571b8a openid
First non-functional implementation of openid verification
Uses the openid4j package to extract openid information
provided by the client as a HTTP Header.
Currently the statelessness of the services prevents the
exchange of discovery information between client and server.
It is only useful for evaluation and testing.
author | Andre Heinecke <andre.heinecke@intevation.de> |
---|---|
date | Wed, 25 Feb 2015 16:03:35 +0100 |
parents | 7e8cbc69b784 |
children | 8e3f57e2f4af |
line wrap: on
line diff
--- a/pom.xml Thu Feb 19 15:21:44 2015 +0100 +++ b/pom.xml Wed Feb 25 16:03:35 2015 +0100 @@ -139,6 +139,13 @@ <version>3.0.10.Final</version> <scope>test</scope> </dependency> + + <!-- OpenID --> + <dependency> + <groupId>org.openid4java</groupId> + <artifactId>openid4java</artifactId> + <version>0.9.7</version> + </dependency> </dependencies> <profiles>