Search Results :
×ADFS Single Sign-On (SSO) login for WordPress [SAML] can be achieved by using our WordPress SAML SP Single Sign-On (SSO) plugin. Our plugin is compatible with all the SAML compliant Identity Providers. Here we will go through a step-by-step guide to configure SAML SSO login between WordPress site and ADFS by considering ADFS as IdP (Identity Provider) and WordPress as SP (Service Provider).
Pre-requisites : Download And Installation
To configure ADFS as SAML IdP with WordPress, you will need to install the miniOrange WP SAML SP SSO plugin:
Follow the steps below to configure ADFS as IdP
Configure ADFS as IdP
Select Data Source
Specify Display Name
Configure Certificate (Premium feature)
Configure URL
Configure Identifiers
Choose Access Control Policy
Ready to Add Trust
Edit Claim Issuance Policy
Choose Rule Type
Configure Claim Rule
Follow the steps below to configure Windows SSO.
Steps to configure ADFS for Windows Authentication
setspn -a HTTP/##ADFS Server FQDN## ##Domain Service Account##
FQDN is Fully Qualified Domain Name (Example : adfs4.example.com)
Domain Service Account is the username of the account in AD.
Example : setspn -a HTTP/adfs.example.com username/domain
Set-AdfsProperties -WIASupportedUserAgents ((Get-ADFSProperties | Select -ExpandProperty WIASupportedUserAgents) + "Chrome")
Get-AdfsProperties | Select -ExpandProperty WIASupportedUserAgents