By: Nagarajan Viswanathan user 26 Feb 2015 at 10:49 a.m. CST

2 Responses
Nagarajan Viswanathan gravatar
Hi, I am trying to follow the code example in the page to create a client http://ox.gluu.org/doku.php?id=oxauth:authorizationcodegrant where can i find the oxAuth-Client.jar? Thanks Naga

By Yuriy Movchan staff 26 Feb 2015 at 1:14 p.m. CST

Yuriy Movchan gravatar
Hi Naga, You can get it from Gluu maven repository. ` <repositories> <repository> <id>gluu</id> <name>Gluu repository</name> <url>http://ox.gluu.org/maven</url> </repository> </repositories> ` The artifact is: ` <dependency> <groupId>org.xdi</groupId> <artifactId>oxauth-client</artifactId> </dependency> `

By Nagarajan Viswanathan user 27 Feb 2015 at 7:49 a.m. CST

Nagarajan Viswanathan gravatar
Hi Yuriy, Got it. Thanks Naga