Security Assertion Markup Language, version 2. Used for SSO authentication, user federation, and attribute and authorization assertions.

learn more… | top users | synonyms

0
votes
1answer
8 views

Shibboleth Service Provider for SAML authentication

Hi we are building an application in ASP.Net using .net framework 4.0, IIS 7. we are trying to use SAML(2.0) authentication. We have an identity provider whose login credentials will be used by our ...
0
votes
2answers
17 views

convert java webapp to use SAML2 authentication

I'm having some problems trying to understand how to accomplish this task: 1) existing simple webapp with database authentication. (simple custom code) 2) convert simple webapp to use SAML2 ...
0
votes
1answer
7 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
0answers
11 views

Liferay EE and SAML Plugin Portlet WAR

I would to follow this Tutorial: Tutorial SAML So, I used Liferay EE (30d trial version). In the tutorial I must to use SAML Plugin Portlet WAR In Marketplace" from the menu on the top of this ...
1
vote
1answer
16 views

Running multiple Fedlet applciations configured against different IDPs on Apache Tomcat

I have a Tomcat server running a fedlet application which is configured against a single IDP. All the configuration files are located in their default location (i.e. ~/fedlet) and it works just fine. ...
1
vote
0answers
8 views

Phonegap unable to post SSL with Android 2.3

The phonegap app that was developed was able to login using SSL with other android devices. However, when I tested with and android 2.3.3 device, I was unable to log in. I have searched aroundand ...
0
votes
0answers
13 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 ...
-1
votes
0answers
22 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
28 views

SAML 2 Signature error in ADFS 2.0

