Active Directory Federation Services (AD FS) is a software component to provide single sign-on (SSO) authorization services to users. This feature enables users to access multiple applications on the server.
Add the certificate of AD FS server to the Java runtime environment (JRE) trust store located at
using keytool.Configure
.Parameter | Value | Description |
---|---|---|
Enables server oauth. Note: To allow some users to log in to LDD, log in to LDD using default credentials and then set proper roles against the AD FS administrator or user groups. | ||
Used to generate the URL to be used as the redirect URL in the AD FS server during client registration. | ||
The server oauth authorization URL available from the AD FS server configuration. | ||
The value is set to when the client secret is unavailable. | ||
is required to trigger openid flow, and is required to get LDAP user attributes in idtoken. | ||
The server oauth token URL. | ||
The server ouath jwk set URL. | ||
Available in AD FS server setup. | ||
The client ID of the client. This value cannot be empty. | ||
The password of the client. This value cannot be empty. | ||
Required for Oauth2 flow to call this URI to get user properties. | ||
Required to enable true logout in AD FS or else logout implementation does not work properly. | ||
User-specific language attribute in Active Directory. | ||
Must be configured correctly as LDD detects the correct group name for the logged-in user to apply roles and authorization. |
Notes: