
00u4h2m3r7PVQuMYZ2p71.562835609642095E12 (Customer) asked a question.
We are trying to integrate salesforce app into our Okta, while configuring credentials details, choosing Custom name format, receiving erorr as above for email format.
${user.email}.fico
${user.email}.ficofull2
Similar is configured in older applications, elsewhere.

Hello @00u4h2m3r7PVQuMYZ2p71.562835609642095E12 (Customer) Thank you for reaching out to our community.
The syntax $user.email has changed, and now you need to use simple format ex: user.email
Please also check our documentation here: https://developer.okta.com/docs/reference/okta-expression-language/
Please also note that older application that still use the old syntax will still work if they have not been updated, but once you try to make changes this will error out.
Kind Regards,
@paul.stiniguta1.508386743840768E12 (Okta, Inc.) I work with Ashwin who asked this question. Can you help us write the updated expression? We've read the documentation, tried multiple options, and keep getting an error. We want to set the username format as this:
Email = jdoe@gmail.com
Username passed by OKTA = jdoe@gmail.com.fico
We currently have the expression written as user.email + ".fico" which does not appear to be working. It's still just passing the email address as the username. Thank you!