Tagged Questions

Security Assertion Markup Language

learn more… | top users | synonyms

19
votes
3answers
9k views

How to implement SAML SSO

How is SAML SSO typically implemented? I've read this about using SAML with Google Apps, and the wikipedia entry on SAML. The wikipedia entry talks about responding with forms containing details of ...
17
votes
3answers
956 views

What is SAML?

I saw an interesting blank page today titled "saml post profile intersite transit." What is SAML? What was it created for? What is it commonly used for? What was the page I mentioned above all ...
12
votes
3answers
412 views

WebServices security with SAML (SSO) - How to?

The Problem: I want to implement a set of Webservices, protected with SAML. I need to authenticate the users, and also need to authorize based on the user role. I found some questions similar to this ...
12
votes
2answers
1k views

How to convert SAML XML token string to either SecurityToken or ClaimsPrincipal instance?

My context: .Net RESTful web service Client (mixed platforms, technologies, lib capabilities) has obtained a SAML token Trying to accept the token for authentication/authorization in the REST ...
10
votes
2answers
4k views

SAML vs federated login with OAuth

What's the difference between SAML and federated login with OAuth? Which solution makes more sense, if a company wants to use a third-party webapp, and but also wants single sign-on and be the ...
8
votes
2answers
6k views

How to Load RSA Private Key From File

I am working on a test harness for a SAML 1.1 Assertion Consumer Service. The test must generate a signed SAMLResponse and submit it to the ACS encoded in Base64. The ACS must be able to verify the ...
7
votes
6answers
3k views

WCF Interop with Axis2 using WS-Trust

We are trying to get WCF and Java talking to each other using SAML tokens issued from an STS. Despite the fact that both sides are compliant with the standards, WS-Security, WS-Trust, WS-Policy, etc., ...
6
votes
1answer
255 views

Is there a good SimpleSAMLphp SLO example?

One of our clients is requesting that we implement Single Logout (SLO) through SAML. Their side of the SAML service is the Identity Provider, while ours is the Service Provider. Single-Signon (SSO) ...
6
votes
2answers
1k views

What do I need to know about XML Signatures to get SAML working?

At work we have a web app that we'll need to interface with another company's web app using Single Sign On validated by SAML. Our web apps are written in PHP, and it's obviously irrelevant what ...
6
votes
4answers
2k views

Why is using a certificate, made with the MakeCert tool, in production bad?

I'm currently working on a project where I've created a CA cert and a couple of child certs to that CA cert. The certificates are going to be used to protect inter-server communication in a SAMLV2 ...
5
votes
2answers
203 views

What is the difference between OpenID and SAML?

What is the difference between OpenID and SAML?
5
votes
1answer
1k views

Does ADFS 2.0 supports the SAML 1.1 protocol and Web SSO profiles?

Does ADFS 2.0 supports the SAML 1.1 protocol and Web SSO profiles as mentionend in this Wikipedia article or are only SAML 1.1 tokens supported?
5
votes
3answers
3k views

WIF (Windows Identity Foundation) with SAML 2.0

First some background: We were recently tasked to send a SAML 2.0 assertion to the server that we are communicating with. We are using WCF for our client. The server is not using WCF. The guys who ...
5
votes
5answers
6k views

Web SSO using Java and SAML 2.0

I'd like to write a web application which does authentication using SAML 2.0 tokens, issued by an identity provider. I understand, according to this question, that there is a viable solution in the ...
5
votes
2answers
4k views

Can you recommend a SAML 2.0 Identity Provider for test?

I'm implementing a SAML 2.0 Service Provider and need to install a SAML 2.0 Identity Provider for testing. Given this need, the Identity Provider should ideally be free (or have a trial period) and be ...
5
votes
3answers
3k views

Do we absolutely need a STS for SAML?

I am trying to implement SAML enabled SOAP services for the first time and I have some conceptual questions regarding the role of a Secure Token Service (STS) in a SAML implementation. User ---> Web ...
4
votes
2answers
287 views

Relate ADFS, WIF, WS Federation, SAML, STS

These are the some of the keywords for single-sign-on implementation using Microsoft technologies,Can someone relate ADFS, WIF, WS Federation, SAML, STS (Security token service) and when and where it ...
4
votes
6answers
827 views

Canonicalizing XML in Ruby

I'm working on a SAML gateway using Ruby/Rails and I'm attempting to write some code that validates the xml digital signature of the incoming SAML response against the x509 cert of the originating ...
4
votes
1answer
929 views

Claims-based authentication for WCF RESTful services

I've been working through various samples to try and piece together a solution for SAML token-based authentication for ASP.Net web services and WCF RESTful web services... some of the samples I've ...
4
votes
4answers
2k views

Glassfish OpenSSO instructions (where to download OpenSSO)?

According to the tutorial, I should go to OpenSSO and download an "express build". However, the download links on the OpenSSO site for the "Express Build 7" appear to require logging in via an ...
4
votes
2answers
2k views

SAML: Why is the certificate within the Signature?

I have to implement SSO with SAML for my company's website (as the relying party). An essential part off course is the verification of the signature. Here is the signature part of a sample SAML from ...
4
votes
5answers
8k views

SAML 2.0 SSO and ASP.Net

We are being tasked to hook up SAML 2.0 SSO in our application. We are a Microsoft shop running dot net framework 2.5. I have identified a couple of toolkits and I was wondering if anyone has had any ...
4
votes
2answers
1k views

Convenient applications for Browser/POST and Browser/Artifact SAML profiles

I'm proposing the use of SAML 1.1 as technology to prove Web SSO in a customer environment, and they asked me something interesting: Which scenario Browser/POST profile is appropriate, and which ...
4
votes
3answers
3k views

SAML with .NET 2.0

I've been given the task of working with SAML to implement an SSO solution between my company and a third party provider. My only issue is that I can't seem to find how to implement SAML in C# 2.0. ...
4
votes
2answers
6k views

Implementing claims-based security (WCF/ASP.NET)

After researching on the topic of claims-Based security (or a federated security model). I've been coming across many examples that use CardSpace as an example. The main article that I read that gave ...
3
votes
3answers
172 views

Supporting Single Sign-On with Active Directory

We have a SaaS app written on .NET and we need to offer various methods of SSO to our customers. A while ago we standardized on OpenID, hoping that this would become a universal standard and liberate ...
3
votes
1answer
177 views

Umbraco membership integration with SAML Web SSO

I have a requirement to integrate Umbraco membership with SAML Web SSO. I have never integrated with it before and would like to have a bit of advise: Are there some existing modules for SAML ...
3
votes
2answers
313 views

Write a SSO application on GAE

I'm looking for a solution to implement a SSO (single-sign on) application, and this app need to be in python and run on GAE (Google App Engine). This applications needs to be implemented using the ...
3
votes
1answer
767 views

Creating OpenSAML Assertion from given XML in Java

I have been beating my head against this for a while, and am starting to make progress. However, I ran into some trouble converting a string representation of a SAML 2 Assertion (in XML) to an ...
3
votes
1answer
640 views

Reading SAML Attributes from SAML Token

I am loading SAML Token from XML file. string certificatePath = @"D:\Projects\SAMLDemo\Server.pfx"; X509Certificate2 cert = new X509Certificate2(certificatePath, "shani"); string samlFilePath = ...
3
votes
1answer
510 views

Unsigned SAML 2.0 Support for WCF on .Net 4.0

Can someone please let me know if unsigned SAML 2.0 or 1.1 is natively supported on WCF .Net 4.0. I know that Signed SAML 1.1 is natively supported on WCF and SAML 2.0 is natively supported on WIF but ...
3
votes
1answer
970 views

SAML for SharePoint 2010 Authentication

Is it possible to authenticate a user in SharePoint 2010 using a SAML Token provided by third-party? Most of the examples of SSO configuration for SP2010 assume that you are going to use Active ...
3
votes
2answers
209 views

How can I imitate Stack Overflows SSO? Particularly where it federates with serverfault.com?

How does Stack Overflow's SSO work? ... whatever it is they are doing it seems to work for all sites in the network. I'd like to learn what Stack is doing so I can see if it's possible to get a ...
3
votes
1answer
180 views

How long should a SAML Token be valid

has anybody an advice, how long a SAML Token should be valid (in a SOA infrastructure)? I thought of several (6-12) hours. many thanks Markus
3
votes
4answers
2k views

Getting Started with SAML and PHP

I'm beginning work on adding SAML SSO support to a project and am looking for any helpful resources specifically geared towards PHP. I understand the basic concepts and have poked around for any ...
3
votes
1answer
675 views

SAML - How to process a request?

I'm very very newbie at SAML... My question is simple: Upon SAML request what IdPs usually do? I guess they first parse the XML... and then? Can anybody describe me the steps? I mean the common ...
3
votes
4answers
2k views

SAML library/component for .NET

Can anyone recommend libraries for generating SAML assertions for a federated sign-on implementation in .NET. It would be ideal if it was integrated with the ASP.NET membership API.
3
votes
1answer
2k views

SAML assertion with username/password - what do the messages really look like?

I need to create a some SAML 2.0 assertions, and I'm having trouble finding what the XML should really look like. Most of the documentation seems to be about using particular tools, not about the ...
3
votes
5answers
518 views

Designing an XACML API

Currently, the XACML specification defines a protocol for request / response but leaves it up to interpretation as to how it can be integrated into an enterprise application. I believe that the value ...
3
votes
1answer
1k views

Are attributes allowed in a SAML authentication request?

Is it possible to send attributes in a SAML authentication request? <samlp:AuthnRequest xmlns:samlp="urn:oasis:names:tc:SAML:2.0:protocol" xmlns:saml="urn:oasis:names:tc:SAML:2.0:assertion" ...
3
votes
2answers
2k views

Looking for feedback on a first SAML implementation

I've been tasked with designing a very simple SSO (single sign-on) process. My employer has specified that it should be implimented in SAML. I'd like to create messages that are absolutely as simple ...
2
votes
2answers
76 views

SOAP 1.2 and SAML 2.0 Compatibility

We are currently designing the security of a system and planning to use claims based authorisation. According to this wikipedia article, the SOAP binding is "SAML SOAP Binding (based on SOAP 1.1)" ...
2
votes
1answer
120 views

Is it recommended to Sign and Encrypt SAML AND use SSL?

Is it necessary to encrypt a SAML request if I am signing it with a my private key and sending it over SSL? Or would it be better practice to sign it using my private key, encrypt it using the ...
2
votes
1answer
139 views

Web or SOAP based integration for Mobile apps

I am looking for some inputs for an enterprise mobile application architecture. It is a for large organization with with hundreds of existing SOAP based web-services for consumption by web based ...
2
votes
0answers
123 views

Integrating JBoss GateIn Portal with PicketLink-STS (SAML)

I'm trying to figure out (if it's possible) how to integrate the JBoss GateIn Portal app with PicketLink-STS to generate a security token (i.e. SAML Assertion) that can be used to implement "Single ...
2
votes
2answers
161 views

Consume SAMLResponse Token

SAML sp-based authentication has following short workflow. User wants to access application at sp. sp sends SAMLRequest token to idp. idp consume it and generate SAMLResponse token. idp sends this ...
2
votes
1answer
553 views

How to parse a SAML assertion request in .Net

I'm trying to implement a SAML SSO solution in .Net, but I'm having a problem parsing the assertion. I have a sample assertion (looks like byte[] data as text) and corresponding .p7b file. I want to ...
2
votes
1answer
525 views

SAML authentication using salesforce.com

In our web application I want Identity provider (IdP) which authenticate users using salesforce.com. I have done with Single Sign-On Settings at salesforce.com. After these setting salesforce ...
2
votes
1answer
302 views

Python library for implementing SAML2 based service provider and identity provider?

I am looking for a Python library which can be used to implement SAML2 based service provider and identity provider. The core library should not depend on any particular web-framework. I am looking ...
2
votes
2answers
2k views

SAML SSO client, Test simulator SAML Provider/Server

SAML, SSO is a new learning in my project. I don't have enough time to experiment to find the correct tools/APIs. Requesting you to help. I need to implement SAML Client (on Java) which must be able ...

1 2 3 4 5