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
0
votes
1 answer

Logout request should be signed for ADFS?

I am not providing the signing verification certificate to ADFS. My login is working fine using ADFS. Whenever my application initiates the SLO request to ADFS, it is getting failed and getting below error. Encountered error during federation…
Dalip Choudhary
  • 546
  • 5
  • 18
0
votes
2 answers

Change RelayState in AD FS

Consider following situation: We're currently in a migration phase where the majority of our users should still be forwarded to the existing application A. Other users that fulfil some certain criteria (let's call them beta-testers) should instead…
Jan Köhler
  • 5,817
  • 5
  • 26
  • 35
0
votes
2 answers

Implement ADFS with asp.net roles

I have been working on a project where I have a simple web page integrated with AD FS. The authentication and website are working as expected. I am using VS 2015. My goal is to limit what users can access at the site, "roles" from what I have read…
kow1969
  • 1
  • 1
0
votes
1 answer

ADFS 3.0 Single Sign Out not working

i am using ADFS 3.0 as sts for two asp.net apps, when i signed in to app 1 it will sign in to both app1 and app2, means app2 wont ask for credentials, but when i click signout from app1 it will signs out only from that app. and in app2 user remains…
Manjunath
  • 56
  • 8
0
votes
0 answers

How to get all users of a group in ADFS claim

How to get all users of a group in ADFS claim, what is configuration steps in ADFS and how to get all users of a group
Manjunath
  • 56
  • 8
0
votes
1 answer

Office 365 landing page requires login for already authenticated user

my.domain.com is an ADFS relying party. Office 365 is also a relying party on the same ADFS server. However when I try to redirect a user from my.domain.com to https://portal.office.com/home, the user gets a sign in page. On this page they enter…
joym8
  • 4,014
  • 3
  • 50
  • 93
0
votes
1 answer

Disable ADFS Authentication for Areas

We have an MVC application which uses ADFS as its authentication method. All is working as should. We are now beginning to add in 'areas' into the application to separate certain parts out. One of these areas needs to allow complete anonymous…
Simon
  • 1,412
  • 4
  • 20
  • 48
0
votes
2 answers

Can we implement SSO federation in ADFS using multiple relying parties?

I have a setup where ADFS has multiple Service providers(SP) and ADFS acts as an Identity Provider using Active Directory as a Name ID store. Now the scenario required is that the user follows the following steps: Step1: User tries to access the…
user1004779
  • 147
  • 1
  • 3
  • 13
0
votes
1 answer

What is the physical path IdpInitiatedSignon.aspx page of login page of ADFS 3.0?

I'm trying to open https://someServerName.com/adfs/ls/IdpInitiatedSignon.aspx page physically. I know we have powershell command to customize this page still I want to open this page from windows explore, What is the physical path…
Sunil Aher
  • 747
  • 3
  • 14
  • 34
0
votes
1 answer

How to use ADFS Authentication in Windows 8.1 Store app?

Is there any samples on how to use ADFS Authentication in Win 8.1 Store apps? Thanks.
Bandara
  • 780
  • 8
  • 29
0
votes
1 answer

Securing a Web API with Windows Server 2012 R2 ADFS 3.0 and Katana

I would like to make a MVC Web Application that talks to a Web API application and use ADFS 3.0 (on Windows 2012 R2) for authentication. I managed to make the MVC Web Application to authenticate using ADFS. and configured everything as shown in this…
0
votes
1 answer

Relying Party - Unique Signing certificate condition in ADFS 2.1

I was trying to add two RP's (Relying Party ) in ADFS 2.1 for the same customer. They use the same signing certificate in both the applications. But while updating in Windows Server 2012 / ADFS 2.1 I am receiving the below error. MSIS7613: The…
Karthik
  • 3,075
  • 3
  • 31
  • 61
0
votes
0 answers

How to Claims Enable a Windows Service

The majority of samples I find regarding claims based security focus on a WCF or Web Application or perhaps OWIN or self-hosted Web API. Assume the federation server is ADFS 2; how would a .Net application in the form of a Windows service…
Richard
  • 603
  • 5
  • 14
0
votes
1 answer

Can CRM have multiple urls that are handled differently through ADFS

This is just a question to anyone that has been involved with CRM & ADFS installations. I was wondering if its possible for CRM have multiple urls that are handled differently through ADFS? so, if their staff come in from their internal network,…
Richard Dewhirst
  • 229
  • 7
  • 20
0
votes
1 answer

ADFS 2.1 Relying Party Trusts

I'm totally baffled about the interface to ADFS 2.1 in Windows Server 2008 R2. I've installed the Active Directory Federation Services with the Claims-aware Agent. However, I cannot figure out how to add a relying party trust, as I can in ADFS…
Mark A Johnson
  • 958
  • 9
  • 31