Security Assertion Markup Language

learn more… | top users | synonyms

0
votes
1answer
26 views

ColdFusion: SAML Service Provider ADFS

Our company is programming custom webshops for our customers. Now a customer has contacted us to implement the authentication under use of SAML. The customer is running an ADFS server already. My job ...
0
votes
1answer
27 views

Java: Access an API that uses SAML authentication

I have a web project that needs to pull some data from a hosted versionone instance. The versionone instance uses SAML authentication for single sign-on. The single sign-on itself uses a username and ...
0
votes
0answers
24 views

Missing xmlns:ds=“http://www.w3.org/2000/09/xmldsig#” in a SAML request

There are SAML authentication requests coming from two different systems. One is successfull, the other keeps failing. I noted that the failing one has missing ...
0
votes
1answer
11 views

Integrating CAS with an external SAML identity provider

I would like to implement single sign on functionality for my web application(s). Our team uses Spring framework, which seems to support CAS as its SSO authentication technology. CAS seems to be ...
0
votes
0answers
20 views

Aggcat SAML request in Node.js

I'm developing an application that will interface with Intuit's aggcat service. I'm writing the application in Node.js. Right now I'm stuck on creating the SAML request. I've searched for a module ...
0
votes
0answers
48 views

WSO2 SAML2 implementation not standard compliant

We've been attempting to get WSO2 carbon based servers (API Manager 1.4.0 and IS 4.1.0, carbon 4.0 and 4.1 respectively) to authenticate with the SAML2 SSO authenticator using our Shibboleth Identity ...
1
vote
0answers
25 views

Spring MVC app as SAML SP - examples?

are there any working examples or tutorials on how to integrate SAML authentication with a Spring MVC application? I want the Spring MVC application to be a SAML SP - linked or invoked from some ...
0
votes
0answers
25 views

simpleSAMLphp IdP / Python-based SP

I am integrating a simpleSAMLphp Identity Provider with a python-based solution (the Service Provider). IdP: http://simplesamlphp.org/ Python Library in SP: https://github.com/onelogin/python-saml ...
0
votes
2answers
38 views

Top SAML 2.0 identity providers in the market

I am working on a product (service provider) which uses SAML 2.0 for authentication purpose. Having said that I wanted to know what you all think are the top and most trusted identity providers that ...
0
votes
0answers
23 views

Apply SAML 2 on top of restful web services

I am a newbie to SAML. I want to implement a simple hello world restful WS using CXF and Spring and apply SAML 2 on top of it. Can you please provide some pointers as to how to implement the same. ...
0
votes
1answer
33 views

How can I setup a web Application to use ADFS /SAML/WS-* in JAVA?

I have a pair of web applications written in Java 1.6.X using Wicket-1.5.x There is another organization where I work that maintains a public login portal for my web applications to integrate with ...
4
votes
0answers
207 views

How to get access token from ACS via SAML assertion?

I was able to retrieve, decode the security token (SWT) from various identity providers configured in ACS. Now I should be - according to example - able to do this: String headerValue = ...
0
votes
0answers
15 views

IdP-Initiated SSO Hanging On Form Submit

Our machine is an IdP, and are trying the above initiation using simplesamlphp and this feature: IdP-first flow. Testing url: ...
1
vote
1answer
16 views

Convert site from SP-Initiated SSO Redirect POST to IdP-Initiated SSO POST

Up until now, I have been using simplesamlphp for SP-Initiated SSO Redirect for our third party applications. But our latest client does IdP-Initiated SSO instead. I was given this page to explain ...
0
votes
1answer
30 views

Check xml against .pfx certificate

I'm working on creating a Service Provide for an SSO. I already have the whole system up and running, but the only thing I have left to do is to verify the response we get using the certificate ...
0
votes
0answers
31 views

how to use simplesamlphp http-artifact

I've installed simplesamlphp and succesfully tested sso with example-auth and sql methods, and getting user attributes. Can anyone help me to implement http-artifact in authentication request and ...
0
votes
0answers
23 views

Java Client Authenticate to SimpleSAMLPHP

I need to authenticate a Java Client application into simpleSAMLPHP using IDP. Can you help me? But I receive NullPointerException Anyone know of a practical example?
0
votes
1answer
50 views

Oracle Identity Federation - RCU OID Schema Creation Failure

I am trying to install OIF - Oracle Identity federation as per the OBE http://www.oracle.com/webfolder/technetwork/tutorials/obe/fmw/oif/11g/r1/oif_install/oif_install.htm I have installed the ...
0
votes
1answer
24 views

Adfs Saml request fails via Passport-saml

As am requesting for token from ADFS2.0 server, for that i have used passport-saml for my nodejs app. I can able to login with my valid username and password into the server, after login am getting ...
0
votes
0answers
5 views

Shibboleth experimentation

I am experimenting in the same computer Shibboleth SP and IdP (latest versions) through IIS7 as the SP web server and Apache Tomcat 6 as IdP servelets container. All the installations have been ...
0
votes
1answer
35 views

Sending SAML request to NetSuite

I've been navigating and toying with features of netsuite, for one feature that came across was the SAML single sign-on. I can not understand how it works or even get it working. I've read the ...
0
votes
1answer
23 views

installing features WSO2 Carbon server

I would like to install org.wso2.carbon.identity.authenticator.saml2.sso.server_4.1.0.jar features for carbon server 4.1.0. I downloaded the P2 repository and I added it in the features management. ...
0
votes
1answer
49 views

Can't get a simple login page on Cas server (critical)

i got some trouble to get Cas Server (3.5.2) works. i am on WebLogic 10.3.5. I did several things : removed : log4j-over-slf4j-1.6.1.jar ( conflict with this jar and slf4j-log4j.jar ) add to my ...
0
votes
2answers
23 views

How to get ADFS to respond to a query about an user's email address

I'm working in a company that uses Microsoft Active Directory. We have an external company that provides an internal web site for a particular project. The site is external to the company. The sign on ...
0
votes
1answer
45 views

can't make CAS Server 3.5.2 work

I've some issues to make CAS Server work with WebLogic 10.3 Issues come from a bad parsing/reading of SAML file (i presume). To get CAS Server "work" i had to add : ...
0
votes
0answers
54 views

C#: .Net - Signed XML signature verification for SSO SAML (Using sha256)

Using VS 2008 with .Net Framework 3.5 on windows 2003 server. We have implemented SSO with SAML for security. We work at service provider end where we validate the Signed XML SAML Assertuib token ...
0
votes
1answer
38 views

SAML 2.0 SP metadata

I am implementing an SP initiated web browser SAML SSO profile. My application is the SP. The customers ask me to supply them a metadata file. I have a Shibboleth metadata file I used for testing my ...
0
votes
2answers
55 views

Unable to Set Up SAML SSO on AS 5.1.0

I have set up an instance of AS 5.1.0 to perform SAML SSO with an instance of IS 4.1.0. When I connect to the AS Management Console, I get forwarded to the SAML SSO login page on the IS instance. ...
0
votes
0answers
20 views

Tivoli configuration for SLO - single logout always uses persistent nameId:Format

We have a set up where we use saml for authentication purpose, so there is an Idp(identity provider) and two SPs (Service providers). Idp is from shibboleth and SP's saml piece implemented of spring ...
0
votes
1answer
33 views

Integrating a simpleSAMLphp IdP with a Shibboleth 2.2 SP

I'm new to SAML, but I'm tasked to integrate a website with a shibboleth 2.2 service provider. Now simpleSAMLphp (the latest release) has configuration files for SAML 2.0 and Shibboleth 1.3. But I ...
0
votes
2answers
51 views

Handling a SAML response

I'm new to SAML 2 and I'm working on a tool that requires SSO, but I'm clueless on how to go about it. Here's the flow: 1) User accesses main website and chooses to log in. 2) User enters login ...
0
votes
1answer
61 views

Logging into SAML/Shibboleth authenticated server using python

I'm trying to login my university's server via python, but I'm entirely unsure of how to go about generating the appropriate HTTP POSTs, creating the keys and certificates, and other parts of the ...
0
votes
1answer
49 views

SAML SingleLogoutServices endpoint location error

I am trying to locate some documentation or help on this error I have encountered: ID4453: The SAML service 'SingleLogoutServices' has endpoint with location or response location ...
0
votes
0answers
28 views

