Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 367 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 367 Bytes

wso2-sample-claim-handler

To return groupid in OIDC id_token,

  1. Build with mvn clean install

  2. Paste the jar to <IS_HOME>/repository/component/dropins directory

  3. Change <IS_HOME>/repository/conf/identity/application-authentication.xml as below

    <ClaimHandler>org.wso2.custom.claim.CustomClaimHandler</ClaimHandler>
  4. Restart the server