In our SSO scenario, we are using ADFS 2.0 as IDP and Shibboleth as SP. It is an SP-initiated sign-on. After configuring, when I try to establish communication between Shibboleth and ADFS 2.0(throw ...
0
votes
1answer
40 views

SAML IDP, ADFS 2.0 SP & WS-Fed Application

UPDATE: I was able to get ADFS to forward my user to the relying party application. I used ComponentSpace's SAML2.0 library and RelayState. Even though it successfully forwards to the WIF ...
0
votes
0answers
36 views

How to implement openAM SSO to my existing web applications

I'm try to implementing SSO in my existing web applications with using OpenAM by refer following link http://fczaja.blogspot.com/2012/06/idp-initiated-sso-and-identity_21.html PS. my web ...
1
vote
1answer
51 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
0answers
36 views

WSO2 Identity Server 4 SAML metedata

I have wso2 identity server up and running on localhost:9443. I've created .net application as a service provider. My app uses OIOSAML.NET framework. I need wso2 ids metadata in SAML-format. It' ...
0
votes
1answer
28 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
0answers
38 views

SAML2.0 Assertion decrypt

I'm trying to integrate an Java Web App with an deploied IdP at my school. The IdP is already configured, I make the request and everything is fine, except one. I can't decrypt the IdP response. Here ...
1
vote
1answer
102 views

ADFS 2.0 IDP-Initiated SSO

I am attempting to set up a test configuration for IdentityProvider-Initiated SSO using ADFS 2.0 as my RP STS and a SAML 2.0 identity provider. Here is my set up: Identity Provider - SAML 2.0 token ...
0
votes
2answers
63 views

WIF SAML 2.0 CTP Identity Provider Initiated SSO

I am developing a single sign on ASP.NET application, and I am trying to decide whether to make use of the WIF SAML 2.0 CTP or instead use ADFS 2.0. I have read several places that the WIF SAML 2.0 ...
0
votes
1answer
53 views

Saml 2.0 request encoding

I'm trying to encode a Saml 2.0 request in Java but when i decode it using tools online i get weird characters. This is the input string: <samlp:AuthnRequest ...
0
votes
0answers
27 views

How to authenticate/login to another site in an iFrame using SAML?

I've never worked with SAML before, so sorry beforehand. I have a client (with a login site, site A), who has a partner (with a login site, site B), on separate domains. The client wants a page of ...
0
votes
1answer
74 views

Google Apps SAML SSO with deflated response from IDP

Does Google Apps - Single Sign On(SSO) supports *DEFLATE Encoding * ? I am using an IDP that encodes the SAML response after deflating it. When this response is submitted to Google-Apps it does not ...
0
votes
2answers
70 views

SAML 2.0 Single Log Out (SLO) issue with iOS & PhoneGap

I am using Phonegap and jQuery AJAX calls to perform logout like below $.ajax({ url: logoutURL, type: "POST", data: {}, cache: false, success: function(data, textStatus, jqXHR){........}, error: ...
0
votes
1answer
186 views

configuring saml-sample (SP) to work with Okta (IdP)

Okta is an IdP for SAML logins. I have a super-admin user of Okta. I try to use Spring's saml-sample project as my SP (service-provider). When I configure it (spring-saml-sample) in the Okta system, ...
0
votes
0answers
28 views

how to do session sharing between Drupal 6 as an IDp and simpleSAMLphp?

I am trying to provide a SSO environment where a logged in Drupal user can access a remote application (SP -Service Provider) where the ID provider is provided by the Drupal 6 application. These are ...
0
votes
0answers
73 views

WS-Federation metadata sprecifice saml 2.0 token format

I have configured ADFS 2.0 on one machine and service provider on another machine (using .net framwork 4.5, visual 2012, mvc4). I would like to know what should i configure that the WS-Federation ...
0
votes
1answer
29 views

Why won't the Saml2SecurityHandler create a token using ReadToken from a string I've just created using WriteToken?

So I need to serialize a token to send to a service via a queue + NetMessageBinding in Azure. The token comes from ACS and after some jiggery pokery I have the Saml2SecurityToken and I can write it ...
0
votes
0answers
35 views

How to authenticate IOS application with STS , WIF Based

I have STS service that returns the token to my .net application where I parse the token get the claims and then implement the authentication logic etc. I want to do the same with my IOS applicaiton, ...
0
votes
0answers
35 views

How to read STS SAML token in objectivec, SSO

I have WIF based STS service, that uses claim based security. I want to integrate my IOS application with my .Net framework STS service. Please guide me how should I proceed with it. First I need to ...
0
votes
1answer
27 views

OpenSSO remote SP and Password as Authentication Context

I use OpenSSO and I've created remote SP based on metadata file. I'd like to use Password as an Authentication Context for this SP but don't know how to tell OpenSSO to do that. OpenSSO gives me ...
0
votes
0answers
57 views

OpenSSO console Attribute Mapper and FriendlyName

Is there any way to instruct/configure Attribute Mapper ( Assertion Processing tab -> Attribute Mapper section -> Attribute Map) for remote SP to use FriendlyName in generated assertion. I know the ...
1
vote
2answers
75 views

WIF IDP and SimpleSamlPHP as SP

I have a custom STS made in WIF that works as an IDP and now I need to configure SSO to a Service Provider made in SimpleSamlPHP. (The SP only supports Post Binding and Web Browser SSO Profile.) Any, ...
0
votes
0answers
28 views

SAMLToken (Signed) request failing because of WS Policy

I am implementing alternate authentication using UsernameToken or SAMLToken (Signed). I have configured below policy in my wsdl: <wsp:Policy wsu:Id="DoubleItPlaintextPolicy"> ...
1
vote
1answer
61 views

Example or Good Tutorial on Handling SAMLResponse with Django

I am trying to learn the SAML and how actually I can use the SAMLResponse to authentication users in a django application. Lets say I build a simple login application using django and I redirect the ...
0
votes
1answer
48 views

Android 2.2.3 unable to call SAML URL with JQUERY AJAX

I've been stuck here for quite some time now. I am developing a mobile application with phonegap. I have tested the app with android 4.0.4 and it is working perfectly fine. However, when I tested on ...
0
votes
1answer
84 views

Apache mod_rewrite Alias overridden by Wordpress rewrite rules

I have a Wordpress instance and a SimpleSAMLphp instance on the same box that needs to be accessed from the same sub domain and it seems like Wordpress is interfering with the Apache Alias. ...
0
votes
1answer
29 views

How to make difference between received Authentication and LogOut SAML response

How to make distinction between AuthetnicationResponse and LogOutResponse SAML messages? I do not see any specific flag within SAMLP tags. In both cases I got message that starts like and that is ...
0
votes
2answers
87 views

low code, simplistic Azure Website security using windows live provider?

I have this webpage I need to secure on Azure. I want to be the only person who can access it. I don't need a fancy login or error page process. The page/site was formerly running on my home web ...
1
vote
1answer
102 views

Using SAML2 Tokens with WCF channelfactory and Weblogic services

Help! :) I'm having no end of problems trying to get the following working(apologies in advance if I'm not using the exact correct terminology) :) I need to get a .NET web application (client) ...
0
votes
0answers
39 views

