Here will be described how to start play with coidi testing OP and RP and how to start play with coidi in your project.
Installing of this two servers allows you to test authorization process between OP and RP.
./run-test-op.sh
./run-test-rp.sh
<profile>
<id>default</id>
<repositories>
<repository>
<id>koroptev-snapshots</id>
<url>https://oss.sonatype.org/content/groups/public/cz/coroptis/coidi/</url>
<layout>default</layout>
<snapshots>
<enabled>false</enabled>
</snapshots>
<releases>
<enabled>true</enabled>
</releases>
</repository>
...
</repositories>
</profile><dependency>
<groupId>cz.coroptis.coidi</groupId>
<artifactId>rp</artifactId>
<version>${coidi.version}</version>
<scope>compile</scope>
</dependency>