Overview:
I'm experiencing a situation where we might be able to use XAML to handle Authentication for our 'cloud' deployment. I'm looking to get user feedback on using XAML for satisfy this technical requirement.
Here's the situation:
Our customer wants a continuous stream of JMS data from my subnet where my software and associated database(s) are deployed.
However, some of these JMS messages contain XML attributes the customer doesn't want some of their end-customers to see. (Access Control Concern). My boss has proposed we filter/strip these specific XML attributes from a JMS message while continuing to send the JMS message. So if a given end destination was going to a non-approved customer then a given JMS message would be transmitted missing only a few specific attributes.
Question:
Can XAML provide this functionality? If not, what technologies would you recommend for usage?
** We want shy away from using a vendor tool.
I'm experiencing a situation where we might be able to use XAML to handle Authentication for our 'cloud' deployment. I'm looking to get user feedback on using XAML for satisfy this technical requirement.
Here's the situation:
Our customer wants a continuous stream of JMS data from my subnet where my software and associated database(s) are deployed.
However, some of these JMS messages contain XML attributes the customer doesn't want some of their end-customers to see. (Access Control Concern). My boss has proposed we filter/strip these specific XML attributes from a JMS message while continuing to send the JMS message. So if a given end destination was going to a non-approved customer then a given JMS message would be transmitted missing only a few specific attributes.
Question:
Can XAML provide this functionality? If not, what technologies would you recommend for usage?
** We want shy away from using a vendor tool.
Comment