User Tools

Site Tools


sso_authentication

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
sso_authentication [2019/08/23 15:48] lucysso_authentication [2020/04/27 10:16] lucy
Line 20: Line 20:
   * ADFS 4.0 (Windows Server 2016)   * ADFS 4.0 (Windows Server 2016)
   * ADFS 5.0 (Windows Server 2019)   * ADFS 5.0 (Windows Server 2019)
-  * Azure AD (refer to [[sso_azure|this guide]] to get a detailed instructions)+  * Azure AD (refer to [[sso_azure|this guide]] to have a detailed instructions
 +  * Okta (refer to [[sso_okta|this guide]] for more details)
  
 The connection to the AD FS can be configured within the Settings / SSO Configuration:  The connection to the AD FS can be configured within the Settings / SSO Configuration: 
Line 180: Line 181:
  
 **Solution**: The time difference between AD FS and Lucy servers can cause an authentication problem. Make sure that the time zone setting is correct on the Advanced Settings page in Lucy. **Solution**: The time difference between AD FS and Lucy servers can cause an authentication problem. Make sure that the time zone setting is correct on the Advanced Settings page in Lucy.
 +
 +**Issue**: (AD FS) Login with a single sign-on sometimes does not work (it redirects to the Lucy's login page after successful login at AD FS website) . \\
 +
 +**Solution**: Disable the revocation check on your AD FS server by the PowerShell command (see details [[https://docs.microsoft.com/en-us/powershell/module/adfs/set-adfsrelyingpartytrust?view=win10-ps|here]]):
 +
 +<code>
 +Set-AdfsRelyingPartyTrust -TargetName "Your RelyingParty Name" -SigningCertificateRevocationCheck None
 +</code>
 +
 +**Issue**: (AD FS) Login with a single sign-on stopped working after update to Lucy 4.7 (it redirects to the Lucy's login page after successful login at AD FS website) . \\
 +
 +**Solution**: Update the Relying Party Trust on your Windows Server by clicking "Update from Federation Metadata..." link in AD FS Management console or through the [[https://docs.microsoft.com/en-us/powershell/module/adfs/update-adfsrelyingpartytrust|PowerShell]].
sso_authentication.txt · Last modified: 2021/03/16 14:36 by lucy