Configuring Claims Based FBA with Active Directory store 1



Similar documents
Setting up FBA Claims in SharePoint 2010 with Active Directory Membership Provider

Single sign-on for ASP.Net and SharePoint

OTP Server Integration Module

R i o L i n x s u p p o r r i o l i n x. c o m 1 / 3 0 /

Sitecore Ecommerce Enterprise Edition Installation Guide Installation guide for administrators and developers

FBA Migration Guide XTRASHARE INSTALLATION GUIDE. This is the XtraShare installation guide

Eylean server deployment guide

Using SMIGRATE to Backup, Restore and Migrate Team Sites in SharePoint Products and Technologies 2003

Integrating Business Portal 3.0 with Microsoft Office SharePoint Portal Server 2003: A Natural Fit

Use the below instructions to configure your wireless settings to connect to the secure wireless network using Microsoft Windows Vista/7.

ImageNow Interact for Microsoft SharePoint Installation, Setup, and User Guide

Tool Tip. SyAM Management Utilities and Non-Admin Domain Users

OrgPublisher EChart Security

Chapter 3 Installing Foundation 2013 onto Windows Server

IISADMPWD. Replacement Tool v1.2. Installation and Configuration Guide. Instructions to Install and Configure IISADMPWD. Web Active Directory, LLC

IBM Business Process Manager Version IBM Business Process Manager for Microsoft SharePoint Add-On Installation Guide

Defender Token Deployment System Quick Start Guide

Single Sign-on Configuration for SharePoint Integration

Getting Started with Tableau Server 6.1

Weather Web Part. Enterprise Version with Active Directory Support. AMREIN ENGINEERING AG Version 2.4. June 2015

1. CONFIGURING REMOTE ACCESS TO SQL SERVER EXPRESS

4cast Server Specification and Installation

AGILEXRM REFERENCE ARCHITECTURE

PRODUCT WHITE PAPER LABEL ARCHIVE. Adding and Configuring Active Directory Users in LABEL ARCHIVE

Virto Password Reset Web Part for SharePoint. Release Installation and User Guide

SQL Server Setup for Assistant/Pro applications Compliance Information Systems

SecureAware on IIS8 on Windows Server 2008/- 12 R2-64bit

Setting up Sharp MX-Color Imagers for Inbound Fax Routing to or Network Folder

Defender Configuring for Use with GrIDsure Tokens

GoDaddy (CentriqHosting): Data driven Web Application Deployment

netld External Authentication Setup Guide

Hosted Exchange Setup Instructions

Use Enterprise SSO as the Credential Server for Protected Sites

Enable SSL for Apollo 2015

TECHNICAL NOTE. The following information is provided as a service to our users, customers, and distributors.

How To Connect To A Wireless Network On Windows 7 (Windows 7) On A Pc Or Mac Or Ipad (Windows) On Pc Or Ipa (Windows 8) On Your Computer Or Mac (Windows). (Windows.7) On An

InfoRouter LDAP Authentication Web Service documentation for inforouter Versions 7.5.x & 8.x

Setup guide. TELUS AD Sync

ZyWALL OTP Co works with Active Directory Not Only Enhances Password Security but Also Simplifies Account Management

SELF SERVICE RESET PASSWORD MANAGEMENT BACKUP GUIDE

Training module 2 Installing VMware View

GO!NotifyLink. Database Maintenance. GO!NotifyLink Database Maintenance 1

Getting Started with StoreGrid Cloud

IRMACS Setup. Your IRMACS is available internally by the IMAP protocol. The server settings used are:

Professional Mailbox Software Setup Guide

How to Access Coast Wi-Fi

Seamless and Secure Access (SSA) Manual Configuration Guide for Windows 7

Configuring Global Protect SSL VPN with a user-defined port

This is a training module for Maximo Asset Management V7.1. In this module, you learn to use the E-Signature user authentication feature.

Knowledge Base Article: Article 218 Revision 2 How to connect BAI to a Remote SQL Server Database?

Video Administration Backup and Restore Procedures

IIS, FTP Server and Windows

Undergraduate Academic Affairs \ Student Affairs IT Services. VPN and Remote Desktop Access from a Windows 7 PC

Security Assertion Markup Language (SAML) Site Manager Setup

Polar Help Desk Installation Guide

Configuring User Identification via Active Directory

HarePoint Password Change Manual

Installing the ASP.NET VETtrak APIs onto IIS 5 or 6

HOWTO: Installation of Microsoft Office SharePoint Server 2007

USER GUIDE Deploying Your Application to WinHost

TIBCO Spotfire Platform IT Brief

Configure Single Sign on Between Domino and WPS

Quick Instructions Installing on a VPS (Virtual Private Server)

BSDI Advanced Fitness & Wellness Software

EMC Documentum Connector for Microsoft SharePoint

How to connect to the diamonds wireless network with Vista.

If you do not have any FTP login to your website, or how no idea what FTP is, then get in touch with an IT person or developer who can assist you.

CHARTER BUSINESS CUSTOM HOSTING MIGRATION INSTRUCTIONS

Add in Guide for Microsoft Dynamics NAV May 2012

AeroLab Wireless Network Code of Conduct. Connecting to the AeroLab Wireless Network

Outlook Profile Setup Guide Exchange 2010 Quick Start and Detailed Instructions

Configuration Task 3: (Optional) As part of configuration, you can deploy rules. For more information, see "Deploy Inbox Rules" below.

