| bio | website | |
|---|---|---|
| location | ||
| age | ||
| visits | member for | 6 months |
| seen | Dec 21 '12 at 10:43 | |
| stats | profile views | 2 |
|
Dec 28 |
awarded | Tumbleweed |
|
Dec 21 |
revised |
How to access AD users in SharePoint 2010 Sandboxed solution? added code from SP 2010 |
|
Dec 21 |
comment |
SAML authentication not working properly for the roles I found the solution but I am not sure about the problem. I re authenticated the user on every session start for Global.asax file. Any one who find this kind of issue can look at this solution to create Global.asax file doitwithsharepoint.blogspot.dk/2011/02/… |
|
Dec 21 |
asked | How to access AD users in SharePoint 2010 Sandboxed solution? |
|
Dec 15 |
awarded | Student |
|
Dec 13 |
revised |
SAML authentication not working properly for the roles added 1 characters in body |
|
Dec 13 |
asked | SAML authentication not working properly for the roles |
|
Dec 7 |
comment |
User not logged in even after Fed Auth shows it's expiration in year 2015 @spStacker thanks for your reply.. But I have a query. Is it necessary to change all 3 properties to the same days?? I have already done this but just now I figured out that ServiceTokenLifetime is set to 10 hours. but the FormsTokenLifetime and WindowsTokenLifetime is set to 365 days. |
|
Dec 7 |
awarded | Editor |
|
Dec 7 |
revised |
User not logged in even after Fed Auth shows it's expiration in year 2015 added 53 characters in body |
|
Dec 6 |
asked | User not logged in even after Fed Auth shows it's expiration in year 2015 |
|
Dec 3 |
awarded | Scholar |
|
Dec 3 |
comment |
How to add an existing group to a newly created site through poweshell? Thanks.. :) this worked for me.. |
|
Dec 3 |
accepted | How to add an existing group to a newly created site through poweshell? |
|
Dec 3 |
comment |
How to add an existing group to a newly created site through poweshell? HI @Arsalan here you are checking the group and just breaking the condition. But I want to add that group to the site which is newly created. for instance if ($SPWeb.SiteGroups[$GroupName] -ne $null){
Write-Host "Group "$GroupName" already exists!"
**Do something here to add this group to the site.**
} |
|
Dec 3 |
asked | How to add an existing group to a newly created site through poweshell? |