Configuring Active Directory Federation Services 2.0 (配置 adfs 2.0) -摘自网络
Active Directory Federation Services (AD FS) 2.0 makes it possible to deploy a federation server and begin issuing tokens quickly by following these steps:
1) AD FS 2.0 software installation
2) Initial configuration
3) Add a relying party trust
4) Add more federation servers to the farm (Optional)
5) Configure a federation server proxy (Optional)
In this blog post, I’ll discuss Initial Configuration (step 2) in detail. If you are looking for prerequisite information about how to set up and configure a new federation server for the first time, I suggest looking at the topic titled Checklist: Setting Up a Federation Server in the AD FS 2.0 Deployment Guide.
Setup and Initial Configuration
After AD FS 2.0 RC is installed on the machine, administration of the federation server is performed through the AD FS 2.0 Management snap-in (you can access the snap-in shortcut by going to Start -> All Programs -> Administrative Tools -> AD FS 2.0 Management). The first time the snap-in is run, AD FS 2.0 will detect that the federation server has not been configured and will prompt you to launch the AD FS 2.0 Federation Server Configuration Wizard, as shown in the following screenshot. Click the AD FS 2.0 Federation Server Configuration Wizard link in the center pane to launch the wizard.
![]()
Federation Server Configuration Wizard Walkthrough
The Federation Server Configuration Wizard guides the user through a series of steps that will deploy the federation server in a variety of configurations. Each page is described in detail below.
Welcome Page
![]()
The Welcome page explains the overall function of the wizard and presents you with the first decision: Create new Federation Service or Expand an existing Federation Service. Each Federation Service can consist of multiple federation servers, which constitute a farm.
Configuring and managing federation server farms is a topic that will be discussed in a future post. In the mean time, if you are looking for guidance on how to set up your federation server farm, see Create the First Federation Server in a Federation Server Farm in the Deployment Guide. For information about how to add federation servers to expand your farm, see Add a Federation Server to a Federation Server Farm.
For the moment, we will focus on creating a new federation server. Select the first option and click next to navigate to the Deployment Page.
Deployment Page
![]()
The Deployment page asks if you are creating a federation server farm or a stand-alone federation server. A federation server farm is able to scale with increasing demand and is the recommended option for corporate deployments. Stand-alone federation servers are recommended for evaluation and testing purposes. Though in-depth discussion of federation server farms is beyond the scope of this post, expanding a federation server is always optional.
A federation server farm consisting of a single federation server is perfectly valid and requires little additional management overhead versus a stand-alone federation server. Select the New federation server farm option and click next to proceed to the Federation Service Name Page.
Federation Service Name Page
![]()
This page asks you to specify a name for your Federation Service. By default, the Federation Server Configuration Wizard will retrieve the SSL certificate configured in IIS and use the subject name specified therein. If there is any ambiguity regarding the subject name (such as wildcard or subject alternative names), the Federation Service name combo box will be enabled and you will be required to provide a valid service name before proceeding.
For cases where no certificates are configured in IIS, the Federation Server Configuration Wizard will query the “Local Machine\MY” certificate store for all valid certificates (certificates with private keys and subject names) and display them in the “SSL certificate” dropdown. The selected certificate will automatically be configured as the SSL certificate. During this process, it is important to make sure that the certificate you selected is not removed or modified from the certificate store before the Federation Server Configuration Wizard is completed.
If you have no certificates in the “Local Machine\MY” store and no SSL certificate configured in IIS, you can use the Server Certificate Generator in IIS to create a certificate. Finally, the port field must match the SSL binding configuration. You will be able to make a selection in this combo box if multiple values are present. Let’s move on to the next page.
Service Account Page
![]()
Now is where the fun begins. Select the account under which the service will run. I recommend creating a service account in Active Directory for this specific purpose because the service account will be granted the SeServiceLogonRight and the SeAuditPrivilege by the Initial Configuration Wizard. For more information about how to do this, see Manually Configure a Service Account for a Federation Server Farm.
Once the account is created, click Browse and locate the account. Enter the password for the account and click next to proceed.
Summary Page
![]()
This is a simple page that lists the steps the Federation Server Configuration Wizard will follow to configure your new federation server. Review this information carefully as it will prepare you for the road ahead. When you are ready, click Next to begin configuring your federation server.
Tasks Page
![]()
Up to this point, the Federation Server Configuration Wizard has been collecting data on how your federation server will be deployed, but it has not actually made any changes to your machine yet. On this page, you can see the wizard running through each individual task to configure your federation server.
The specific configuration steps vary depending on what options you chose in the previous pages. During this phase, certain tasks may complete with warnings or additional information. If this occurs, click on the link for more details. If any tasks fail, this page will let you know which one(s) failed and why. When you have finished reviewing the information on this page, click “Close” to complete the Federation Server Configuration Wizard.
Conclusion
Once you have completed the Federation Server Configuration Wizard, the federation server is now deployed and running. However, there are other configuration steps you must observe before the federation server can do anything useful. Namely, you will need to configure the policy settings from within the AD FS 2.0 Management snap-in. This and more advanced topics, such as federation server farms, will be covered in other posts.
If you are looking for general design and deployment guidance for how to configure a federation server, try reading the following topics in the AD FS 2.0 TechNet library:
· Deploying Federation Servers
· When to Create a Federation Server
· When to Create a Federation Server Farm
I hope this post has been informative and helpful.
Robert Zhu
Software Design Engineer
AD FS TeamConfiguring Active Directory Federation Services 2.0
Configuring Active Directory Federation Services 2.0 (配置 adfs 2.0) -摘自网络的更多相关文章
- Prepare and Deploy Windows Server 2016 Active Directory Federation Services
		