How to enable https connection for SimpleSAMLphp?

Is there anyone knows how to access front page from SimpleSAMLphp with https connection? When I opened this URL https://mydomain.local/simplesaml/, the browser showed this following error : Secure ...
-1
votes
1answer
29 views

connect two or more machines using SAML [closed]

I need to connect two or more machines using SAML(Security assertion markup language) to gain access to the documents of the other machine , using a link or any other mechanism . If anyone has prior ...
0
votes
0answers
66 views

LoadRunner web service protocol and custom soap header

I am creating a webservice test in LoadRunner with the ws protocol, but my endpoint is requiring me to have a saml token in my soap-header to make it work. It works in SoapUI like this: ...
0
votes
0answers
81 views

installing simpleSAMLphp in windows

I'm newbie with simpleSAMLphp. I want to install simpleSAMLphp in my windows. I'm using XAMPP. I've tried to follow this installation step : http://simplesamlphp.org/docs/1.7/simplesamlphp-install ...
0
votes
2answers
88 views

How to sign an saml 2.0 assertion using the openssl (.PCKS8) file

Hi i need some infomation on saml 2.0 Authn Request . I want to sign my authn request with a openssl created *.pkcs8 file. I can do with a keystore file using java keytool . But I want to achieve the ...
1
vote
1answer
107 views

Is there a standard format of SAML 2.0 encrypted assertion

I am implementing an SP initiated web browser SAML SSO profile in JBOSS. My application is the SP. After login, I expect the IDP to send me an encrypted assertion of the following format: ...
0
votes
1answer
51 views

How to setup initial user/role enabling SAML SSO

We are a service provider. Suppose in our application, we originally have our own user/role management. Different users with different roles are allowed to use different features. So that when a user ...
-1
votes
1answer
26 views

Howto Use Selenium and Selenium IDE with sites using SAML

I need to log into site: play.pl my mobile provider and fetch some data. They use SAML. I'm unable to do this using CURL or Selenium. Any ideas what shoud i do/check?
0
votes
1answer
149 views

OpenAm (as IdP): SSO login returning NoAuthnContext (unable to login with SSO)

Below is the metadata file for IdP at OpenAm <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <EntityDescriptor entityID="http://myidp.com/openam" ...
2
votes
1answer
42 views

Identity, WIF, SAML and a 3rd party IdP

We are trying to get an intranet site to work against a 3rd party external ID Provider (Okta) that is federated with our internal AD. We've managed to use Ultimate SAML to parse the SAML token ...
0
votes
1answer
149 views

active client - get token from resource partner adfs using idp token

I am trying to write console application with the following scenario: client first requests a token from an identity provider, and then uses this token to request a new token from a Resource STS Using ...
0
votes
1answer
27 views

SAML Signing problems

We are facing problems to sign the content while using the following set of JARS for SAML. opensaml-2.5.1-1.jar openws-1.4.2-1.jar xmlsec-1.5.2.jar xml-apis-1.3.04.jar xmltooling-1.3.2-1.jar These ...
0
votes
1answer
84 views

How to get Certificate used in Identity Provider in openam

We are service provider and support SAML based single signon. We want our customers to register us as Service provider in their OpenAm. When they register us as remote SP, they need to provide us the ...
0
votes
3answers
295 views

How to validate WS-Federation SAML tokens with Java Service Provider

I am working on a project that uses ws_federation and SAML to authenticate to a Identity Provider running on a IIS server running on .net called thinktecture I need to write a Java Service Provider ...
0
votes
1answer
39 views

Simplesaml SSO silverstripe

just wondering if there is any module available that is implementing simplesamlphp as a SSO library that is getting used in Silverstripe? Cheers RD
0
votes
1answer
107 views

Pull SecurityToken from SAML Assertion

I have the XML of a SAML Assertion that looks like this: <saml:Assertion MajorVersion="1" MinorVersion="1" AssertionID="_9b6e6302-d6a8-47f0-9155-1051a05edbfb" ...
0
votes
1answer
19 views

Issue a constant attribute in a claim

We have a rule to issue an attribute to one of our Relying Third Parties that matches the following exactly (obviously I've made some changes): <Attribute Name="http://example.com/#Something" ...

1 2 3 4 5 11