项目作者: curityio

项目描述 :
An example event listener plugin integrating Curity with Apigee Edge
高级语言: Java
项目地址: git://github.com/curityio/apigee-edge-token-publisher.git
创建时间: 2018-02-07T11:45:10Z
项目社区:https://github.com/curityio/apigee-edge-token-publisher

开源协议:Apache License 2.0

下载


Apigee Edge Token Publisher Demo Plugin

Quality
Availability

This is an example event listener SDK Plugin for the Curity Identity Server. The plugin registers an event listener
listening for issued access token events, and forwards them to Apigee Edge. See the tutorial on
Integrating Apigee with Curity for the full story on how
Apigee Edge might be integrated with Curity.

Building, installation and configuration

To build the plugin, simply download it and run mvn package. This creates target/identityserver.plugins.events.listeners.apigee-edge-token-publisher-1.0.0.jar. Create a new folder apigee_edge_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):

Add new listener

Pick a suitable name and then select the “apigee-edge-token-publisher” type:

Select type

Configure your listener to point to your Apigee Edge endpoint:

Configure the listener

Please visit curity.io for more information about the Curity Identity Server.