SimpleSAMLphp Stay Logged In

I am confused regarding the cookie settings in config.php. I have one identity provider and three service providers. I want my users to be able to stay logged in when they revisit the site within x ...
1
vote
2answers
430 views

Working with SAML 2.0 in C# .NET 4.5

EDIT3, BUMPED TO TOP: I have not found my solution 100%, but pretty damn close. Self Answer below. EDIT: I have found I can use Saml2Assertion. However, I am unable to find a way to get the SAML ...
1
vote
0answers
66 views

How can Service Provider reinforce password prompt at IdP server?

SAML 2.0 with the "POST" Binding: Is there any way for Service Provider to ask IdP for user re-authentication for the specific request? I mean first time web user enters login/password, than it stores ...
0
votes
0answers
212 views

Authentication using custom AbstractAuthenticationProcessingFilter and custom CustomAuthenticationProvider is not working propertly

We are using spring security to authenticate the user based on some user details (like userid ) coming from external application and perform authorization using the security context holder. We are ...
1
vote
1answer
54 views

Where to find issuer certificate

I'm using OpenSSO 8 which I haven't configured myself. It's fully configured and without any problems. My problem is that I need to find the issuer certificate used to validate digital signatures on ...
1
vote
0answers
58 views

Single Sign On (SSO) with LinkedIn as SP. How Log users into LinkedIn automatically?

my question relates to how to log users into LinkedIn (SP) automatically from a company web portal that I am making. (As opposed to how to authenticate user on my website using linked in as the IdP). ...
3
votes
0answers
226 views

WSO2 integration with third-party SAML2 Service Provider

I'm trying to configure third-party SAML Service Provider with WSO2 Identity Server acting as IdP. I faced some problems which I believe may be connected with WSO2 implementation. After a quick ...
0
votes
0answers
131 views

Web service security with combination of UsernameToken and SAML

I am new to WS-Security. I am trying to implement UsernameToken and SAML based authentication for my web services. I am using WSS4j-1.6.1, CXF-2.5.2, Spring 3.0.4 for implementing this. For finding ...
0
votes
1answer
58 views

get private key in google app engine

We are deployed on google app engine and we have a requirement to sign a request that we make to external identity provider(saml based).I read the appidentity documentation and have been able to ...
1
vote
4answers
231 views

How to created signed AuthNRequest?

I am interfacing with an IDP and have a basic AuthNRequest created as follows: <samlp:AuthnRequest xmlns:samlp="urn:oasis:names:tc:SAML:2.0:protocol" ...
0
votes
0answers
60 views

Shibboleth Configuration

I am very (very) new to shibboleth, currently I am doing configuration by editing the shobboleth2.xml and I use shibboleth 2.4 but I am getting following error when I restart the shibboleth. shibd ...
0
votes
0answers
55 views

Role of <ds:X509Data> in service provider metadata file in Saml 2.0

I have gone through number of SAML related questions and assume i have fair knowledge of how SAML 2.0 works. One thing i am unable to understand is the Role of in the Service provider metadata. ...
0
votes
0answers
274 views

Secure Token Signature Issue when generating Soap Security Header in WCF Service

I have to generate a soap request for a wcf service which accepts input in the following format <?xml version="1.0" encoding="utf-8" ?> <soap:Envelope ...

1 2 3 4 5