Time again to attempt to implement that exciting technology, Federation Services (Web Single Sign On, SAML, WS-Federation, or whatever you want to call it) with SharePoint. Last time we tried this, SharePoint 2010 was a baby product, MS was just test…
Now that SharePoint 2013 is out I want to make sure that I can integrate SharePoint 2013 with Team Foundation Server 2012 without any trouble. I and some of my customers have been holding off on deploying SharePoint; waiting for this release. I previ…
博客地址:http://blog.csdn.net/FoxDave 除非开启了SharePoint网站的匿名访问,否则对于入站的请求,必须要有一个身份验证的过程(Authentication),这个很重要. SharePoint身份验证依赖于目录服务(如AD.identity providers(IdPs)像Google和Facebook),服务(如IIS.Azure Access Contro Service(ACS),以及Active Directory Services(ADFS)来实现…
SharePoint 2013 and SharePoint 2010登陆身份验证格式: <IdentityClaim>:0<ClaimType><ClaimValueType><AuthMode>|<OriginalIssuer (optional)>|<ClaimValue> Where: <IdentityClaim> indicates the type of claim and is the following:…
这篇文章主要基于上一篇http://www.cnblogs.com/qindy/p/6242714.html的基础上,create a sample workflow by SharePoint Designer 2013. 这里简要说一下我们接下来需要应用workflow完成怎样的一个功能:当在list中add item的时候自动触发workflow来更新title的value. 首先创建一个Custom List named 'MyList'  Site Contents-->add an…
这篇文章主要briefly introduce the Install and configure SharePoint 2013 Workflow. Microsoft 推出了新的Workflow engine 针对于SharePoint 2013 Server--Workflow Manager,这个Service是基于Windows Workflow Foundation的,但是OOTB(out-of-the-box)安装却被隐藏了,当sharepoint 2013 Server安装的时候…
This article will simply descript how to configure and publish a InfoPath step by step. Note: To configure and publish InfoPath to SharePoint 2013 ,required the follow items: (1).SharePoint Enterprise 2013. (2).Microsoft InfoPath Designer 2013. (3).A…
众所周知,SharePoint 2013没有像SharePoint 2010那样有一个叫"以其他身份登录"的菜单项. 当然解决方案也很多,比如你可以直接修改Welcome.ascx,也可以自己拼凑url. 本文主要是通过沙盒解决方案来解决,好处就是一旦创建好,将其打包成wsp文件,然后就可以随处用了. 如果不需要时,也可以通过停用feature来停用即可. 收下创建一个"SharePoint 2013 – 空项目",项目名按需取. 选择部署为沙盒解决方案. 右击新建…
门户视图 随着 Timecard 列表的增多,如何查找和管理这许多的 Timecard 也就成了问题.尤其对于团队经理而言,他除了自己填写的 Timecard,还要审核团队成员的 Timecard 任务更重. 这里我把实际的需求简化成为 2 个主要的视图(但能够提供的效果和实际需求其实是非常接近的): Time Window 视图这个视图列出当前用户在所有可以填写的时间窗口中是否提交了 Timecard,起到提醒的作用. Timecard 视图这个视图列出在 Timecard 网站中,所有当前用…
在 SharePoint 2013 上面实现一个 Timecard 应用的想法来自一个真实的需求,而实现的方案在我脑海里面盘旋已经很久了,终于这几天准备安排点儿时间将它实现出来. “ We started small, then grow up.”—Dont’know who. 需求 Timecard(打卡)应用的需求描述如下. 角色 管理员(Admin),控制可以填写的时间窗口(Time Window). 团队(Team),是被要求打卡的组织内部可管理的群体.比如,部门是一个团队,项目组也是一…