Tagged Questions

0
votes
1answer
17 views

OSCommerce - Restructuring productlisting table

Hi anyone know how to restrucutre the productlisting in Oscommerce (using STS template) I can style the output fine, however because the table (i.e ) layout is auto created in the back end I can't …
1
vote
2answers
35 views

Using SQL Account Store in Geneva

Geneva has me pretty hot and bothered as a potential to solve complicated auth and SSO issues that have been presented to us by our customers. I understand that Geneva supports custom and SQL-based …
0
votes
1answer
107 views

WCF STS Token Expiration Problem

I have a WCF service (FooService) protected by Secure Conversation. Also have an STS (StsService) that provides tokens to clients calling FooService. The tokens are good for 15 minutes. The STS is …
4
votes
4answers
548 views

WCF Interop with Axis2 using WS-Trust

We are trying to get WCF and Java talking to each other using SAML tokens issued from an STS. Despite the fact that both sides are compliant with the standards, WS-Security, WS-Trust, WS-Policy, etc., …
0
votes
3answers
517 views

Setting iso-8859-1 instead of utf-8 in oscommerce / sts template website ?

In an oscommerce site I have the following: Server response = Content-type: text/html;charset=UTF-8 and I want: Content-type: text/html;charset=ISO-8859-1 How and where do I set this up. Html …
3
votes
2answers
1k views

Implementing Claims-Based Security (WCF/Asp.NET)

After researching on the topic of Claims-Based Security (or a Federated Security Model). I've been coming across many examples that use Cardspace as an example. The main article that I read that gave …
3
votes
1answer
69 views

What is the most elegant and efficient way to provide AAA to web services using a WS gateway and LDAP?

Hi, I'm looking for the best way to provide authorization, authentication, and auditing to web services. I'll be using a web service gateway appliance deployed to the DMZ, and there will be an LDAP …