Questions tagged [siteminder]

siteminder is an application sold by Computer Associates that allows web assets to require authentication before access is given.

Computer Associates SiteMinder is a highly scalable solution that provides best practice identity and access management components for Web single sign-on, authentication, authorization, auditing and administration.

SiteMinder has an API written in Java or C and it is worth checking out the PDFs.

Siteminder is now marketed as "CA Single Sign-On".

264 questions
0
votes
1 answer

How to Skip Spring Login Page

I am using siteminder for authentication but currently for development purpose I am faking the URL attributes like SM_USER through fiddler tool. I am able to get the attribute in my class where I have Implemented my custom methods to get the user…
0
votes
0 answers

Siteminder injected custom header not found by ASP.NET MVC site

I have a ASP.NET MVC website that is protected by Siteminder. After authentication. Siteminder injects custom header values and redirects to my MVc website. Here I am trying to parse the header in the Application_AuthenticateRequest method in the…
0
votes
1 answer

How to get rid of Siteminder authentication in IBM WAS 8.0 and implement custom authentication?

I've a web application which is configured to use SSO - Siteminder authentication. Now we have developed over own custom authentication code and want it to be implemented instead of using Siteminder. The application is being deployed in WAS 8.0…
kkk
  • 166
  • 2
  • 18
0
votes
0 answers

how to call the service now web service using soapclient in windows application project?

I am following this document. I have added the service reference into my application and called the getRecords web method but while calling that method I am getting the below error: "The HTTP request is unauthorized with client authentication…
user958269
  • 35
  • 1
  • 3
  • 8
0
votes
2 answers

CA SiteMinder offline authentication for thick Client

I am looking for a way to authenticate a standalone thick client when its offline using CA siteminder. I am already using siteminder for authentication, but now I want to access the application even when its offline. Is there any way to store the…
Faust
  • 1
  • 2
0
votes
0 answers

Flex application logout (siteminder used for authentication)

I'm working on a Flex 3.5 web app with Siteminder authentication and I have some problems with logout and IE9. On click on logout button I call siteminder.xxx.it/siteminderagent/xxx-logout.fcc/ and the first logout makes these calls 302 HTTP …
user817057
  • 127
  • 1
  • 11
0
votes
0 answers

Siteminder Cookie deleted by Android Chrome before expiry

We use an SSO solution, called Siteminder, that places a cookie on the device. The expiry is set up for 5 days, but after 2 days the cookie is removed by Chrome and forcing the user to reauthenticate before the 5 day expiry. Do you know why it…
occasl
  • 5,303
  • 5
  • 56
  • 81
0
votes
2 answers

siteminder sso and spring security testing

I am making a Java portal application that will be accessed via a Siteminder single sign on. I have the application currently rejecting any requests without the SM_USERID using the following beans:
0
votes
1 answer

Adding Custom Identity Provider using SAML 2.0 (SiteMinder) to Azure ACS

I'm looking for help adding a custom identity provider to ACS. I'm currently working on an application hosted in Windows Azure. For authentication - we are trying to configure ACS to work with CA SiteMinder. We have previously been told that ACS…
0
votes
1 answer

Siteminder 403 - possible causes

Im pretty new to webservice etc and I need figure out what is causing a http 403 response code. I am hitting a service that was recently secured using siteminder, what I need to find out is what siteminder expects when receiving a http get request.…
aspiringCoder
  • 415
  • 1
  • 9
  • 24
0
votes
0 answers

Verify an XML signature from SiteMinder with Ruby on Rails

I'm having trouble verifying an XML signed document that was created by SiteMinder with Ruby on Rails xmldsig gem. I cloned the gem and ran through it with the debugger, and I can't find anything wrong. It fails both [:digest_value, :signature].…
Chloe
  • 25,162
  • 40
  • 190
  • 357
0
votes
2 answers

Spring security, AJAX and SiteMinder

I am implementing Spring Security login and I am trying to understand something, here is the scenario I want to implement: For initial login show login page and let user in. If after some inactivity session expired and user makes some action show…
Roman Goyenko
  • 6,965
  • 5
  • 48
  • 81
0
votes
1 answer

SharePoint 2010 Error The Signature of the certificate cannot be verified

My client wants the SharePoint web application to be authenticated using SiteMinder Claims based STS Web Service agent. When the web app started and authentication provider is selected web app will redirect to a login page and over the correct…
0
votes
1 answer

Send cookie in header for authentication

An SWF-Application is embadded in a Website which uses siteminder for SSO. The user clicks on a link which open a html-file (secured) which include the SWF-file. Inside the SWF File there are links which redirect the user to another site (same…
vigri
  • 475
  • 1
  • 5
  • 16
0
votes
1 answer

How to configure a public rule in a protected realm on CA SiteMinder

I want to configure SiteMinder to allow public access (for unauthenticated users) to a especific URI. I have created a rule to allow access to a specific URI, and a Policy that applies to all users and that rule. The realm is protected by default.…
eze1981
  • 780
  • 1
  • 7
  • 19
1 2 3
17
18