Questions tagged [adfs3.0]

Active Directory Federation Services (AD FS)3.0 service in Windows 2012 R2 provides simplified, secured claims based identity federation and Web single sign-on (SSO) capabilities for end users who want to access applications within an AD FS-secured enterprise, in federation partner organizations, or in the cloud.

Windows Server 2012 R2 AD FS Deployment Guide

More info about ADFS 3.0 is here

288 questions
24
votes
1 answer

401 when accessing Dynamics CRM 2016 Web APIs

I am struggling to access the Dynamics 2016 CRM OData Web APIs from a console application. We have Dynamics CRM 2016 installed, configured with Claims-based authentication, and using AD FS v3.0. My understanding is that a console app (or web app)…
tsimbalar
  • 5,790
  • 6
  • 37
  • 61
12
votes
2 answers

Steps to implement SSO for php application

I am a newbie in SSO implementation. We are looking at implementing SSO for a client that uses a php application (supported by us), for their employees to login to the application. We are in the process of setting up Simple SAML for this .. I have…
Mvc Learner
  • 189
  • 2
  • 3
  • 16
9
votes
1 answer

ADFS doesn't have P3P policy

I have application that uses SAML authentication, we have installed AD FS 3.0 on 2012 R2 machine. I think users do get authenticated but there is an issue with it as my application returns error, here is response header that I get: HTTP/1.1 200…
zuboje
  • 696
  • 3
  • 11
  • 28
6
votes
1 answer

THE TARGET MACHINE IS NOT JOINED TO A DOMAN

I am trying to install Active Directory Federation Services on Windows Server 2012 but I keep getting this error: THE TARGET MACHINE IS NOT JOINED TO A DOMAN On the top you can see TARGET SERVER has my server name. Why am I getting this error?…
6
votes
1 answer

PHP + ADFS for SSO (via OAuth) - How to setup ADFS?

Im trying to use ADFS for SSO on a project. The project is on PHP and Im trying to use OAuth for this. So what are the steps for setting up ADFS to work with OAuth2? I have no idea about ADFS and cant get any direct guide on OAuth2 settings…
Raheel Hasan
  • 5,753
  • 4
  • 39
  • 70
6
votes
1 answer

ADFS as OAuth2 provider / Authentication server possible?

We want to setup ADFS 3.0 to enable OAuth2 based authentication. I have read lots of documentation, but am still unclear if this is supported. Can ADFS be used as an authorization server for oauth, or is oauth2 support in ADFS only meant to work as…
Gobliins
  • 3,848
  • 16
  • 67
  • 122
5
votes
2 answers

How can I map AD FS group membership to custom AWS Cognito attributes?

I have the following claim on my AD FS server: LDAP Attribute: Token-Groups - Unqualified Names Outgoing Claim Type: Group Which returns in my Saml Response the groups that the user is a part of:
bflynnigan
  • 216
  • 4
  • 15
5
votes
2 answers

UseWsFederationAuthentication - AuthenticationException: The remote certificate is invalid according to the validation procedure

I am getting an error every time I try to run my MVC project on my development box through VS2015 and IIS Express. It uses this code to authenticate against our ADFS…
Captain America
  • 1,802
  • 1
  • 19
  • 21
5
votes
1 answer

Using OpenID Connect with WSO2 API Manager and ADFS

I am testing WSO2 API Manager v1.9.0 for its possible use in my company, we are building some new apps using Rest API's for the backend and SPA's for our frontends. We conclude that it would require the use of OpenID Connect and WSO2 supports it. We…
Michael
  • 508
  • 6
  • 16
4
votes
1 answer

Using ADFS OAuth Refresh Token

I have ADFS3 OAuth2 configured to return Refresh Tokens: PS> Set-AdfsRelyingPartyTrust -TargetName "RPT Name" -IssueOAuthRefreshTokensTo AllDevices PS> Set-AdfsRelyingPartyTrust -TargetName "RPT Name" -TokenLifetime 10 PS> Set-AdfsProperties…
Daniel Flippance
  • 7,734
  • 5
  • 42
  • 55
4
votes
0 answers

Use currently logged in user in Dynamics CRM 2015 configured with IFD, to authenticate against an external MVC application

I have a Dynamics CRM 2015 on premise instance, IFD configured with claims authentication, as recommended from Microsoft, and working OK. There is also a separate angular application, wrapped in, in ASP.NET MVC web application. The angular part i…
4
votes
3 answers

ADFS SAML request is not signed with expected signature algorithm

ADFS has unexpected behavior that looks like a bug. I have SP that is using SHA1 hash algorithm for digital signing. On ADFS for this SP I set on advanced tab to use SHA256. For me it is normal that these are not in correlation each side choose how…
Rastko
  • 890
  • 1
  • 17
  • 32
4
votes
2 answers

ADFS 3.0 and non-claims aware application, authentication issues

We are trying to federate our application, so that our customers can gain to our application using their respective corporate identities (Ping Identity or their ADFS server). The web application is non-claims aware and we are trying to find out a…
Nicola
  • 41
  • 1
  • 5
3
votes
1 answer

ADFS3.0 Implementation using AWS

I am new to ADFS implementation, now trying to do some POC to check how ADFS works. I have created an AWS EC2 instance, Installed AD DS with Root Domain: branch.tree Post Domain Changes implemented on EC2, the target server is changed to…
3
votes
0 answers

How to fetch SAML Assertion from ADFS for AWS STS in Java

I need to fetch temporary credentials from AWS STS. Using below AWS SDK api: AssumeRoleWithSAMLRequest samlreq =new AssumeRoleWithSAMLRequest().withPrincipalArn(principalARN).withRoleArn(roleARN).withSAMLAssertion(SAMLToken); Above API call needs…
1
2 3
19 20