Questions tagged [adfs]
Microsoft Active Directory Federation Service is an identity federation technology that provides single sign on access to web services and web applications using WS-* and SAML.
347
questions
0
votes
0answers
15 views
MS RRAS + MS VPN Client + Google Authenticator + SecureMFA
I'm running on-premise Windows Server 2019 domain, and Microsoft RRAS to allow remote users access to the local network. Remote users are using the built-in Microsoft VPN SSTP for Windows 10 clients ...
1
vote
1answer
21 views
Cross Domain Authentication with ADFS (no domain trust)
Yesterday I was asked whether it is possible to establish a cross domain authentication with ADFS.
Scenario:
Two different Windows Domains (A & B) without any trust configuration
Network access ...
0
votes
0answers
10 views
ADFS - users not in allowed AD group will be in a loop when try to access
I'm setting up an ADFS trust with an SP. The documents from the SP in regards to the Issuance Authorization Rule was for permitting all users. However we want to change to allow only people within an ...
0
votes
0answers
5 views
AD FS - Auditing new Relying Party Trusts
We have an AD FS farm set up using WID and Windows Server 2016.
In an exemplary scenario an administrator logs in to the primary server, opens up AD FS Management console and discovers a new Relying ...
1
vote
0answers
22 views
Windows ADFS User Certificate URL
I have setup a window lab server based on windows server 2012 r2. I have an AD, ADFS and CS.
I have setup User certificate enrollment. Everything work fine but I have a litle issue.
I have setup ADFS ...
0
votes
0answers
127 views
ADFS error: Failed to register SSL bindings for Device Registration Service: An item with the same key has already been added
I'm running Windows Server 2016 Active Passive ADFS server, the primary ADFS server ADFS01-VM has been set up fine using the steps in https://docs.microsoft.com/en-us/windows-server/identity/ad-fs/...
0
votes
0answers
25 views
AD FS 3.0 Users directed to sign out screen when attempting sign in
Really weird and sudden issue cropped up today. We use AD FS 3 to facilitate log ins for Zendesk. Suddenly, when signing in and providing valid credentials, users are being directed to the sign out ...
0
votes
0answers
32 views
Get specific user information like email, firstname, etc other than sub attribute from userinfo endpoint of ADFS 2016
I am trying to authenticate the user with ADFS is identity provider and liferay is service provider.
To authenticate, I'm using openid connect as SSO which is already existed in liferay 7.3.5 CE GA6.
...
0
votes
0answers
174 views
ADFS 2016 SSL certificate issue?
I'm running Windows Server 2016 Active Passive ADFS server, the below issue is happening on the passive node.
AD domain is single AD domain: domain.com
The same Wildcard SSL certificate has been ...
1
vote
1answer
378 views
ADFS - How to send sAMAccountName without domain
I'm using ADFS and I need to send the sAMAccountName.
Currently using a "Transform an incoming claim" rule:
Incoming claim type: Windows account name
Outgoing claim type: Name ID
Outgoing ...
0
votes
0answers
121 views
ADFS - Logging into shared sharpoint site with UPN and email address
So there is an issue I am currently having. Currently we use ADFS to login to cloud based applications such as sharepoint, which is fine. Logging into our own sharepoint sites works as intended (using ...
1
vote
1answer
113 views
Adding ADFS to existing AD Application
We have an existing .NET application that uses Active Directory to authenticate users and search for user/OU data using DirectorySearcher object. Our customer has several AD servers and would like our ...
0
votes
0answers
120 views
ADFS Sign Out Issue ID4037: The key needed to verify the signature could not be resolved from the following security key identifier
We have a homegrown webapp A and a 3rd party webapp B. Both are relying parties within our on-prem ADFS 4.0 server on a Windows 2019 Datacenter.
Webapp A uses WS-Federation and webapp B probably uses ...
0
votes
0answers
17 views
User Principle Name issue
I am using the Azure Active Directory to sync the AD user on premise to the Azure AD.
I use the MS Azure AD connector, for the User sign-in I am using Federation with AD FS. I am able to add my forest ...
0
votes
1answer
665 views
IDP initiated SSO does not works on Win server 2016
I am trying to setup IdP initiated SSO on Windows Server 2016. I have configured the Relying party trust and the claim rules as well. I enabled the IdP Sign on page following - https://docs.microsoft....