
ChrisB.81667 (Customer) asked a question.
I have a custom Profile of type "Okta" and I've added a custom attribute, called "parentId". I'm now trying to expose the value of this attribute in the SAML claims. Under the SAML Settings for the Application, I have tried the following:
user.parentId
user.myprofiletype.parentId
appuser.parentId
appuser.myprofiletype.parentId
But nothing seems to work. The user's profile has data in the attribute, but it's always empty when exposed through the SAML claim.
Any ideas?

Hi, @ChrisB.81667 (Customer)
Thank you for posting on our Community page!
I have done some research and found some articles to help with the steps and rules to create a custom SAML attribute statement:
Should these not help with your use case, my advice would be to leverage the Okta Developer forums and take advantage of their expertise.
https://devforum.okta.com/
Hope this helps!
Thank you for reaching out to our Community and have a great day!
_____________________________________________________________________________
The Okta Community Catalysts Program is now live. Collect online badges when you participate in the Okta Help Center Questions community. Learn more here.
_____________________________________________________________________________
Hi @ChrisB.81667 (Customer)
Just a quick followup: I researched further and it seems like you need to use the custom profile name in conjunction with the custom attribute. (e.g. instead of user.parentID, you should use custom_profile_name.parentID)
Hope this helps!