navigating between web applications with out secondary Login
-
Friday, March 02, 2012 9:51 PM
Hi All
With in a Farm I have two Web application
1.http://Company/
2.http://MySite/ (Sharepoint My Site)
we have provided the My Site link in First web application(http://Company/).
intention was when user clicks on that he should be navigated to My Site with out any pop up asking for credentials.
Issue what I an facing when ever User Clicks on the My Site link it is asking for credentials again.
How can we skip this pop ,please suggest any realistic approach for resolving this.
thanks in advance.
ragava_28
All Replies
-
Saturday, March 03, 2012 6:18 AMJust as with the Company URL, the MySite URL also needs to be added to the local intranet zone on the client systems. Whenever you cross-over a web application boundary for the first time during a browser session, the user is re-authenticated because you are going to a different IIS web site. Each of the URLs in question need to be in the local intranet zone so that automatic pass through of the user credentials can take place. (You could also modify the settings of the Trusted Zone to allow for pass through authentication and place the web addresses in the trusted zone if you prefer.)
Imagine what we could be...if we could just imagine. | Daniel A. Galant | Sr. SharePoint Solutions Architect EPC Group.net
-
Saturday, March 03, 2012 8:56 AM
Hi Daniel
Thanks for reply...
what you suggested is exactly correct.but doing that in each and every client machine is not going to be easy task.
this solution will work only for IE but not for Other browsers.
so please suggest any other way which will work in all browsers without any client machine configuration
Thanks
ragava_28
-
Saturday, March 03, 2012 3:50 PMWell, if the client machines are part of your domain, you can configure those using Group Policy, which as you say, will at least work for the folks who are using IE. Are your users accessing from machines that are not part of the domain? You might need to look at implementing claims authentication and present them with a sign-in page when they first connect then.
Imagine what we could be...if we could just imagine. | Daniel A. Galant | Sr. SharePoint Solutions Architect EPC Group.net
-
Sunday, March 04, 2012 6:35 PM
I think you're missing the point of the post Martin. Anytime you go from one web application to another web application in SharePoint, for the first time during that session, credentials will be passed to the new web application. This is simply how it works. There is no need to install fiddler, nothing is wrong. Raghu is simply trying to find a way to easily configure the environment so that the users aren't getting prompted.Imagine what we could be...if we could just imagine. | Daniel A. Galant | Sr. SharePoint Solutions Architect EPC Group.net
- Marked As Answer by Pengyu Zhao Friday, March 30, 2012 3:50 AM
-
Tuesday, March 06, 2012 4:49 PM
Hi Daniel ,
thanks for response.
In that case I have to enable claims authentication in both http://Company/ and http://MySite/
so in future if I provide link to another site(http://newsite) for that also do we have to enable claims authentication?
correct me if my understanding is wrong
Thanks
ragava_28
- Marked As Answer by Pengyu Zhao Friday, March 30, 2012 3:50 AM
- Unmarked As Answer by Pengyu Zhao Friday, March 30, 2012 3:50 AM
-
Tuesday, March 06, 2012 11:31 PMYes, you would need to have both web applications setup for claims authentication.
Imagine what we could be...if we could just imagine. | Daniel A. Galant | Sr. SharePoint Solutions Architect EPC Group.net
-
Monday, March 12, 2012 10:28 AM
Hi Daniel,
Today I have tried this scenario in our test environment but no luck.
I have created two web application in below process
CA - manage web Application -> New ->Selected Claims Based Authentication ->Claims Authentication Types as Integrated Windows Authentication
http://webapplication1/
http://webapplication2/
then uploaded fews image to webapplication2 and referred those images in Webapplication1 .
when i try to log in instead of asking forms based login it was asking for windows pop .......when I enter credentials it was again asking for credentials again for every image which is loading from other webapplication.
does I am doing any thing wrong ? please suggest.
ragava_28
- Edited by Raghu Vayu Nandana K Monday, March 12, 2012 1:18 PM
-
Tuesday, March 13, 2012 8:32 PM
hi all,
Is there any alternate way to achieve this?
ragava_28
-
Tuesday, March 13, 2012 9:32 PMSorry, been caught up in work. When setting up claims authentication, you need more than just creating a claims aware web application. You need to setup the claim source. Creating a claims based web app, and using Windows auth is just like using a classic mode web application (basically). So, yes, there is more to it.
Imagine what we could be...if we could just imagine. | Daniel A. Galant | Sr. SharePoint Solutions Architect EPC Group.net
-
Wednesday, March 14, 2012 4:00 AM
Hi Daniel.
Can you please share any reference link which talks about implementation claims.
anyhow i will try what you suggested today.
ragava_28
-
Wednesday, March 14, 2012 6:55 PM
Hi Daniel ,
can you please elaborate "claim source" means. what exactly I have to do....
if you can share any link which talks about the implementation would be really appreciated.
today I tried Enabled FBA with LDAP on Claim based Application. but no luck still it was asking for pop up
stuck with problem dont know where it will lead to :(
ragava_28
- Edited by Raghu Vayu Nandana K Wednesday, March 14, 2012 6:55 PM
-
Sunday, March 18, 2012 4:11 PM
Try some of these and see if they help at all. Despite what they say, claims can be a pain to get working and sometimes its easier to just deal with the prompts.
Imagine what we could be...if we could just imagine. | Daniel A. Galant | Sr. SharePoint Solutions Architect EPC Group.net
- Marked As Answer by Pengyu Zhao Friday, March 30, 2012 3:50 AM

