Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mefarazath/oidccustomclaimhandler


https://github.com/mefarazath/oidccustomclaimhandler

Last synced: 16 days ago
JSON representation

Awesome Lists containing this project

README

        

# Custom OIDC Claim Handler
---
This component allows to retrieve oidc claims from a custom attribute store when building the id_token for an
authorized user.

## Building From Source

Clone this repository first (`https://github.com/mefarazath/OIDCCustomClaimHandler.git`)

Use maven install to build
`mvn clean install`.

## Deploying to IS 5.3.0

* Copy **org.wso2.custom.oidc.claim.handler-1.0.0.jar** file to **wso2is-5.3.0/repository/components/dropins**
folder
* Update the **** tag in **wso2is-5.3.0/repository/conf/identity/identity.xml** as follows,
````xml
org.wso2.custom.oidc.claim.handler.CustomOIDCClaimHandler
````