https://docs.microsoft.com/en-us/windows/security/identity-protection/hello-for-business/hello-key-t ...
 - Active Directory Domain Services in Windows Server 2016/2012
		
Applies To: Windows Server 2016, Windows Server 2012 R2, Windows Server 2012 You will find links to ...
 - Centos7.0配置Hadoop2.7.0伪分布式
		
一.ssh免密登录 1.命令ssh-keygen. overwrite输入y一路回车 2.将生成的密钥发送到本机 ssh-copy-id localhost中间会询问是否继续输入“yes” 3.测试免 ...
 - Weblogic中配置Active Directory Authentication Provider
		
其要点或者容易出错的关键点是:(<>及其中说明代表需要替换的内容) Host: ads.yourdomain.com Host填AD服务器的域名或IP ...
 - Confluence 6 安装 Active Directory 证书服务器
		
如果证书服务器已经安装了的话,跳过这一步骤,直接进入下一步.下面步骤中的屏幕截图是从 Windows 2008 服务器版上安装的截图,针对 2000 和 2003 安装过程是一样的. 作为系统管理员登 ...
 - ADFS 2.0 配置简介 PartⅠ – 安装ADFS
		
Active Directory Federation Service 也即联盟身份认证服务是微软的单点登录解决方案 (SSO),配置步骤相当多,中文资料也比较少,写在这里希望对后来人有所帮助 ...
 - Step-By-Step: Setting up Active Directory in Windows Server 2016
		
There are interesting new features now made available in Windows Server 2016 such as time based grou ...
 - Active Directory participation features and security extensions
		
Participation in the Active Directory Samba 3.0 series, as well as the OS since Windows 2000, is pos ...
 - Active Directory 域服务(AD DS)
		
本文内容 概述 工作组架构与域架构 名称空间(Namespace) 对象(Object).容器(Container)与组织单位(Organization Units,OU) 域树(Domain Tre ...
 
随机推荐
- 转载:STM32之中断与事件---中断与事件的区别
			
这张图是一条外部中断线或外部事件线的示意图,图中信号线上划有一条斜线,旁边标志19字样的注释,表示这样的线路共有19套.图中的蓝色虚线箭头,标出了外部中断信号的传输路径,首先外部信号从编号1的芯片管脚 ...
 - 项目的敏捷开发方法(转自MBAlib)
			
项目的敏捷开发方法 敏捷方法很多,包括 Scrum.极限编程.功能驱动开发以及统一过程(RUP)等多种法,这些方法本质实际上是一样的,敏捷开发小组主要的工作方式可以归纳为:作为一个整体工作: 按短迭代 ...
 - 学习lamda表达式
			
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.L ...
 - MyEclipse使用自己的JDK和Tomcat
			
配置tomcat:window-->preferences-->myeclipse-->servers-->tomcat-->选一个-->右边选择一的tomcat的 ...
 - Java中对List集合的排序
			
方法一: 第一种方法,就是list中对象实现Comparable接口,代码如下: 实体类: public class Person implements Comparable<Person> ...
 - ZOJ - 3195 Design the city
			
题目要对每次询问将一个树形图的三个点连接,输出最短距离. 利用tarjan离线算法,算出每次询问的任意两个点的最短公共祖先,并在dfs过程中求出离根的距离.把每次询问的三个点两两求出最短距离,这样最终 ...
 - Android USB Host 通信程序
			
换到了一家新公司,于是就有了新的项目.这次的项目 要用Android SDK与USB HID设备进行通信.第一次接触Android SDK,以及USB,记录下源程序.开发过程以及一些心得. 首先,要感 ...
 - LinearLayout按下(pressed)或获取焦点(focused)时背景设置不同颜色或图片
			
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:id=&qu ...
 - plsql exist和in 的区别
			
<![endif]--> <![endif]--> 发现公司同事很喜欢用exists 和in 做子查询关联,我觉得很有必要研究下 两者的区别,供参考和备忘 /* (这段信息来自 ...
 - MIME(Multipurpose Internet Mail Extensions)多用途互联网邮件扩展类
			
MIME(Multipurpose Internet Mail Extensions)多用途互联网邮件扩展类型.是设定某种扩展名的文件用一种应用程序来打开的方式类型,当该扩展名文件被访问的时候,浏览器 ...