Sharepoint Single Sign on ssologon.aspx gives Access Denied
-
I have a Web Part that uses SSO. If no SSO login information is found for the current user, the user gets redirected to "/_layouts/1033/ssologon.aspx?App=<App Name>" page that is created by Sharepoint's SSOSrv. However, the user is presented with error "Access denied". After doing extensive research on Google I found following answer "user must have at least Reader permissions on the top-level portal site, even though the SSO Web Part would be in some sub-site. " Please provide some solution for the problem regarding how to enable users to enter there credentials in SSo database. We are using MOSS 2007 in 64 bit environment.
-
I have a Web Part that uses SSO. If no SSO login information is found for the current user, the user gets redirected to "/_layouts/1033/ssologon.aspx?App=<App Name>" page that is created by Sharepoint's SSOSrv. However, the user is presented with error "Access denied". After doing extensive research on Google I found following answer "user must have at least Reader permissions on the top-level portal site, even though the SSO Web Part would be in some sub-site. " Please provide some solution for the problem regarding how to enable users to enter there credentials in SSo database. We are using MOSS 2007 in 64 bit environment.
you have permission of visitor only so now you need the permission of contributor then only you can do sso and also launch the webparts in sharepoint site so better you contact your sharepoint administrator
-
you have permission of visitor only so now you need the permission of contributor then only you can do sso and also launch the webparts in sharepoint site so better you contact your sharepoint administrator
Problem is that Every user whose credential are not added to SharePoint should be also to enter his own using SSO. SSO actually provide this feature. But it is restricting in the sense that user must have rights on Root site of Share Point. In our Case we can can not provide all the users rights on parent site. User have rights for sub-sites only.