User Guide for eduroam

How to integrate RSA ACE Server SecurID Authentication with Juniper Networks Secure Access SSL VPN (SA) with Single Node or Cluster (A/A or A/P)

ProSystem fx Document

Mixed Authentication Setup

CXM 4.5 Deployed on Windows Chad Adams October 28, 2009

Active Directory Provider User s Guide

Moving a Romexis Database to an Existing SQL Instance

Password Manager Windows Desktop Client

IMPLEMENTING DIRECTORY SERVICES INTEGRATION WITH HELIX MEDIA LIBRARY Revision Date: September 2014

Accessing the Media General SSL VPN

Migrating MSDE to Microsoft SQL 2008 R2 Express

Web Deployment on Windows 2012 Server. Updated: August 28, 2013

Cloud Services ADM. Agent Deployment Guide

HOW TO SILENTLY INSTALL CLOUD LINK REMOTELY WITHOUT SUPERVISION

Print Manager Plus 2010 How to Migrate your Database to a New SQL or Print Server

Setting Up Sharp MX-Color Imagers To Scan To

Integrating LANGuardian with Active Directory

OneLogin Integration User Guide

Customizing Remote Desktop Web Access by Using Windows SharePoint Services Stepby-Step

Windows Azure Multi-Factor Authentication

MarkLogic Server. Connector for SharePoint Administrator s Guide. MarkLogic 8 February, 2015

Virtual Office Remote Installation Guide

Active Directory integration with CloudByte ElastiStor

ThinManager and Active Directory

How To - Implement Clientless Single Sign On Authentication with Active Directory

Windows Clients and GoPrint Print Queues

McAfee One Time Password

Instructions for Microsoft Outlook 2003

Transcription:

Configuring Claims Based FBA with Active Directory store 1 Create a new web application in claims based authentication mode 1. From Central Administration, Select Manage Web Applications and then create a new web application Figure 1 - Manage Web Applications page in Central Administration

Configuring Claims Based FBA with Active Directory store 2 Figure 2 - Selecting claims based authentication 2. Select Claims Based Authentication 3. Check Enable ASP.NET Membership and Role Provider 4. Type a name in the Membership provider name field, FBA_AD_MP for example 5. Click OK, the section should look like Figure 3

Configuring Claims Based FBA with Active Directory store 3 Figure 3 - Configuring Role Providers 6. Create a new site collection 7. Select its type to be Publishing Portal, and assign your account as a primary administrator Edit the web.config files Edit the web.config file for the web application On each Web Front End Server, edit the web.config file for the claims based web application. Inside the membership providers element add the following element: So it looks like this <membership defaultprovider="i"> <providers> <add name="i" type="microsoft.sharepoint.administration.claims.spclaimsauthmembershipprovid er, Microsoft.SharePoint, Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" />

Configuring Claims Based FBA with Active Directory store 4 </providers> </membership> At the very bottom, before the close of the configuration tag </configuration> add the following: <connectionstrings> <add name="adfbaconnectionstring" connectionstring="ldap://corp.contoso.com/dc= corp,dc=contoso,dc=com" /> </connectionstrings> </configuration> Edit the web.config file for the Security Token web application On each Web Front End Server and on the Central Administration server, edit the web.config file for the Security Token web application located normally at C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\14\WebServices\SecurityToken. Add the following to the bottom of the web.config file before the close of the configuration element tag <system.web> <membership defaultprovider="fba_ad_mp"> <providers> </providers> </membership> </system.web> <connectionstrings> <add name="adfbaconnectionstring" connectionstring="ldap://corp.contoso.com/dc=corp,dc=contoso,dc=com" /> </connectionstrings> </configuration> Edit the web.config file for the Central Administration web application On each Central Administration Server, edit the web.config file for the Central Administration web application. Inside the membership providers element, add the following element and set it as the default provider: So it looks like this <membership defaultprovider="fba_ad_mp"> <providers>

Configuring Claims Based FBA with Active Directory store 5 </providers> </membership> At the very bottom before the close of the configuration tag </configuration> add the following: <connectionstrings> <add name="adfbaconnectionstring" connectionstring="ldap://corp.contoso.com/dc=corp,dc=contoso,dc=com" /> </connectionstrings> </configuration> Granting permissions from Central Administration 1. Navigate to Manage web applications in Central Administration 2. Select the claims based web application and click User Policy Figure 4 - Selecting web application 3. Click Add Users, hit Next

Configuring Claims Based FBA with Active Directory store 6 Figure 5 - Granting permissions 4. Open the people picker, search for an account name 5. You should see the account now appearing twice, from Active Directory and Forms Auth 6. Add the account appearing under Forms Auth and give it Full Control permission

Configuring Claims Based FBA with Active Directory store 7 Figure 6 - User selection dialog Test the site 1. Navigate to the claims based authentication site

Configuring Claims Based FBA with Active Directory store 8 Figure 7 - Select Sign In method 2. Select Forms Based from the drop down menu 3. Enter the username (without the domain part) and password for the windows login you gave permissions to on the site

Configuring Claims Based FBA with Active Directory store 9 Figure 8 - Enter credentials 4. You can now add new users to the Viewer/Contributor/Owner groups from within the Site Settings->People and Groups option 5. Sign out from the claims based authentication site Figure 9 - Sign Out 6. Navigate to the claims based authentication site 7. Select Windows Authentication from the drop down, you should be authenticated and redirected to the home page automatically