Tagged Questions
2
votes
2answers
214 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 ...
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 ...
3
votes
1answer
1k views
Authenticate user of web service via ADFS
I was hoping that someone could confirm my understanding (or lack thereof!) of ADFS with respect to WCF.
I've even drawn a pretty diagram.
"Bob" uses a web app, which is hosted on Client's domains. ...
1
vote
2answers
2k views
Is anyone really using Active Directory Federation Services? Is this a technology worth investing in?
More generally, who is successfully using WIF/ADFS/SSO on the Windows platform, and is it worth implementing, and what is the likeliness it will be a lasting technology?
On the surface, from reading ...
1
vote
2answers
619 views
ADFS and ASP.NET
Just looking for clarification on the above topics.
There are a number of domains with their own AD
The domain where my ASP.NET application is running hosts the ADFS server (the root domain)
there ...
6
votes
3answers
4k views
Is it a bad practice to put external users in Active Directory?
We have an existing Web application and we want to migrate from a custom authentication solution to Active Directory Federation Services so that our partner organizations can manage the authorization ...