1

I have customized WSO2 ApplicationRegistrationSimpleWorkflowExecutor. I want to send email with Consumer Key & Consumer Secret to the user. I have ApplicationRegistrationWorkflowDTO object in complete method.

Could you please help me to get user profile details Consumer Key & Consumer Secret using ApplicationRegistrationWorkflowDTO .

sachin dhus
  • 199
  • 1
  • 11

1 Answers1

0

You can use RemoteUserStoreManagerService to retrieve user claims. More information is here.

Bee
  • 12,251
  • 11
  • 46
  • 73