pwm
pwm copied to clipboard
Add feature to embed parameters into After Registration Redirect URL
DO NOT FILE AN ISSUE FOR HELP OR TO ASK QUESTIONS. This issue system is not for help requests and such issues will be deleted.
Instead, please ask for help on the PWM-General Google Group. If your not sure, it's better to ask on the pwm-general group before opening an issue here.
Is your feature request related to a problem? Please describe. Once the user registration is complete I would like to redirect the user to another web application. This web application needs to process the username of the newly registered user. To achieve this end a url parameter should be passed i.e. https://www.example.com/processRegisteredUser?uid=testuser
Describe the solution you'd like Module being described: Modules > Public > New User Registration > New User Profiles > default I would like to be able to enter the Registration Redirect URL config item to https://www.example.com/processRegisteredUser?uid={uid} Then, pwm should fill in the parameter before redirecting the user.
Describe alternatives you've considered User would have to manually enter their user name in the the application that they're redirected to.
Additional context Add any other context or screenshots about the feature request here.