views:

48

answers:

0

Is there a way to generate a sitemap from claims and all the PrincipalPermissionAttribute(s) from my WCF service? idea behind this is to have always a current sitemap derived from the user claims and Permissions.

what im trying achieve: the generated sitemap should be used in an asp.net web app as regular sitemap with roles and so on. on the other hand the generated sitemap should be used to fill a Telerik RadPanelPar with a navigation structure. this should be possible with a "standard" sitemap file.

is it possible to generate some XML from the two informations (claims and Permission Attributes)?

related questions