Questions tagged [adfs2.1]

Microsoft Active Directory Federation Services 2.0 is a Security Token Service. This means that it offers a set of web services for authenticating users and programmatic clients against Active Directory, creating security tokens that can be used as sign-in tickets for web applications and web services.

Microsoft Active Directory Federation Services 2.0 is the May 2010 version of AD FS. It is a Security Token Service. This means that it offers a set of web services for authenticating users and programmatic clients against Active Directory, creating security tokens that can be used as sign-in tickets for web applications and web services.

It implements the WS-Trust, WS-Federation, and SAML-P standards.

Home pages: •Product: http://www.microsoft.com/windowsserver2008/en/us/ad-fs-2-overview.aspx •Technical: http://technet.microsoft.com/en-us/library/adfs2%28WS.10%29.aspx

34 questions
3
votes
1 answer

Can't find Authentication Policies when configuring ADFS to implement Dynamics CRM 2013 IFD

I would like to enable form authentication in Authentication Policies, but I can’t find it. The ADFS was installed on Windows server 2012. I remembered we have to do some configurations to enable Authentication Policies, but right now I didn’t…
3
votes
1 answer

Does ADFS 2012 R2 support Auth2 Resource Owner Password Credentials flow

I want to confirm ADFS support oAuth 2.0 completely support all the flow of oAuth 2.0 i.e., 3-legged oAuth 2-legged oAuht Implicit flow I am asking this because I try to use Resource Owner Password Flow(2-legged Oauth). Here is my code …
user2724058
  • 318
  • 5
  • 20
3
votes
2 answers

get federationmetadata xml from visual studio 2013

I'm new to MVC5, VS 2013 and ADFS. Trying to connect a my app to a ADFS service. I Have received the metadata document from ADFS but now they want the federationsmetadata XML from me. They say that VS2013 should produce one. I have no idea how to…
kingRauk
  • 1,259
  • 1
  • 11
  • 24
3
votes
1 answer

ADFS 2.1 Trace Settings Windows Server 2012

When I tried to increase the ADFS Trace -log level using the Microsoft instructions , I am getting the below error: C:\Windows\system32>wevtutil sl "AD FS 2.0 Tracing/Debug" /L:5 Failed to read configuration for log AD FS Tracing. The specified…
Karthik
  • 3,075
  • 3
  • 31
  • 61
2
votes
0 answers

SAML logout not working in ADFS 2.0

I configured the logout endpoint (URL) in the relying party trust as: https:\abstractmachine.domain.local/adfs/ls/?wa=wsignout1.0 With POST binding I also changed the default SingleLogoutService node value in the federation metadata from its default…
2
votes
0 answers

Cross domain cookie issue in IE

I have a web page which opens an ADFS log in form in iframe. Login form is from another domain. After successful log in ADFS will set few cookies within iframe. These cookies are required by ADFS to recognize the user log in status. Now, after log…
bongman1612
  • 440
  • 1
  • 11
  • 23
2
votes
1 answer

MSIS0038: SAML Message has wrong signature - ADFS error

I was getting this strange error in Windows Server 2012 even after installing the right Signature certificates for SP in ADFS. The error logs shows something like this : The Federation Service encountered an error while processing the SAML…
Karthik
  • 3,075
  • 3
  • 31
  • 61
2
votes
0 answers

How to Store Custom Claim types and values in Windows Azure Active Directory for Claims Based Authorization

I want to store user specific claims data in Azure Active Directory to perform claims based authorization inside MVC web application. Active Directory claim types to define: Resource claim type Action claim type ResourceAction complex claim type…
Raj
  • 31
  • 3
1
vote
2 answers

The Federation Service could not authorize token issuance for caller 'DOMAIN\Account'

I am using ADFS in Windows Server 2012 with SAML 2.0 to implement SSO for an MVC application. I started to get this error which I am unable to find a way to solve. What am I doing wrong? The Federation Service could not authorize token issuance for…
Dimuthu
  • 326
  • 2
  • 8
  • 25
1
vote
0 answers

OWIN ADFS 2.1 Forms Authentication autofill username

We have a MVC application that authenticates users through forms authentication. Now we were able to add SSO authentication through ADFS 2.1 forms authentication. When a user fills the application username field with an AD that is supposed to login…
Basilio
  • 11
  • 2
1
vote
1 answer

MFA Authentication Provider for ADFS 2.0

I don't seem to find information specifically for implementing an authentication-provider for ADFS 2.0 (and 2.1). I already implemented an MFA authentication-provider for ADFS 3.0 using C# - that was a really smooth process, implementing some…
Dominik P
  • 117
  • 10
1
vote
1 answer

ADFS Error EventId: 111

This error is getting me crazy for two days!. I have a web server and an adfs server (both windows server 2012). I configured adfs correctly. I can see the adfs/ls authentication page and I can log on using an AD user from the adfs server. When I…
1
vote
3 answers

Error "WIF10201: No valid key mapping found" when trying to create claims from SAML

I am trying to validate a SAML response which is coming from Siteminder IDP from a third party. I have installed the certificate provided by them. When I call the ValidateToken method (System.IdentityModel.Tokens) to create claims, I get following…
Gaurav
  • 330
  • 7
  • 21
1
vote
0 answers

Health monitoring for an ASP.NET application with ADFS authentication

We have a an MVC4 web application that has been running basic authentication, but we are now setting it up to use ADFS. Until now there has been a simple health monitor service that has been checking the page with username/password through an…
1
vote
1 answer

How can I get a complete listing of users or groups in ADFS?

How can I get a complete listing of users or groups in ADFS? I know OpenAM has REST APIs to do that, is there something similar in ADFS?
Michael
  • 161
  • 2
  • 13
1
2 3