Single sign on for cireson portal
Best Answer
-
Joe_Burrows Cireson Devops Super IT Monkey ✭✭✭✭✭Suruchi_Bharati said:I tried the above - single sign on still isnt working propery - i had to revert it back to forms authentication since when i enabled windows - it kept prompting for credentials sometimes and sometimes would get in via single signon. I also noticed that templates werent loading at all when windows authentication was enabled. It was working perfectly prior to upgrading to 7.4, Please help
Id recommend checking the below:- Re-enter the Application Pool Identity credentials, in IIS got to Application Pool -> Advanced Settings -> Identity credentials
- Ensure that the only Authentication that is enabled is Windows Authentication and Anonymous - using IIS select the website then Authentication to view what is enabled.
- In IIS select the website and Authentication then click on Windows Authentication on the right-hand side select Advanced Settings - be sure that the checkbox is checked for Enable Kernal Mode Authentication
- In IIS select the website and Authentication then click on Windows Authentication on the right-hand side select Providers, move NTLM before negotiate and restart the website.
If this is still an issue after the above then lets raise as a support ticket so someone can troubleshoot this issue further.0
Answers
Access is denied.
Description: An error occurred while accessing the resources required to serve this request. The server may not be configured for access to the requested URL.Error message 401.2.: Unauthorized: Logon failed due to server configuration. Verify that you have permission to view this directory or page based on the credentials you supplied and the authentication methods enabled on the Web server. Contact the Web server's administrator for additional assistance.
If you had to set the physical credentials in IIS, this will have been removed when you ran the installer (I am not recommending setting physical path credentials there, but that may be the issue, if you have done this).
Id recommend checking the below:
- Re-enter the Application Pool Identity credentials, in IIS got to Application Pool -> Advanced Settings -> Identity credentials
- Ensure that the only Authentication that is enabled is Windows Authentication and Anonymous - using IIS select the website then Authentication to view what is enabled.
- In IIS select the website and Authentication then click on Windows Authentication on the right-hand side select Advanced Settings - be sure that the checkbox is checked for Enable Kernal Mode Authentication
- In IIS select the website and Authentication then click on Windows Authentication on the right-hand side select Providers, move NTLM before negotiate and restart the website.
If this is still an issue after the above then lets raise as a support ticket so someone can troubleshoot this issue further.