Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

5
votes
1answer
104 views

Siteminder Authentication and Android

I'm attempting to connect to a resource that's protected by SiteMinder. Eventually, the app will be in PhoneGap, but for now, I'm just testing the basic communication. When I request the resource, ...
3
votes
2answers
495 views

Extending php SoapClient for siteminder authentication

SHORT VERSION I want to extend SoapClient so it does this internally when accessing the wsdl: curl -L -E /location/of/cert.pem -c /tmp/location/of/cookie.jar ...
2
votes
1answer
242 views

CA Siteminder, Agent.Init() fails indecisively

While using CA Siteminder's JAVA SDK API we noticed a starnge issue that sometimes the init fails randomly. Also re-initializtions happens later with no change in the system. It's little alarming and ...
2
votes
1answer
598 views

How to call WCF Http Service behind SiteMinder

I am trying to call WCF 4 Http Web Services which are hosted within an ASP.NET application. The Service is protected behind SiteMinder. I was wondering how I could programmatically call the web ...
2
votes
1answer
573 views

Siteminder SSO not protecting ASP.NET MVC site

I have site minder installed on IIS7 and I am running ASP.NET site on the sever. It appears that Site minder SSO fails to protect ASP.NET MVC requests. It appears that all ASP.NET requests are ...
1
vote
2answers
332 views

Spring security PreAuthentication Filter asks for AuthenticationEntryPoint

I am trying to use PreAuthFilter (for Siteminder) with Spring Security 3.0. <http use-expressions="true"> <intercept-url pattern="/admin/**" access="hasRole('ROLE_ADMIN')" /> ...
1
vote
1answer
132 views

Exposing WCF metadata on a SiteMinder protected site

This might be a really stupid question, but I've been unable to figure out a solution. I have a WCF service hosted on a site that uses SiteMinder authentication. The authentication relies on a cookie ...
1
vote
2answers
575 views

Set the SMSESSION cookie to get the response back

I am trying to get the response back from the server. So for that what I did is, I passed my username and password in the code for authentication because that server needs authentication and then I ...
1
vote
1answer
441 views

Integrating tomcat to siteminder

Is there a detailed guide for using Siteminder with Tomcat .I searched over Google and SO most of the questions were unanswered for this.
1
vote
1answer
251 views

Splitting and recombining a large string in Cookies using ASP.NET

I have a large string that I want to save in a cookie, however I don't know what the best practices are for max string length per cookie, and max cookie count. What logic should I use to split the ...
1
vote
0answers
719 views

Liferay authentication and authorization (Siteminder and Custom Tomcat Authorization)

I am new to liferay portal. I am afraid, the questions being raised might be simple, but I am not aware. Please clarify. We are trying to build a Portal using Liferay on Tomcat. This Portal should be ...
1
vote
2answers
1k views

Navigate to external URL from a backing bean?

I'm trying to implement proper logout for my Java EE / JSF2 application. It requires two things: I need to logout from JAAS and invalidate the session I then have to navigate to an external URL to ...
1
vote
2answers
579 views

Accepting a SAML 1.1 Assertion

I am working on providing a SSO solution to a customer who acts as an identity provider. He already has Siteminder on his side to generate SAML 1.1 assertions with user id and timestamp as parameters. ...
1
vote
2answers
498 views

Subversion and Siteminder

Has anyone implements Subversion with Siteminder as authentication provider ? If yes, would it be possible to provide an overview of how the whole setup is done ? Since I am using only HTTP ...
0
votes
0answers
5 views

SiteMinder simple set up with default login.fcc

I am trying to make simple set up with login.fcc and everything works fine except after using provided login.fcc form it is redirecting me to wrong url. Instead of having: http://test.com/project/ I ...
0
votes
1answer
16 views

SiteMinder Post to FCC with C#

I have been successful in posting to CA SiteMinder from the client, however, when I attempt to do a server side post I get no response from the server, but I do get a Status 200 (OK). I should be ...
0
votes
1answer
27 views

phonegap + siteminder

please anyone can help me how to use siteminder in phonegap application? once authuntication from server side(siteminder) then proceed to phonegap application. please with help with some details i am ...
0
votes
0answers
16 views

How to Handle siteMinder in Phonegap

I want to know how can i handel the siteMinder in phonegap aap? how to get the siteminder login page on my phonegap app? and take to core app after approval? please help with details. i am new with ...
0
votes
0answers
23 views

Custom assertion of CA SiteMinder FSS

CA SiteMinder FSS is equivalent to Microsoft ADFS, they both can be IdP (identity provider) and issue SMAL 2.0 claims (ADFS) or security assertions (SiteMinder). I'm wondering how to create custom ...
0
votes
0answers
39 views

