| bio | website | |
|---|---|---|
| location | India | |
| age | 27 | |
| visits | member for | 3 years |
| seen | Apr 25 at 1:11 | |
| stats | profile views | 155 |
want to be architect in sharepoint
|
Jan 3 |
comment |
Logout in case of custom STS Doesnot work in Mozilla . . |
|
Jan 1 |
comment |
Logout in case of custom STS oh oh , here is one new issue , this doesnt work with Mozilla :( |
|
Jan 1 |
answered | Internal & External URL on Same Port using Host Header is possible in SharePoint 2010 Site |
|
Dec 29 |
comment |
Logout in case of custom STS stackoverflow.com/questions/7008860/… |
|
Dec 29 |
comment |
Logout in case of custom STS Also after logout , if i click back button in IE i am able to get inside sp application |
|
Dec 29 |
comment |
Logout in case of custom STS i tried the above code and worked fine,Thanks.Right now i have simulated identity provider.So when i logoff i get to the page logout page and when i try to go inside the site it goes through the STS again for logging in site.So its logging out correct ? Also i tried to replace the code new LiteralControl(string.Format( "<p><a href='{0}'>{0}</a> <img src='{0}?wa=wsignoutcleanup1.0' " + "title='Signout request: {0}? and tried to redirect to my custom page anonymous page in sharepoint.but after doing this the logout isnt working. |
|
Dec 27 |
comment |
Logout in case of custom STS Thanks for reply.Let me explain you the whole scenario.i am using SSO for external partners.So i have a logoff link for each external partner.Right now when i click logoff i am sending the user to a Sharepoint XYZ page.but when i click back button in IE i land up in the site without credentials.So onclick of logoff ,i need to send it to the STS and use the above code to logout successfully ? |
|
Dec 27 |
accepted | Logout in case of custom STS |
|
Dec 19 |
comment |
Logout in Mozilla and chrome not working / ADFS Authentication function getQueryStringParameter(paramName) { var searchString = window.location.search.substring(1); var i; var val; var params = searchString.split("&"); for (i = 0; i < params.length; i++) { val = params[i].split("="); if (val[0] == paramName) { return val[1]; } } return null; } |
|
Dec 19 |
answered | Logout in Mozilla and chrome not working / ADFS Authentication |
|
Dec 19 |
answered | Claims Authentication (ADFS &STS) |
|
Dec 15 |
asked | Logout in case of custom STS |
|
Dec 12 |
awarded | Notable Question |
|
Dec 9 |
asked | IDP initiated and SP initiated approaches? |
|
Nov 29 |
asked | Does Sharepoint 2013 Support SAML 2.0? |
|
Nov 24 |
accepted | Claims Authentication (ADFS &STS) |
|
Nov 8 |
asked | Claim Types in Sharepoint 2010 |
|
Nov 4 |
comment |
Multiple authentications for web applciation and sub site but i cannot make 2 web app,as the site is already live.there isnt any option ? |
|
Nov 1 |
asked | Multiple authentications for web applciation and sub site |
|
Nov 1 |
comment |
Active Directory Federation Services and SharePoint I assume partner companies will have only read permission to your application.First you need to extend the web application for the partner companies.Then the partner companies need to implement SAMl 2.0 and pass it to you.Follow the above step to get SSO implemented(STS). |