Authentication for XML Attributes with XAML

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • knelso07
    New Member
    • Jul 2014
    • 1

    Authentication for XML Attributes with XAML

    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.
  • Frinavale
    Recognized Expert Expert
    • Oct 2006
    • 9749

    #2
    XAML is an xml used for displaying information (sort of like HTML...kinda)

    It is not meant to be used for Authentication purposes.

    It is also not meant to be used to strip XML attributes.

    I think you would be more interested in using something like XSLT (<-link to introduction to the topic) which can be applied to any XML really.

    Comment

    Working...