
9z78l (9z78l) asked a question.
I am trying to integrate Okta as an IdP for Auth0 which is acting as a service provider. As part of that, I wish to send a custom SAML attribute via the response that is sent to Auth0 for some user that tries to log in. I have managed to achieve that by setting the custom attribute and its value in the user profile. However, I am now trying to extend the solution to Groups in Okta. That is, I wish to be able to assign the same value for the same custom attribute for all users that are members of some group. I tried setting the same custom attribute and its respective value for some group, and assigned several users to said group.
I effectively wish for a user to "inherit" the attributes of groups where the user is a member.
Are there any steps that would allow this attribute to be automatically assigned to those users? Is this feature currently supported in Okta?

Managed to figure it out. Turns out that any attributes that are assigned to the group are then assigned to the appuser object which I reference in turn in the Attribute statements in the Application settings.