Skip to content

Commit

Permalink
Initial release of the plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
mtrojanowski committed May 25, 2020
1 parent 72e0dab commit 084dc7f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ listening for issued access token events, and forwards them to Cloudflare KV sto

## Building, installation and configuration

To build the plugin, simply download it and run `mvn package`. This creates `target/identityserver.plugins.events.listeners.cloudflare-token-publisher-1.0.0.jar`.
To build the plugin, simply download it and run `mvn package`. This creates `target/identityserver.plugins.events.listeners.cloudflare-token-publisher-0.1.0.jar`.
Create a new folder `cloudflare_token_publisher` in `<idsvr_home>/usr/share/plugins/` then copy the jar to that folder
and (re)start the Curity Identity Server. Configure a new event listener (shown here using the Admin UI, but might just
as well be configured through the CLI, REST or XML):
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@

<groupId>io.curity.identityserver</groupId>
<artifactId>identityserver.plugins.events.listeners.cloudflare-token-publisher</artifactId>
<version>1.0.0</version>
<version>0.1.0</version>
<name>Cloudflare Token Publisher Demo Plugin</name>
<licenses>
<license>
Expand Down

0 comments on commit 084dc7f

Please sign in to comment.