Tagged Questions
0
votes
0answers
12 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" ...
0
votes
0answers
60 views
ADFS2.0 SP-Initiated URL?
We've deployed an ADFS Server and its associated proxy, with our application as the relying party, and a cloud identity provider (Covisint) as Claims Provider.
We have tested the ADFS server using ...
0
votes
1answer
221 views
ADFS 2.0 sign-out failure with SAML2 (protocol) identityprovider
We are using ADFS 2.0 as a federation provider with a identityprovider (claimsprovider) that uses the SAML2 protocol. The relying parties for ADFS uses WS-Federation protocol.
We are now able to ...
0
votes
0answers
126 views
How to get SAML token from ADFS in a silveright application using windows credentials
I am trying acheive active federation with silverlight application.
I would like to request for SAML token from ADFS from my silverlight application.
I cannot use WSTrustChannel in the silverlight ...
2
votes
0answers
269 views
Calling WIF (SAML) secured WCF REST service from Javascript (jQuery)
I'm beginning to have doubts as to if this is possible but I'm hoping that someone out there has a deeper understanding of the mechanics than I do.
We are planning to host a pure javascript form in ...
1
vote
0answers
385 views
Encountered error during federation passive request.
I am trying to setup ADFS to work with SAML 2.0 Service Provider, but I am facing an issue that can't authenticate users via ADFS webpage. This is the error I am getting:
Encountered error during ...
0
votes
1answer
2k views
Adfs: Difference between token decrypting certificate and relying party signature verification certificate
I am trying to set up a Relying Party (SP) with ADFS. ADFS recognizes and responds for requests without signature. But ADFS fails to verify a signed AuthRequest. I have a certificate imported into ...
0
votes
1answer
270 views
Force reauthenticate with adfs
I have seen a similar post but that was more related to ASP. I will explain my situation below.
I am developing a SP(Relying Party) and integrating with ADFS (IDP). Since I am in the integration ...
1
vote
3answers
3k views
What is the correct format for SAML 2.0 Assertions?
We have a customer trying to use ADFS to SSO on to our web application. We are using the ComponentSpace SAML 2.0 library. The assertion being sent to us looks like:
<Assertion ...
2
votes
3answers
588 views
Is it possible to create a new user via ADFS?
I am in the process of scoping out whats involved in setting up single sign on using SAML and ADFS. A query has come back that I can't answer and can't seem to find anywhere.
Is it possible to carry ...
0
votes
1answer
697 views
Get email address from SAML Response using Single Sign On and ADFS
I am in the process of setting up a single sign on (SSO) system using ADFS and SAML 2.0. I have to following scenario that I am stuck on:
1) User attempts to access web resource, is not logged in so ...
1
vote
2answers
855 views
Integrate WCF with ADFS 2.0 and ACS - Some guide needed
We are planning to provide single sign on to our set off .NET applications(Web and windows) using ADFS 2.0, ACS and WIF. I am quite new to these technologies.
I have seen quite few videos on channel ...
0
votes
2answers
461 views
SP-IdP interaction issue: I'm not redirected back to SP web site
I'm new in SSO and ADFS, so I tried to run this guide first: AD FS 2.0 Federation with a WIF Application Step-by-Step Guide. This guide implies single machine is used to run it, but I run Identity ...
8
votes
2answers
3k 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 ...
0
votes
1answer
433 views
Configuring ADFS Between Relying Part and Identity Provider
I involved in the design of a single sign on platform for a bunch of web application . These web application understands SAML 1.1 .Our Identity Provider on the other hand works on SAML 2.0 ...
0
votes
2answers
2k views
Using ADFS and SAML for querying AD with Java
I need to query AD outside organizational boundaries from a Java application and get a list of users from that with proper authentication and privileges using ADFS and SAML.
I am new to ADFS and SAML ...
1
vote
1answer
1k views
How decrypt SAML token
Have such desktop application
it seems work but finally as token return encrypted saml
could you prompt me how to decrypt it
class Program
{
static void Main(string[] args)
{
...
0
votes
4answers
987 views
AD FS 2.0 Event 206: “The Federation Service could not fulfill the token-issuance request”
I am getting a strange error from ADFS 2.0 event Log as follows:
"The Federation Service could not fulfill the token-issuance request because the relying party 'https://my-relying-party' is missing ...
0
votes
0answers
1k views
How to create ASP.NET SP web app supporting SP-Initiated SSO using SAML 2.0
I wish to create ASP.NET web application project using Visual Studio 2010 that will act as a Service Provider in the SAML 2.0 realm. (supporting SP-initiated SSO)
I need this web app to send SAML ...
5
votes
2answers
427 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 ...
4
votes
1answer
5k views
What's the difference between WS-Trust, OpenID, and SAML Passive?
Seems that Microsoft ADFSv2 supports WS-Trust, and SAML Passive, but the WIF stack it's built upon doesn't support SAML.
What is the difference between WS-Trust and SAML-P? Do they share the same ...