UC_CustomProvisioning - userInfoParam and user are always empty

0
I'm working with the OIDC Connector 3.1.0 module in Mendix, and I have a custom microflow called UC_CustomProvisioning. However, I'm encountering an issue where the parameters userInfoParam and user are always empty when the microflow is called.   Can anyone help me understand why these parameters might not be populated, and how I can ensure they receive the correct values?   Thanks in advance for your support!  
asked
2 answers
2

The reason you see empty values is because of the names of the parameters. See the documentation for the correct names: https://docs.mendix.com/appstore/modules/oidc/#custom-provisioning-rt 

 

"UserInfoParameter" (UserCommons.UserInfoParam) and "User" (System.User)

 

 

answered
0

UP!

 

I'm facing the same issue!!

answered