Okta expression language for attribute mapping

Greetings, community,

I’m endeavoring to establish a custom attribute for a SAML-integrated app (HR serving as the master app)

My aim is for the “Employee type” in the HR application to correspond to the “employee status” in Okta.

I’ve created a custom attribute in Okta and crafted an expression language for attribute matching.

However, it’s not functioning as expected. Can someone lend assistance with this?

if appuser.acaStatus ==“Terminated” then “Terminated” else “active”

Hi @User10234

Welcome to the Auth0 Community!

Thank you for posting your question and I appreciate your patience. Your issue is connected to the Okta platform rather than Auth0. I encourage you to pass your question on to the Okta Community → Okta Help Center (Lightning) , where experts can address your issue directly.

Thank you!
Dawid

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.