Spring MVC - Dispatcher Servlet doesn't work with the web server - Single Sign On

First of all, the title doesn't quiet explain the problem I have but I didn't know any better way to put it... System Set up has three layers.... Apache httpd server, SiteMinder and Tomcat which ...
0
votes
0answers
39 views

Siteminder plugin for open id

We are currently using siteminder as the authentication tool for our web application. We want to start using open id as well, are there any plugins available for siteminder for it to use open id ...
0
votes
1answer
70 views

Steps to Bypass Siteminder SSO

I have a Siteminder SSO enabled website. I need to access a page inside the website without SSO authorization. Could anyone please provide the steps to edit the configuration of my Siteminder policy ...
0
votes
0answers
92 views

JSF Siteminder logout

Environment Richfaces 3.3.3 JSF 1.2 Siteminder Requirement User enters the required application address. Siteminder intercepts and asks for username and password. Client provides with ...
0
votes
1answer
217 views

SiteMinder SSO Custom Login page

Has anyone got a bare bones custom login page, that will post to the default login.fcc. I'm unsure where to start with this. Presumably it would have javascript code to take a part the query string ...
0
votes
2answers
117 views

Bypass SSO siteminder for a page inside a website

I have a Siteminder SSO enabled website. Here i need to access a page inside website without sso auth. But now it redirects to login page automaticaly. Please help.
0
votes
0answers
156 views

Getting 64-but/32-bit MVC3 application to work with SiteMinder CA

I am deploying a MVC3 application onto a server protected by SiteMinder. We are running into the following problems: The SiteMinder Installation Manual indicates that the application being protected ...
0
votes
1answer
215 views

SiteMinder and HTTP Client - User Login Info

We have a Portlet running on Java/J2EE technology. It interacts with another application/system through HTTP request that requires user authentication. The current solution retrieves logged in user's ...
0
votes
1answer
150 views

SSO and multi-factor authentication

I'm interested in how the following scenario would be managed using SiteMinder and OpenSSO Given two web applications, and mandated to use SSO across them. App A is a simple application that requires ...
0
votes
1answer
373 views

Logging into SiteMinder using Java

As I am working on the project that is making a call to a url and that url is using siteminder so every time I make a request to that url https://some-host/a/getmeta?id=10 it redirects me to some ...
0
votes
2answers
170 views

Siteminder Fcc attribute not read in seperate javascript file

I have a login.fcc page which I want to modularize into Javascript,CSS & HTML modules so that it can be maintained easily. As you know in Siteminder FCC pages we have number of Attributes which we ...
0
votes
1answer
313 views

Siteminder alternatives

We are going to be setting up a new environment and SiteMinder has been suggested to help with web app authentication/authorization for both internal users and federated users. However, we have not ...
0
votes
0answers
76 views

Can Teamcity successfully connect to JIRA instance setup with siteminder for SSO?

Does Teamcity support JIRA integration with Siteminder? We have JIRA with Siteminder configured for SSO.
0
votes
2answers
442 views

What are the ways to integrate Single Sign On with SiteMinder and a to-be-developed java/.Net bespoke solution?

Would appreciate if you can share your SiteMinder experience on this, thanks! I am thinking of building a bespoke solution using either java or .NET and I want to integrate the authentication layer ...
0
votes
1answer
158 views

Blaze and SiteMinder example

I'm just looking for some direction to integrate my Flex app with SiteMinder. I can't find any working examples online to get me started. Thanks for any tips in the right direction!
0
votes
2answers
281 views

SiteMinder and EJB 3.0 - Reading user login id

I'm working on an application that uses EJB 3.0 and exposes its methods as web services. SiteMinder is used to provide authentication. After successful login, the request header will contain the ...
0
votes
1answer
413 views

Fedlet Service Provider and CA Siteminder Identity Provider

Has anyone used Fedlet as their service provider and CA Siteminder as their identity provider? Our client is using CA Siteminder Federation Security services and we need to configure our end to be a ...
0
votes
2answers
201 views

How can I best learn SiteMinder? Was handed a site that integrates with it, and need to maintain it

We have SiteMinder configured in our environment and I've been given an ASP.NET website to support. Where do I begin to learn SiteMinder? I have some background in ADFS, but need to translate my ...
0
votes
2answers
549 views

Flash/Flex Forms/Gateways problems running CF8 with SiteMinder

Is anybody out there successfully running SiteMinder along with CF8 on an IIS server? Here's the problem. It took some effort, but about a month ago I installed SiteMinder on my company's CF7 ...