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
3
votes
2 answers

Siteminder SSO + Spring Security + Angular JS

I have seen lot of examples where, there is a custom Login page with Angular JS, and then we make a rest POST call with the username/pwd, and then Spring authenticates based on whatever Auth Service we provide. Then we receive a success, grab the…
3
votes
1 answer

How to fill the siteminder "authentication required" chrome popup when running selenium ui tests

I have an intranet ASP.NET MVC5 application. It uses windows authentication at the moment. We have Selenium UI smoke tests which overrides the credentials by making it a part of the url. E.g http://username:pswd@localhost We are now thinking of…
3
votes
1 answer

sharepoint 2013 provider hosted app using client identity has issues with access token

My provider hosted app is trying to send the client identity in addition to the app identity. I had to modify TokenHelper, SharePointContextProvider , SharePointContext to make it work with our claims provider siteminder. I was able to make the app…
3
votes
0 answers

Undefined symbol unixd_config

Whenever I try to load the libmod_sm22.so or libmodsm_20.so module into apache-2.4.6, I am getting error as shown below : httpd: Syntax error on line 65 of httpd.conf: Cannot load /opt/software/siteminder/waR12cr009/webagent/bin/libmod_sm22.so into…
Kiran Varma
  • 51
  • 1
  • 6
3
votes
3 answers

Use Python/urllib to access web sites with "siteminder" authentication?

I am trying to access and parse a website at work using Python. The sites authorization is done via siteminder, so the usual urllib/urllib2 user password does not work. Does anyone have an idea how to do that? Thanks NoamM
user1256607
  • 139
  • 3
  • 10
2
votes
2 answers

Rails Sessions and SiteMinder/SSO

I am integrating Rails with my company's SSO system. I have the SiteMinder Apache module installed and enabled on my server. The Rails application inspects the request object in a before_filter to determine whether the user has already been…
2
votes
2 answers

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 authentication, I think it would be easier to integrate…
Ram Prasad
  • 396
  • 2
  • 11
2
votes
2 answers

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 only a username / password combination. App B…
2
votes
2 answers

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 got the response back from the server... So is…
arsenal
  • 23,366
  • 85
  • 225
  • 331
2
votes
1 answer

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 other url that contains siteminder thing location:…
arsenal
  • 23,366
  • 85
  • 225
  • 331
2
votes
2 answers

Issue with Tomcat 9.0.31 & 9.0.33

We have installed Tomcat server where our web application is currently hosted and along with this we have Siteminder installed for SSO. The setup works perfectly fine with version 9.0.20 but lately we are having problems accessing the web…
user1194310
  • 129
  • 1
  • 4
  • 14
2
votes
0 answers

Configure SiteMinder as AWS Cognito userpool identityProvider using SAML2

When cognito sends the SAMLREQUEST to the IDP the request does not have all the information that the IDP is expecting. SP is sending the following request:
canoodler
  • 21
  • 4
2
votes
1 answer

Keycloak SAML integration

I am new to Keycloak and need to integrate with an external system that holds information about Users and Groups (Siteminder which is working as Identity Provider). Siteminder will send us the SAML message, we will need to create user and groups…
2
votes
1 answer

How to validate SM_USER header in Spring Security preauthentication for siteminder

I 'm trying to create a secure spring rest api using pre-authentication security for siteminder. I 've tried a solution where I 'm getting SM_USER and when I tested it in postman by adding new header SM_USER with random value it seems to work fine.…
A.A
  • 81
  • 5
  • 16
2
votes
1 answer

net::ERR_CONNECTION_RESET - Apache Web Server with SiteMinder Webagent

We have an Application built in Angular backed by Spring Boot web services. Both Angular based UI and Spring boot apps are behind Apache 2.4 Web server. Apache web server has SiteMinder Webagent configured for authentication. There is a feature to…
Nagaraja JB
  • 729
  • 8
  • 18
1 2
3
17 18