Skip to content

Sumudu-Sahan/is-apim-selfsignup-handler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

is-apim-selfsignup-handler

This guide explains how to do user self registration in WSO2 API Manager 4.5.0 with WSO2 Identity Server 7.1.0.

Build & Deploy

  • To build the project, execute the following command from the root directory of the project.
mvn clean install
  • After building the project, copy the built JAR artifact from /target directory and place it inside the <IS_HOME>/repository/components/dropins directory.
  • Open the deployment.toml file inside the <IS_HOME>/repository/conf directory.
  • Add the below configuration segment to the file to engage the custom self registration handler.
[[event_handler]]
name="customUserPostSelfRegistration"
subscriptions=["POST_ADD_USER"]
  • Start the Identity Server after above changes.

For the rest of configurations, please refer to the medium article[1] and [2] to configure the OIDC SSO with IS 7.x.x version.

[1] https://sumudusahanweerasuriya.medium.com/wso2-api-manager-3-2-0-with-wso2-identity-server-5-10-0-sso-self-registration-ec14bdf2fe97

[2] https://medium.com/@sumudusahanweerasuriya/wso2-api-manager-portal-oidc-sso-with-wso2-identity-server-7-0-0-c2c786c588f1

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages