Is your feature request related to a problem?
currently in DLS/FLS only user attributes from the authentication (e.g. claims from a JWT) can be referenced. however, sometimes other attributes are needed as well.
What solution would you like?
currently we grab all user attributes which we reference in our DLS from the JWT. we now have a use-case where my DLS needs to filter something based on an information not present in the JWT (the information is still secure even if it's not part of a signed JWT because i have the information in OpenSearch whether the value provided can be valid). i currently don't see any way of passing something like this in, so i was thinking if it'd be ok to extend the user attribute mapping to allow mapping HTTP headers to user attributes
What alternatives have you considered?
extending the JWT is not an option in our case (the information is not known to the IdP)
Do you have any additional context?
n/a
Is your feature request related to a problem?
currently in DLS/FLS only user attributes from the authentication (e.g. claims from a JWT) can be referenced. however, sometimes other attributes are needed as well.
What solution would you like?
currently we grab all user attributes which we reference in our DLS from the JWT. we now have a use-case where my DLS needs to filter something based on an information not present in the JWT (the information is still secure even if it's not part of a signed JWT because i have the information in OpenSearch whether the value provided can be valid). i currently don't see any way of passing something like this in, so i was thinking if it'd be ok to extend the user attribute mapping to allow mapping HTTP headers to user attributes
What alternatives have you considered?
extending the JWT is not an option in our case (the information is not known to the IdP)
Do you have any additional context?
n/a