Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mefarazath/extendedclaimhandler
https://github.com/mefarazath/extendedclaimhandler
Last synced: 16 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/mefarazath/extendedclaimhandler
- Owner: mefarazath
- Created: 2017-04-13T10:43:26.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-04-13T11:02:04.000Z (almost 8 years ago)
- Last Synced: 2024-11-08T14:59:40.096Z (2 months ago)
- Language: Java
- Size: 2.93 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Custom Claim Handler
---
This component allows to manipulate claims that are returned by Identity Framework for an authenticated user.## Building From Source
Clone this repository (`https://github.com/mefarazath/CustomClaimHandler.git`)
Use maven install to build
`mvn clean install`.## Deploying to IS 5.3.0
* Copy **org.wso2.custom.extensions.claim.handler-1.0.0-SNAPSHOT.jar** file to **wso2is-5.3.0/repository/components/dropins**
folder
* Update the \ tag in wso2is-5.3.0/repository/conf/identity/application-authentication.xml as follows,
````xml
com.wso2.sample.claim.handler.CustomClaimHandler
````