Skip to content

mefarazath/OIDCCustomClaimHandler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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,
<IDTokenCustomClaimsCallBackHandler>org.wso2.custom.oidc.claim.handler.CustomOIDCClaimHandler</IDTokenCustomClaimsCallBackHandler>

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages