Active Directory Federation Services v2.0 (ADFS for short) is a standards based Web Single Sign-On federated identity which implements claims based authentication across forests.
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 ...
0
votes
0answers
115 views
ADFS - redirect to custom page after 401.2 - Unauthorized
I have a ASP WebForms app using WiF 4.0 to make single sign-on with our ADFS server.
But it shows a IIS error page from ADFS server, when user is closed login box.
How can I specify a url of page ...
1
vote
0answers
105 views
ADFS can be implemented in Mono for Android
I'm making an application that must be connected to an ADFS. I wonder if it is possible in MonoDroid. Investigating I found a code for Windows Phone but MonoDroid no such classes. The code is
...
0
votes
0answers
54 views
ADFS ActAs for Helpdesk
We have an application using ADFS 2.0 Server with a WebFrontend and a BackendService. The backendservice is called using identity delegation (CreateChannelActingAs).
Everything is working perfectly.
...
0
votes
1answer
207 views
How to query LDAP (ADFS) by ObjectSID in PHP (or any language really)?
How can I query an object using LDAP with ObjectSID with PHP or any language for that matter? I have found a ton of "solutions" that don't really makie sense and none really explain the source of the ...
0
votes
1answer
193 views
Using WIF & ADFS to retrieve claims about a user
Short Background: Currently my situation is such that I have a service (WCF) of which I do NOT control the WSDL/Interface. When the client calls "Submit" the user passes credientals. I then want to ...
2
votes
0answers
116 views
Create claim-based Rest WCF
I have two domains. Each one has ADFS. In domain B I have a claim based SOAP WCF service and in domain A I have an active client. The client knows through configuration only, to:
Go to A's ADFS and ...
0
votes
0answers
111 views
Error in ADFS Installation and configuration [closed]
I installed ADFS 2.0 on my machine (Windows Server R2 SP1) but I wasn't able to start the ADFS service due to some issues (its an entirely different topic). I tried to uninstall it and then install it ...
1
vote
0answers
119 views
WIF application instances behind load balancer
I have many WIF application instances behind a load balancer that consumes claims from a STS. I used a RSA key container generated using aspnet_regiis.exe and added event handler as per this link to ...
0
votes
1answer
197 views
ADFS relying party authentication
I have a relying party asp.net webapp and the users are authenticated by a ADFS Security Token Service (STS). Users from 2 domains are part of a security group which is used by the STS to check ...
0
votes
1answer
171 views
Setting up Active directory on Azure as a failover instance
We want to setup our enterprise Active Directory on Azure as a fail-over option. ie If the on-premise AD goes down, we should be able to seamlessly switch over to Azure for authentication. How do we ...
1
vote
1answer
94 views
How does one invoke the same claim rules from ADFS on all registered relying parties?
My company is getting into ADFS and WIF to set up an internal portal with SSO capabilities. We currently have custom rules that build additional claims from a SQL attribute store based on the user's ...
1
vote
0answers
30 views
Youtube and ADFS auth?
Youtube offers public, unlisted and private security settings for your videos. However, I have a lot of corporate videos that are essentially for corporate use only, and want to restrict access to ...
1
vote
0answers
68 views
ADFS on Opera and BlackBerry does not work?
Is it possible to make ADFS work on Opera and/or Blackberry. I am getting error:
Your client is incapable of Basic Authentication, or you supplied a
bad user name or password.
On ...
1
vote
1answer
220 views
Use claim token in ASMX WebService Request
I have an ASP.Net Web App which is secured using claims based authentication, currently the IP is Azure ACS, which in turn calls my domain's ADFS (but in theory it could be many different types, e,g, ...
0
votes
0answers
117 views
ADFS SSO in phonegap mobile application
I want an mobile web app in multiple mobile platform(android,ios,blackberry,etc).
The condition is two different site having single sign on concept .
So, The same sso have to implement in mobile app.
...
2
votes
0answers
294 views
Publishing an Excel Workbook in Sharepoint Site
i have an excel workbook and i need to publish that work book in a sharepoint site using Excel VBA. So Ihave Created a method in a module using below code
Private sc_Lists As SoapClient30
Public ...
0
votes
0answers
105 views
how to programmatically find if ADFS 2.0 has enabled username based trust binding
I have a java client that is connecting to a WCF based service which is configured to use a STS based on ADFS 2.0.
I want to check programmatically if the the STS uses username based trust binding.
...
0
votes
1answer
317 views
How to get available ADFS server(s) and realm(s) from SharePoint server?
From a browser, if I have a single ADFS (STS), when I attempt to access a SharePoint site, I can get the ADFS URL and realm from the redirect in HTTP reponse for authentication. If I have more than 1 ...
1
vote
1answer
461 views
ASP.NET Web Api security using Active Directory
I've searched the posts and have not found exactly what I'm looking for pertaining to my question. For example Security ... through AD asks more the question is it wise? My question is this:
We are ...
0
votes
1answer
428 views
Passing Query String Parameters to ADFS from SharePoint
The Idp that is used to authenticate visitors to our SharePoint application requires a custom query string parameter used to control content. I can append the parameter using an http module before it ...
0
votes
1answer
55 views
ADFS url Case Sensitivity
Does anyone know how to make the url for your web application that uses adfs case insensitive? right now if i try to browse my app with case different than what i have provided in my web.config under ...
1
vote
1answer
191 views
Forbidden Handler in SharePoint custom login with ADFS
I've run into an issue of Forbidden 403 page in SharePoint 2010 with ADFS custom login page.
I've configured SharePoint to use ADFS as identity provider and I want Custom login page inplace of ADFS ...
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 ...
0
votes
0answers
223 views
Getting an OnBehalfOf token from AD FS
We've got an application that is retrieving ActAs tokens from AD FS 2.0 for use when calling web services, but what we're really interested in is getting OnBehalfOf tokens.
From MSDN:
An ...
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 ...
2
votes
2answers
196 views
preventing cross-site scripting in wtrealm
We are creating a message like following which is a SignInRequestMessage
var message = Microsoft.IdentityModel.Protocols.WSFederation.WSFederationMessage.CreateFromUri(Request.Url);
It has the ...
1
vote
1answer
680 views
Where is WIF Security Token timeout coming from?
One of the events on the SessionAuthenticationModule class is SessionSecurityTokenReceived. This allows us to look at the session token that we receive from AD FS. The SessionToken as two properties ...
2
votes
1answer
1k views
audienceUris vs. realm
This is probably a simple question, but I can't seem to find a good answer, so I'll ask here.
We have an ASP.NET application using WIF. Our web.config file has a section like this:
...
1
vote
1answer
289 views
ADFS 2.0 and jsonp
I have a main web-site that uses passive federation (ADFS 2.0)
This website has javascript that calls out to an MVC Web API site using jsonp.
I am trying to get this WebAPI to participate in Single ...
1
vote
2answers
2k views
SharePoint 2010 SSO with ADFS and Custom STS
I have the following Scenario:
Three different Sharepoint Server: sp1.company.com; sp2.company.com...
Internal Users using Windows Authentication and external users using Forms Based Authentication ...
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
271 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 ...
0
votes
1answer
153 views
Revoke claims/token from AD, via ADFS to RP
We have a website, which our users access by getting an STS from ADFS. ADFS issues claims by checking the user's groups memberships in Active Directory. The website uses WIF to access claims and ...
1
vote
1answer
131 views
Is Sitecore Claims Aware?
We'd like to use ADFS with our Sitecore (6.4) solution to validate users. We have an ADFS Proxy in our DMZ and an ADFS Server in our company domain, our Sitecore solution is hosted for us elsewhere.
...
1
vote
1answer
117 views
AD LDS automatic sign
we have asp.net web application and we need to support "automatic login" using domain credential (windows principal) if users visit the website via intranet or we will prompt user to enter domain ...
1
vote
1answer
207 views
Getting ADFS claims from AD when user logs in via Azure ACS
Our chain goes:
ASP.NET app with WIF -> ADFS -> and maybe Azure ACS -> Facebook, Google etc.
We have users configured in AD with roles etc. These users can log-on to AD via ADFS and get their roles ...
0
votes
0answers
396 views
Unable to get ADFS saml token from Kerberosmixed endpoint
I am trying to request ADFS saml token from STS using Kerberosmixed endpoint (i.e, using Kerberos to authenticate my client to STS). The code is like below:
EndpointAddress stsEndpoint = new ...
1
vote
1answer
2k views
ADFS - Windows integrated OR Forms authentication
I'm configuring an ADFS Server and are trying to achieve user-friendly sign-on for our relying party applications.
Currently there are two relevant options as far as I know:
Windows ...
1
vote
0answers
277 views
Reverse proxy for a REST web service using ADFS/AD and WebApi
I need to implement a reverse proxy for a REST webservice behind a firewall. The reverse proxy should authenticate against an enterprise ADFS 2.0 server, preferably using claims in .net 4.5. The ...
6
votes
2answers
1k views
Claim auth from ADFS
I try to connect to a SharePoint Online instance via a WPF-Application. I have found this article[1] that discribes a possible solution but the problem is that the specific instance has a Active ...
1
vote
2answers
611 views
ADFS Authentication Delegation Desktop / Mobile Applications
I was wondering if somebody could point me in the right direction. We're currently looking at hosting a web application for a client which will authenticate against the client's ADFS IIS server in ...
0
votes
1answer
287 views
Transforming incoming username claim in ADFS when doing active authentication
I'm attempting to authenticate to an ADFS server via active federation, but need to transform the incoming username via an AD/LDAP query before attempting to authenticate the user.
I'm using the ...
1
vote
1answer
525 views
Single Page Application with ADFS - Timeout Issue
I am creating a single page application (SPA) with ASP.Net MVC3 and ADFS (using passive federation). Everything is working as expected with the exception of what I will call "re-authentication from ...
1
vote
2answers
398 views
Storage of Role-based Permissions using ADFS and WIF
I'm working on a project which uses Active Directory for user information, ADFS for Authentication and SSO, and several custom applications all built with ASP.NET MVC.
The authorization model is ...
3
votes
3answers
3k views
Single sign on for .NET application integrated with Active Directory
We have several customer using our web application (not intranet), some customers want their login should be integrated with their organizations Active Directory.
They just want that user should ...
0
votes
2answers
690 views
How to use ADFS with Google Apps while still allowing gmail on mobile
I've been asking Google but cannot come up with an answer:
I would like to implement an ADFS server locally for my organization. This would be an SSO location for all apps, internal and DMZ and ...
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 ...
0
votes
1answer
647 views
Show custom pop up warning message when user changes any value (text box/LOV) on page
I have requirement to show custom pop up warning message when user changes any value (text box/LOV) on page and close tab/cancel button by mistake.
Option I tried are:
a) Within application we are ...
0
votes
1answer
272 views
would I need an adfs-proxy for external domain name different than domain name used for internal dns?
we have an internal domain name used for ad, foo.local.
we are currently setting up an application which uses adfs for authentication, and wish to use app.foo.com and adfs.foo.com for our adfs.
if I ...
