Okta Microsoft SharePoint On- Premises Deployment Guide

Size: px
Start display at page:

Download "Okta Microsoft SharePoint On- Premises Deployment Guide"

Transcription

1 Okta Microsoft SharePoint On- Premises Deployment Guide Okta Inc. 301 Brannan Street, 3rd Floor San Francisco CA,

2 Version History Date AD Agent Version Document Version April 2014 May 2014 SharePoint Foundation 2010, SharePoint Server 2010, and SharePoint 2013 SharePoint Foundation 2010, SharePoint Server 2010, and SharePoint Copyright 2014 Okta, Inc. All Rights Reserved. Window captures and dialog box sample views are the copyright of their respective owners. Use of this user documentation is subject to the terms and conditions of the applicable End- User License Agreement. Copyright 2014 Okta, Inc. All Rights Reserved. 1

3 Contents SharePoint Overview... 3 Claims Authentication Provider... 3 About Realms (Relying Party Trust Identifier)... 3 Okta People Picker... 4 Claims to Windows Token Service (C2WTS)... 4 Setting Up Microsoft SharePoint with Okta... 4 Before You Begin... 4 Adding the SharePoint (On-Premises) App in Okta... 5 Configuring Okta as a Claims Provider in SharePoint... 6 About the People Picker... 8 Setting Up the People Picker... 8 Configuring the People Picker... 8 Deploying the People Picker... 9 Uploading the Okta Certificate (People Picker) SharePoint 2010 ONLY Troubleshooting the People Picker Uninstalling the People Picker Uninstalling Okta Authentication Upgrading the Okta Claims Provider or People Picker Deployment Scenarios Single Authentication Provider Mixed Authentication Provider SharePoint with Okta and Windows Authentication Multiple Web Applications and Zones Hiding People Picker Restricting People Picker to a Certain Group in Active Directory Okta Claims Authentication with Multiple SharePoint Applications (SSO) Troubleshooting Appendix: Import the Security Certificate into SharePoint 2010 Trusted Root Certificate Authority Copyright 2014 Okta, Inc. All Rights Reserved. 2

4 SharePoint Overview Microsoft SharePoint collaboration software provides enterprise-scale capabilities to meet businesscritical needs such as managing content and business processes, simplifying how people find and share information across boundaries, and enabling users to make informed decisions. Using the collaboration features of Microsoft SharePoint Foundation or Microsoft SharePoint Server, you can enable your users to create, manage, and easily build SharePoint sites that are discoverable throughout your organizations. For detailed information about Microsoft SharePoint and Microsoft authentication, see Microsoft's SharePoint Authentication Guides for SharePoint Foundation 2010, SharePoint Server 2010, and SharePoint Claims Authentication Provider In addition to traditional Windows Authentication, Microsoft SharePoint also supports running in claims authentication mode. A key benefit of claims authentication is the ability to provide authenticated access to external entities from your organization. It also enables multiple authentication types in a single SharePoint zone. Access to SharePoint running in Claims Mode Authentication uses a Security Token Service (STS), which is essentially an authentication gateway to SharePoint that enables access for Integrated Windows Authentication (IWA), form-based authentication, and trusted claims providers. This layer or gate requires credentials, and upon successful evaluation, transitions to claims-based access with WS-Federation. In a claims model, SharePoint accepts one or more claims about an authenticating client to identify and authorize the client. The claims come in the form of SAML tokens and are simply facts about the client stated by a trusted authority. In SAML claims mode, SharePoint accepts SAML tokens from a trusted external STS, often known as a claims provider (like Okta). SharePoint accepts and processes these tokens, augmenting the claims and creating a claims identity object for the user. For more information about claims-based authentication, refer to the following resources: Claims- based Identity in Windows (White Paper) Windows Identity Foundation About Realms (Relying Party Trust Identifier) When configuring SharePoint for claims- based authentication or authorization, Microsoft SharePoint typically must connect to an identity provider (Okta) to retrieve user attributes as claims. To realize all the benefits of claims in an enterprise environment, administrators must make sure that SharePoint trusts the claims it receives. This often means configuring SharePoint to connect to a trusted identity provider like Okta. Okta retrieves user attributes from Active Directory (or another LDAP directory or data store), wraps them in a SAML token, digitally signs that token, and returns it to the calling application, which is part of a realm. The realm is associated with a web application and is how Okta maps the sign- in request to the relying party trusts. Copyright 2014 Okta, Inc. All Rights Reserved. 3

5 Okta People Picker Okta offers a SharePoint People Picker control to find and select native Okta users, groups, and claims when a site, list, or library owner assigns permissions in Microsoft SharePoint. SharePoint integrates with Okta using the Okta API. The Okta Create API enables administrators to manage permissions for native Okta users and groups in SharePoint. Administrators define access rules to the SharePoint site and can also filter and restrict the results that are displayed when a user searches for a user, group, or claim. These settings are applied to every site within the site collection. For example, administrators can grant access to users who match a certain address or who are part of an AD or Okta group. For more information, refer to People Picker and claims provider planning (SharePoint Server 2010) or People Picker and claims providers overview (SharePoint 2013) Claims to Windows Token Service (C2WTS) Enterprise SharePoint deployments can use backend components like SQL Server Reporting Services or a Server Message Block (SMB) file server with SharePoint. These backend services depend on Windows Authentication and require protocol transition from claims-based authentication Okta SSO to Windows Authentication. Okta s SharePoint solution enables this protocol transition using Kerberos Constrained Delegation and S4U. For more information on C2WTS, refer to the following resources: C2WTS Overview Configuring C2WTS Kerberos Constrained Delegation Note that C2WTS has additional requirements: Microsoft only enables C2WTS for SharePoint farm deployments single server SharePoint deployments with embedded MS SQL Server Express are not supported. SharePoint 2013 or later. Setting Up Microsoft SharePoint with Okta Before You Begin Install a supported version of Microsoft SharePoint o o SharePoint Foundation 2010, SharePoint Server 2010, SharePoint Foundation 2013, or SharePoint Server Make sure to run the prerequisites from the SharePoint installer. o Install.NET Framework o Make sure hardware requirements are met before starting the installation. Copyright 2014 Okta, Inc. All Rights Reserved. 4

6 Make sure your Okta org has the API feature enabled (contact support), then create a valid API token issued to a read- only administrator. The API token is required by Okta s People Picker plugin to read users and groups from Okta. Note that the token is only visible upon creation and cannot be retrieved later. If the token is lost, it must be revoked, regenerated, and reconfigured in the People Picker configuration. Okta highly recommends that you install the People Picker plugin in the SharePoint environment. The plugin makes it easy for administrators to manage claims into SharePoint. Adding the SharePoint (On- Premises) App in Okta To enable SharePoint (On- Premises) for Okta: 1. Add the SharePoint (On-Prem) application. Note: The SharePoint (On-Prem) app is a private app and must be enabled for each Okta org by Okta support. 2. The following fields are used to connect and send information as part of the SAML assertion to SharePoint. a. SharePoint Web Application URL: Points to the web application that is running on SharePoint, Copyright 2014 Okta, Inc. All Rights Reserved. 5

7 for example, There can be multiple apps running on SharePoint, each of which needs a SharePoint app within Okta. b. Application attributes or custom: This is a special case in which Okta can send information, like a title or city of employment, that you can use in SharePoint. You can use this information for auditing or logging purposes. This information is not used for authentication or authorizing apps in SharePoint. Okta typically sends UPN and as part of the assertion. c. Group filter: This field is sent as part of a SAML assertion. This is used for checking permissions in SharePoint. 3. Once the app has been installed, follow the WS-Federation setup instructions on the Sign On tab to set up Okta as a trusted authentication provider in SharePoint. Click the View Setup Instructions button to auto generate the PowerShell script to enable Okta as a claims provider. 4. The PowerShell script provides step-by-step instructions to install and deploy the Okta Claims Provider. Configuring Okta as a Claims Provider in SharePoint The instructions generated by Okta provide step-by-step instructions to do the following: 1. Download and install the trusted root authority certificate. 2. Create the claims mapping in SharePoint. 3. Create Okta as a new authentication provider in SharePoint. 4. Configure the SharePoint web application to use Okta as an identity provider. 5. Add additional SharePoint web applications to use Okta as an identity provider. 6. Configure SharePoint to query for native Okta users and groups. Note that configuring Okta as a claims provider in SharePoint requires PowerShell command entry. Make sure that the installation steps are executed as a user with the proper permissions to modify the SharePoint farm (such as the SharePoint setup user account referenced here). The supplied PowerShell commands require the SharePoint PowerShell snap-in. Either launch the SharePoint management shell or add the required snap-in to an existing PowerShell prompt by entering the following command: Copyright 2014 Okta, Inc. All Rights Reserved. 6

8 Add-PSSnapIn Microsoft.Sharepoint.Powershell After you complete the installation procedure, Okta should appear in the Trusted Identity Provider list on the SharePoint Central Administration console. View the Trusted Identity Provider list by selecting Security > Specify Authentication Providers > Default zone. Make sure you disable the Okta Identity Provider whenever you install, uninstall, or update the Okta People Picker. See the following section for information on installing the Okta People Picker. Copyright 2014 Okta, Inc. All Rights Reserved. 7

9 About the People Picker Install the Okta SharePoint People Picker plugin so you can fetch users and groups from Okta. The People Picker plugin is a Microsoft Windows executable that you can download from the Downloads page of your Okta Administrator Dashboard. Setting Up the People Picker Configuring Okta as a claims provider in SharePoint requires PowerShell command entry. Ensure that the installation steps are executed as a user with the proper permissions to modify the SharePoint farm (such as the SharePoint setup user account). The supplied PowerShell commands require the SharePoint PowerShell snap-in. Launch the SharePoint Management Shell or add the required snap-in to an existing PowerShell prompt by entering the following the command: Add-PSSnapIn Microsoft.Sharepoint.Powershell Configuring the People Picker You must set several configuration values in the SharePoint farm to install the Okta People Picker. These values are used to configure People Picker functionality and define the Okta org that you are integrating with this SharePoint environment. Okta API Key: Read-only administrator API key generated during prerequisite steps. BaseUrl: Okta subdomain. OktaClaimProviderDisplayName: Set to Okta by default, but this can be set to a different value if you prefer a different display name for the Okta People Picker. MapUpnToWindowsUser: Configuration flag to enable or disable C2WTS protocol translation. Copyright 2014 Okta, Inc. All Rights Reserved. 8

10 Replace the variables below with the appropriate values as defined above and enter the following commands: $farm = Get-SPFarm $farm.properties["oktaapikey"] = "OktaAPIKey" $farm.properties["oktabaseurl"] = " oktaorg.okta.com" $farm.properties["oktaloginprovidername"] = "Okta" $farm.properties["oktaclaimproviderdisplayname"] = "Okta" If C2WTS is to be enabled, also execute the following command: $farm.properties["mapupntowindowsuser"] = $true Finally, enter the following command: $farm.update() Deploying the People Picker Install and deploy the Okta SharePoint People Picker claims provider solution to the SharePoint farm environment. The default installation steps outlined below activate the feature at the farm level: 1. Download the SharePoint 2010 or SharePoint 2013 People Picker from the Okta Downloads page. Enter the following PowerShell commands to add and install the Okta SharePoint solution for People Picker. Replace the LiteralPath command line argument below with the path to the downloaded People Picker WSP solution file, and update the identity command line argument with the appropriate version-based file name. Copyright 2014 Okta, Inc. All Rights Reserved. 9

11 Add-SPSolution -LiteralPath "C:\OktaClaimsProviderxx.xxx.wsp" Install-SPSolution -Identity "oktaclaimsproviderxx.xxx.wsp" GACDeployment It might take a few minutes for the solution to be installed and deployed. You can query your deployment status by entering the following PowerShell command: Get-SPSolution The status output reads Deployed after the solution has been deployed to the farm. If the status output continues to read Not deployed after a few minutes, then sign into the SharePoint Central Administration console, select System Settings > Manage Farm Solutions, and check for error messages. If necessary, cancel the deployment and restart it using the Central Administration Management Console. After you have added the People Picker, you can also install or deploy the solution using the SharePoint Central Administration Console. You can confirm the installation and troubleshoot any issues. We highly recommend that you use a ULS viewer during the People Picker installation procedure to help you diagnose configuration issues. 7. Assign the Okta Claims Provider that was configured during the Okta SSO configuration as the SPTrustedIdentityTokenIssuer for People Picker. If the SPTrustedIdentityTokenIssuer was named something other than Okta during the SSO configuration, update the commands below with the correct values. $trust = Get-SPTrustedIdentityTokenIssuer "Okta" $trust.claimprovidername = "OktaClaimsProvider" $trust.update() Copyright 2014 Okta, Inc. All Rights Reserved. 10

12 8. To validate the installation and configuration enter the following PowerShell command to retrieve the OktaClaimsProvider value: Get-SPClaimProvider Make sure the Okta provider is Enabled and configured as Default. Uploading the Okta Certificate (People Picker) SharePoint 2010 ONLY For SharePoint 2010 only, the SharePoint administrator must import the Okta DigiCert Root Certificate into the SharePoint certificate store. Perform the procedure described in Copyright 2014 Okta, Inc. All Rights Reserved. 11

13 Appendix: Import the Security Certificate into SharePoint 2010 Trusted Root Certificate Authority. In some cases, the parent DigiCert Root Certificate must also be uploaded if it does not already exist. Troubleshooting the People Picker Look for OktaClaimsProvider in the SharePoint ULS logs to monitor the activity of the claims provider. A ULS log viewer is recommended. Uninstalling the People Picker To uninstall the People Picker, do the following: 1. Before upgrading the Okta Claims Provider or People Picker, disable the Okta Trusted Identity provider. From your SharePoint Central Administration console, select General Security > Specify Authentication providers > Zone (Default). Before proceeding, note the People Picker solution name from the SharePoint Solution Management console and insert the value for the Okta Claims Provider in the PowerShell commands below. You can obtain the solution name by opening your SharePoint Central Administration console, selecting Manage farm solutions, and looking under the System Settings section. 9. After you have disabled your Okta Trusted Identity provider, reset IIS and uninstall the People Picker solution with the following PowerShell commands: $cp = Get-SPClaimProvider Where-Object \\ (command continued on next line) {$_.TypeName -eq 'OktaClaimsProvider.OktaClaimsProvider'} Remove-SPClaimProvider $cp 10. Validate that the People Picker has been removed by running the following command and confirming that Okta is not listed: Get-SPClaimProvider 11. After you have removed the Okta Claims Provider, remove the People Picker SharePoint solution with the PowerShell commands below. Substitute the People Picker solution WSP name with the solution name captured from the SharePoint Central Administration console in the steps above: Uninstall-SPSolution -Identity "OktaClaimsProvider xxxxxx.wsp" Copyright 2014 Okta, Inc. All Rights Reserved. 12

14 You can confirm and troubleshoot issues with the uninstallation from the SharePoint Central Administration console. 12. Validate that the WSP file is now Not Deployed and troubleshoot errors with the uninstallation. After you have successfully uninstalled the solution, enter the following PowerShell command to remove the SharePoint People Picker solution: Remove-SPSolution -Identity "OktaClaimsProvider xxxxxx.wsp" If successful, the People Picker solution should no longer appear in the Central Administration console. Uninstalling Okta Authentication After you have removed the People Picker solution, you can also remove Okta as an authentication claims provider by entering the following PowerShell command: Remove-SPTrustedIdentityTokenIssuer Identity Okta Validate your uninstallation by going to the Authentication Providers page in the SharePoint Central Administration console and confirming that Okta is no longer listed. Upgrading the Okta Claims Provider or People Picker Before you upgrade the Okta Claims Provider or People Picker, we highly recommended that you completely remove the previous version of the Okta People Picker. Follow the uninstallation instructions above and then deploy the new version using the deployment procedure. Deployment Scenarios Copyright 2014 Okta, Inc. All Rights Reserved. 13

15 Single Authentication Provider SharePoint can use Classic Mode Authentication or claims-based authentication. Classic Mode Authentication is traditional Windows authentication such as IWA (NTLM/Kerberos) or basic username/password schemes. Claims-based authentication is new to SharePoint as of SharePoint 2010 and is built on the Windows Identity Foundation (WIF). There are three types of claims-based authentication schemes: Windows claims, form-based, and SAML claims. Mixed Authentication Provider You can now configure multiple authentication providers with SharePoint (Windows authentication, forms authentication, and trusted Identity providers) using the same URL without having to extend the web application. Both external and internal users would access the web site on for example. By default the user chooses the authentication method when signing in, or the administrator can extend SharePoint to use programmatic methods of guiding the user to the correct authentication method (based on IP address for example). SharePoint shows the single page for mixed authentication mode where the user can pick the provider as shown below. SharePoint with Okta and Windows Authentication See the above section for mixed-mode authentication. Multiple Web Applications and Zones For technical purposes a zone is a logical path through which users gain access to a web application. The URL is a common public face of a zone. The purpose of the zone is to let users into a web application or other SharePoint application. Most people don t think about the zone. Users envision a URL that directly accesses the web application, but a zone adds an additional layer of abstraction for added configuration possibilities. A web application can have multiple URLs, all of which lead to the same place and use the same zone. This maximizes re-use and security. Hiding People Picker People Picker is configured at the zone level for a farm by using the stsadm setproperty operation. By configuring the settings for the control, administrators can filter and restrict the results that are displayed when a user searches for a user, group, or claim. Those settings apply to every site in a specific site collection. For more information about how to configure People Picker, see Configure People Picker in SharePoint Copyright 2014 Okta, Inc. All Rights Reserved. 14

16 Restricting People Picker to a Certain Group in Active Directory If a web application is using Windows authentication and the site user directory path is not set, the People Picker control searches all of Active Directory to resolve users' names or find users, instead of searching only users in a particular organizational unit (OU). The Stsadm setsiteuseraccountdirectorypath operation allows you to set the user's directory path to a specific OU in the same domain. After the directory path is set to a site collection, the People Picker control only searches under that particular OU. To restrict People Picker to a certain OU in Active Directory, enter the following command: stsadm -o setsiteuseraccountdirectorypath -path Valid OU name url Web application URL For more information refer to Microsoft s TechNet article. Okta Claims Authentication with Multiple SharePoint Applications (SSO) Administrators configure a corresponding Okta app for each SharePoint app. The realm establishes the trust relationship between Okta and the SharePoint application. For each SharePoint application, Okta generates a new "realm" that is used to define a relationship. To add a new web app to an existing authentication provider such as Okta, enter the following command: $ap = Get-SPTrustedIdentityTokenIssuer "Okta" $uri = new-object System.Uri($sharepoint_app) $ap.providerrealms.add($uri, $realm) $ap.update() Replace the $sharepoint_app value with the new SharePoint app URI and the $realm attribute with the new realm generated by the Sign-on tab from the corresponding SharePoint app in Okta. Copyright 2014 Okta, Inc. All Rights Reserved. 15

17 Troubleshooting Problem: The Trusted Identity Provider section is grayed out on the Edit Authentication page. Solution: Make sure Claims Based Authentication is selected as the preferred mode of authentication for this SharePoint application. From the Windows PowerShell command prompt, enter the following to set the specified user account as an administrator for the site: $WebAppName = " $wa = get-spwebapplication $WebAppName $wa.useclaimsauthentication = $true $wa.update() Problem: Authentication fails and shows a webpage with the error, "An application error occurred on the server. The current custom error settings for this application prevent the details of the application error from being viewed." Solution Open the web.config file for this web application and make sure custom errors are turned off in the web.config file. <system.web>... <customerrors mode="off"/> Problem: Unable to redeploy PeoplePicker solution because getting the following SharePoint error: System.Exception: Error installing the Okta Claims Provider feature. Exception: Objects cannot be used once they have been deleted. Solution: This is caused by the People Picker Diagnostic service not being properly removed during the uninstall process. This can happen if the Okta claims provider is not disabled during an uninstallation of the PeoplePicker solution. Enter the following PowerShell commands to manually remove the Diagnostic service: [System.Reflection.Assembly]::LoadWithPartialName("Microsoft.Sharepoint.Administration") $farm = [Microsoft.Sharepoint.Administration.SPFarm]::Local $svc = $farm.services Where-Object {$_.TypeName -eq 'OktaClaimsProvider.OktaClaimsDiagnosticService'} $svc.delete() Problem: Authentication fails showing a webpage with the error, The Audience URI could not be validated." Solution: Open the web.config file for this web application and add the following line (mode=never) (Note that Never must be entered with a capital N). <microsoft.identitymodel>... <audienceuris mode="never"/> Problem: I see both Windows Authentication and Okta for SSO when I try to sign in. Solution: Both Windows Authentication and Okta are chosen as Identity Trust provider, as shown below. Uncheck Windows Authentication if you just want Okta to act as a trust provider Logs: SharePoint provides ULSViewer through which you can view logs. Copyright 2014 Okta, Inc. All Rights Reserved. 16

18 Problem: I change authentication providers but there is no effect. Solution: Refer us/library/cc288091(v=office.12).aspx Resetting your IIS server (iisreset) should usually help. Copyright 2014 Okta, Inc. All Rights Reserved. 17

19 Appendix: Import the Security Certificate into SharePoint 2010 Trusted Root Certificate Authority 1. Copy the certificate below to the file oktarootcert.cer and upload it to the SharePoint 2010 server BEGIN CERTIFICATE----- MIIGoDCCBYigAwIBAgIQDmzArJs7k+wRdHLxC4HcUjANBgkqhkiG9w0BAQUFADBm MQswCQYDVQQGEwJVUzEVMBMGA1UEChMMRGlnaUNlcnQgSW5jMRkwFwYDVQQLExB3 d3cuzglnawnlcnquy29tmsuwiwydvqqdexxeawdpq2vydcbiawdoiefzc3vyyw5j ZSBDQS0zMB4XDTEzMDIxMjAwMDAwMFoXDTE2MDYxNjEyMDAwMFowZDELMAkGA1UE BhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBGcmFuY2lz Y28xEzARBgNVBAoTCk9rdGEsIEluYy4xEzARBgNVBAMMCioub2t0YS5jb20wggEi MA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQCozueVlFrIEGWU5sonymMV/rz0 VhPO8tSlaWnWweluZWpqiLOyIF08aDeFUOVY5rRVCvOBWJoAl5+oHoemIYrEmunw DlvVjRIp28L8/zcPbjgcCl6AiVfXrg1vXxPowwTnAC1zzMUZqVcMbawNSmmbquQw rklyaxtvf7uahhhrzqx4i0p4pfphol4drmx0qqxz0i0abu76t64dbab/2eqp2rhk Mt7WRqhy5szuJDQZt+NAzT8xwnWSjtcEWscUw4c0PJp8M8lOSZFVWH+X+KG8zxIv HVneASd9SHrVkSK8cT1LWh82XGoYoypDN20PNC700Sz6JvFDT+Lrq9g0J46xAgMB AAGjggNKMIIDRjAfBgNVHSMEGDAWgBRQ6nOJ2yn7EI+e5QEg1N55mUiD9zAdBgNV HQ4EFgQU+1kZEfq9c1WO6MDr6V2cTjy7Fh0wHwYDVR0RBBgwFoIKKi5va3RhLmNv byiib2t0ys5jb20wdgydvr0paqh/baqdagwgmb0ga1udjqqwmbqgccsgaqufbwmb BggrBgEFBQcDAjBhBgNVHR8EWjBYMCqgKKAmhiRodHRwOi8vY3JsMy5kaWdpY2Vy dc5jb20vy2ezlwcxos5jcmwwkqaoocagjgh0dha6ly9jcmw0lmrpz2ljzxj0lmnv bs9jytmtzze5lmnybdccacqga1udiascabswggg3miibswyjyiziayb9baebmiib pda6bggrbgefbqccaryuahr0cdovl3d3dy5kawdpy2vydc5jb20vc3nslwnwcy1y ZXBvc2l0b3J5Lmh0bTCCAWQGCCsGAQUFBwICMIIBVh6CAVIAQQBuAHkAIAB1AHMA ZQAgAG8AZgAgAHQAaABpAHMAIABDAGUAcgB0AGkAZgBpAGMAYQB0AGUAIABjAG8A bgbzahqaaqb0ahuadablahmaiabhagmaywblahaadabhag4aywblacaabwbmacaa daboaguaiabeagkazwbpaemazqbyahqaiabdafaalwbdafaauwagageabgbkacaa daboaguaiabsaguabab5agkabgbnacaauabhahiadab5acaaqqbnahiazqblag0a ZQBuAHQAIAB3AGgAaQBjAGgAIABsAGkAbQBpAHQAIABsAGkAYQBiAGkAbABpAHQA eqagageabgbkacaayqbyaguaiabpag4aywbvahiacabvahiayqb0aguazaagagga ZQByAGUAaQBuACAAYgB5ACAAcgBlAGYAZQByAGUAbgBjAGUALjB7BggrBgEFBQcB AQRvMG0wJAYIKwYBBQUHMAGGGGh0dHA6Ly9vY3NwLmRpZ2ljZXJ0LmNvbTBFBggr BgEFBQcwAoY5aHR0cDovL2NhY2VydHMuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0SGln aefzc3vyyw5jzunbltmuy3j0mawga1udeweb/wqcmaawdqyjkozihvcnaqefbqad ggebadrm6oqfe64thdmskr594fif0+h+hwxve2xdiz4/m7yhveqlvf/lolz/asbb /4KUcK+uJGMP5h/0y+qJcSllYPT+WsHJPb0zRUv8QKzcKtzWKVhUyqWgASgDStBR KK33poiJ473w42lYgZZLJtxYySwOjkBmtJnYfsz4G1AKfR1/ESc7Afg+szIG3YuU 3l0nRm6dk6GeJVCpaihA+Sxh2D89GBPy2LTIPJ1juLJMdB8wAdoHwZtlbrSXiAY/ erpm7sqhfktku7sb3vxpqvetzyhufsau0y4ojp20gs3obrffhz/6ky24dnwof+4q YxWB+hdG2bZTNWq478o5vLDj04c= -----END CERTIFICATE From SharePoint Central Administration, select Security > Manage Trust. Copyright 2014 Okta, Inc. All Rights Reserved. 18

20 14. In the ribbon interface, select the Trust Relationships tab, and then select Manage group. Then click the New button. 15. Enter the Okta root certificate as the name. 16. In the Root Certificate to trust relationship section, click Browse. Browse to the certificate file (oktarootcert.cer). Copyright 2014 Okta, Inc. All Rights Reserved. 19

21 17. Click the OK button. The certificate is imported to the SharePoint trusted root authority. 18. Restart IIS and test the People Picker functionality. Copyright 2014 Okta, Inc. All Rights Reserved. 20

ServiceNow Deployment Guide

ServiceNow Deployment Guide ServiceNow Deployment Guide (For Eureka release and forward) Okta Inc. 301 Brannan Street, 3 rd Floor San Francisco, CA, 94107 info@okta.com 1-888-722-7871 Contents Overview... 3 Active Directory Integration...

More information

Setting Up Resources in VMware Identity Manager (On Premises) Modified on 30 AUG 2017 VMware AirWatch 9.1.1

Setting Up Resources in VMware Identity Manager (On Premises) Modified on 30 AUG 2017 VMware AirWatch 9.1.1 Setting Up Resources in VMware Identity Manager (On Premises) Modified on 30 AUG 2017 VMware AirWatch 9.1.1 Setting Up Resources in VMware Identity Manager (On Premises) You can find the most up-to-date

More information

Cloud Access Manager How to Configure Microsoft SharePoint

Cloud Access Manager How to Configure Microsoft SharePoint Cloud Access Manager 8.1.3 How to Configure Microsoft SharePoint Copyright 2017 One Identity LLC. ALL RIGHTS RESERVED. This guide contains proprietary information protected by copyright. The software described

More information

Setting Up Resources in VMware Identity Manager. VMware Identity Manager 2.8

Setting Up Resources in VMware Identity Manager. VMware Identity Manager 2.8 Setting Up Resources in VMware Identity Manager VMware Identity Manager 2.8 You can find the most up-to-date technical documentation on the VMware website at: https://docs.vmware.com/ If you have comments

More information

SAML-Based SSO Configuration

SAML-Based SSO Configuration Prerequisites, page 1 SAML SSO Configuration Task Flow, page 5 Reconfigure OpenAM SSO to SAML SSO Following an Upgrade, page 9 SAML SSO Deployment Interactions and Restrictions, page 9 Prerequisites NTP

More information

Nintex Forms 2010 Help

Nintex Forms 2010 Help Nintex Forms 2010 Help Last updated: Monday, April 20, 2015 1 Administration and Configuration 1.1 Licensing settings 1.2 Activating Nintex Forms 1.3 Web Application activation settings 1.4 Manage device

More information

COURSE OUTLINE MOC : PLANNING AND ADMINISTERING SHAREPOINT 2016

COURSE OUTLINE MOC : PLANNING AND ADMINISTERING SHAREPOINT 2016 COURSE OUTLINE MOC 20339-1: PLANNING AND ADMINISTERING SHAREPOINT 2016 Module 1: Introducing SharePoint 2016 This module describes the structure and capabilities of a SharePoint environment, and the major

More information

A: PLANNING AND ADMINISTERING SHAREPOINT 2016

A: PLANNING AND ADMINISTERING SHAREPOINT 2016 ABOUT THIS COURSE This five-day course will provide you with the knowledge and skills to plan and administer a Microsoft SharePoint 2016 environment. The course teaches you how to deploy, administer, and

More information

Single Sign-On for PCF. User's Guide

Single Sign-On for PCF. User's Guide Single Sign-On for PCF Version 1.2 User's Guide 2018 Pivotal Software, Inc. Table of Contents Table of Contents Single Sign-On Overview Installation Getting Started with Single Sign-On Manage Service Plans

More information

Course : Planning and Administering SharePoint 2016

Course : Planning and Administering SharePoint 2016 Course Outline Course 20339-1: Planning and Administering SharePoint 2016 Duration: 5 days About this course This five-day course will provide you with the knowledge and skills to plan and administer a

More information

Coveo Platform 7.0. Microsoft SharePoint Legacy Connector Guide

Coveo Platform 7.0. Microsoft SharePoint Legacy Connector Guide Coveo Platform 7.0 Microsoft SharePoint Legacy Connector Guide Notice The content in this document represents the current view of Coveo as of the date of publication. Because Coveo continually responds

More information

Planning and Administering SharePoint 2016

Planning and Administering SharePoint 2016 Planning and Administering SharePoint 2016 20339-1; 5 Days; Instructor-led Course Description This five-day course will provide you with the knowledge and skills to plan and administer a Microsoft SharePoint

More information

Configuring Claims-based Authentication for Microsoft Dynamics CRM Server. Last updated: May 2015

Configuring Claims-based Authentication for Microsoft Dynamics CRM Server. Last updated: May 2015 Configuring Claims-based Authentication for Microsoft Dynamics CRM Server Last updated: May 2015 This document is provided "as-is". Information and views expressed in this document, including URL and other

More information

Lightning Conductor Web Part 2013 Manual 2 Last update: October 24, 2014 Lightning Tools

Lightning Conductor Web Part 2013 Manual 2 Last update: October 24, 2014 Lightning Tools Lightning Conductor Web Part 2013 Manual 2 Last update: October 24, 2014 Lightning Tools Table of Contents Installing the Lightning Conductor 2013 Web Part... 2 Uploading the Lightning Conductor solution

More information

Setting Up Resources in VMware Identity Manager

Setting Up Resources in VMware Identity Manager Setting Up Resources in VMware Identity Manager VMware Identity Manager 2.7 This document supports the version of each product listed and supports all subsequent versions until the document is replaced

More information

Extranet User Manager

Extranet User Manager Extranet User Manager Prerequisite Guide v3.1 March 11, 2015 Envision IT 7145 West Credit Avenue Suite 100, Building 3 Mississauga, ON L5N 6J7 Table of Contents ENVISION IT EXTRANET USER MANAGER... 1 VERSION

More information

Configuring Claims-based Authentication for Microsoft Dynamics CRM Server. Last updated: June 2014

Configuring Claims-based Authentication for Microsoft Dynamics CRM Server. Last updated: June 2014 Configuring Claims-based Authentication for Microsoft Dynamics CRM Server Last updated: June 2014 This document is provided "as-is". Information and views expressed in this document, including URL and

More information

for SharePoint On-prem (v5)

for SharePoint On-prem (v5) for SharePoint On-prem (v5) Contents 2 Contents Cloud Help for Community Managers... 3 What is Jive for SharePoint... 4 Architectural Overview...4 Functional Overview... 4 Setting up Jive for SharePoint

More information

Installing and Configuring VMware Identity Manager Connector (Windows) OCT 2018 VMware Identity Manager VMware Identity Manager 3.

Installing and Configuring VMware Identity Manager Connector (Windows) OCT 2018 VMware Identity Manager VMware Identity Manager 3. Installing and Configuring VMware Identity Manager Connector 2018.8.1.0 (Windows) OCT 2018 VMware Identity Manager VMware Identity Manager 3.3 You can find the most up-to-date technical documentation on

More information

INSTALLATION GUIDE Spring 2017

INSTALLATION GUIDE Spring 2017 INSTALLATION GUIDE Spring 2017 Copyright and Disclaimer This document, as well as the software described in it, is furnished under license of the Instant Technologies Software Evaluation Agreement and

More information

Planning and Administering SharePoint 2016 ( A)

Planning and Administering SharePoint 2016 ( A) Planning and Administering SharePoint 2016 (20339-1A) Duration: 5 Days Price: $895 Delivery Option: Attend via MOC On-Demand Students Will Learn Describing the key features of SharePoint 2016. Designing

More information

Okta Integration Guide for Web Access Management with F5 BIG-IP

Okta Integration Guide for Web Access Management with F5 BIG-IP Okta Integration Guide for Web Access Management with F5 BIG-IP Contents Introduction... 3 Publishing SAMPLE Web Application VIA F5 BIG-IP... 5 Configuring Okta as SAML 2.0 Identity Provider for F5 BIG-IP...

More information

Integrating AirWatch and VMware Identity Manager

Integrating AirWatch and VMware Identity Manager Integrating AirWatch and VMware Identity Manager VMware AirWatch 9.1.1 This document supports the version of each product listed and supports all subsequent versions until the document is replaced by a

More information

ServiceNow Okta Identity Cloud for ServiceNow application Deployment Guide Okta Inc.

ServiceNow Okta Identity Cloud for ServiceNow application Deployment Guide Okta Inc. ServiceNow Okta Identity Cloud for ServiceNow application Deployment Guide Okta Identity Cloud for ServiceNow Configuring the Okta Application from the ServiceNow App Store Okta Inc. 301 Brannan Street

More information

Colligo Manager for Outlook User Guide. User Guide

Colligo  Manager for Outlook User Guide. User Guide Colligo Email Manager for Outlook User Guide User Guide Contents About This Guide... 5 Audience... 5 Requirements... 5 Terminology... 5 Colligo Technical Support... 5 Installation... 6 EXE Installation...

More information

A: Planning and Administering SharePoint 2016

A: Planning and Administering SharePoint 2016 20339-1A: Planning and Administering SharePoint 2016 Course Details Course Code: 20339-1A Duration: Notes: 5 days This course syllabus should be used to determine whether the course is appropriate for

More information

VMWARE HORIZON CLOUD WITH VMWARE IDENTITY MANAGER QUICK START GUIDE WHITE PAPER MARCH 2018

VMWARE HORIZON CLOUD WITH VMWARE IDENTITY MANAGER QUICK START GUIDE WHITE PAPER MARCH 2018 VMWARE HORIZON CLOUD WITH VMWARE IDENTITY MANAGER QUICK START GUIDE WHITE PAPER MARCH 2018 Table of Contents Introduction to Horizon Cloud with Manager.... 3 Benefits of Integration.... 3 Single Sign-On....3

More information

SAML-Based SSO Configuration

SAML-Based SSO Configuration Prerequisites, page 1 SAML SSO Configuration Workflow, page 5 Reconfigure OpenAM SSO to SAML SSO After an Upgrade, page 9 Prerequisites NTP Setup In SAML SSO, Network Time Protocol (NTP) enables clock

More information

Setup Guide for AD FS 3.0 on the Apprenda Platform

Setup Guide for AD FS 3.0 on the Apprenda Platform Setup Guide for AD FS 3.0 on the Apprenda Platform Last Updated for Apprenda 6.5.2 The Apprenda Platform leverages Active Directory Federation Services (AD FS) to support identity federation. AD FS and

More information

Introduction... 5 Configuring Single Sign-On... 7 Prerequisites for Configuring Single Sign-On... 7 Installing Oracle HTTP Server...

Introduction... 5 Configuring Single Sign-On... 7 Prerequisites for Configuring Single Sign-On... 7 Installing Oracle HTTP Server... Oracle Access Manager Configuration Guide for On-Premises Version 17 October 2017 Contents Introduction... 5 Configuring Single Sign-On... 7 Prerequisites for Configuring Single Sign-On... 7 Installing

More information

PDF SHARE FORMS. Online, Offline, OnDemand. PDF forms and SharePoint are better together. PDF Share Forms Enterprise 3.0.

PDF SHARE FORMS. Online, Offline, OnDemand. PDF forms and SharePoint are better together. PDF Share Forms Enterprise 3.0. PDF SHARE FORMS Online, Offline, OnDemand PDF forms and SharePoint are better together PDF Share Forms Enterprise 3.0 Install Guide SharePoint 2013 Contents Disclaimer...3 Copyright...3 About this guide...3

More information

Setting Up Resources in VMware Identity Manager (SaaS) Modified 15 SEP 2017 VMware Identity Manager

Setting Up Resources in VMware Identity Manager (SaaS) Modified 15 SEP 2017 VMware Identity Manager Setting Up Resources in VMware Identity Manager (SaaS) Modified 15 SEP 2017 VMware Identity Manager Setting Up Resources in VMware Identity Manager (SaaS) You can find the most up-to-date technical documentation

More information

Privileged Identity App Launcher and Session Recording

Privileged Identity App Launcher and Session Recording Privileged Identity App Launcher and Session Recording 2018 Bomgar Corporation. All rights reserved worldwide. BOMGAR and the BOMGAR logo are trademarks of Bomgar Corporation; other trademarks shown are

More information

Installation Guide. Nintex Forms 2010 Installation Guide.

Installation Guide. Nintex Forms 2010 Installation Guide. Installation Guide www.nintex.com support@nintex.com 2012 Nintex, All rights reserved. Errors and omissions excepted. Table of Contents System Requirements... 2 1.0 Installing Nintex Forms 2010... 4 Before

More information

VMware Identity Manager Administration

VMware Identity Manager Administration VMware Identity Manager Administration VMware Identity Manager 2.4 This document supports the version of each product listed and supports all subsequent versions until the document is replaced by a new

More information

Module 3 Remote Desktop Gateway Estimated Time: 90 minutes

Module 3 Remote Desktop Gateway Estimated Time: 90 minutes Module 3 Remote Desktop Gateway Estimated Time: 90 minutes A. Datum Corporation provided access to web intranet web applications by implementing Web Application Proxy. Now, IT management also wants to

More information

Microsoft SQL Server Reporting Services (SSRS)

Microsoft SQL Server Reporting Services (SSRS) Microsoft SQL Server Reporting Services (SSRS) Installation/Configuration Guide for SharePoint Integration Mode August 2, 2007 Version 1.0 Published via the SharePoint Team Blog at http://blogs.msdn.com/sharepoint

More information

Planning and Administering SharePoint 2016

Planning and Administering SharePoint 2016 SharePoint Course - 203391 Planning and Administering SharePoint 2016 Length 5 days Prerequisites In addition to their professional experience, students who attend this training should already have the

More information

Five9 Plus Adapter for Agent Desktop Toolkit

Five9 Plus Adapter for Agent Desktop Toolkit Cloud Contact Center Software Five9 Plus Adapter for Agent Desktop Toolkit Administrator s Guide September 2017 The Five9 Plus Adapter for Agent Desktop Toolkit integrates the Five9 Cloud Contact Center

More information

LANTERIA HR: TECHNICAL OVERVIEW

LANTERIA HR: TECHNICAL OVERVIEW LANTERIA HR: TECHNICAL OVERVIEW WWW.LANTERIA.COM SALES@LANTERIA.COM +1 (866) 568-2002 Technical OverviewLanteria HR: Lanteria HR Table of Contents 1 Introduction... 3 1.1 Lanteria HR Overview... 3 1.2

More information

Pulse Secure Client for Chrome OS

Pulse Secure Client for Chrome OS Pulse Secure Client for Chrome OS Quick Start Guide Published March, 2018 Release 5.2r1 Version 1.6 2018 by Pulse Secure, LLC. All rights reserved 1 Pulse Secure, LLC 2700 Zanker Road, Suite 200 San Jose,

More information

Cisco TelePresence Management Suite Extension for Microsoft Exchange

Cisco TelePresence Management Suite Extension for Microsoft Exchange Cisco TelePresence Management Suite Extension for Microsoft Exchange Administrator Guide Software version 2.2 D14197.06 February 2011 Contents Contents... 2 Introduction... 4 Pre-Installation Information...

More information

Enhancing cloud applications by using external authentication services. 2015, 2016 IBM Corporation

Enhancing cloud applications by using external authentication services. 2015, 2016 IBM Corporation Enhancing cloud applications by using external authentication services After you complete this section, you should understand: Terminology such as authentication, identity, and ID token The benefits of

More information

Workspace ONE UEM Certificate Authentication for EAS with ADCS. VMware Workspace ONE UEM 1902

Workspace ONE UEM Certificate Authentication for EAS with ADCS. VMware Workspace ONE UEM 1902 Workspace ONE UEM Certificate Authentication for EAS with ADCS VMware Workspace ONE UEM 1902 You can find the most up-to-date technical documentation on the VMware website at: https://docs.vmware.com/

More information

ArcGIS Enterprise Security: An Introduction. Gregory Ponto & Jeff Smith

ArcGIS Enterprise Security: An Introduction. Gregory Ponto & Jeff Smith ArcGIS Enterprise Security: An Introduction Gregory Ponto & Jeff Smith Agenda ArcGIS Enterprise Security Model Portal for ArcGIS Authentication Authorization Building the Enterprise Encryption Collaboration

More information

Deployment guide for Duet Enterprise for Microsoft SharePoint and SAP Server 2.0

Deployment guide for Duet Enterprise for Microsoft SharePoint and SAP Server 2.0 Deployment guide for Duet Enterprise for Microsoft SharePoint and SAP Server 2.0 Microsoft Corporation Published: October 2012 Author: Microsoft Office System and Servers Team (itspdocs@microsoft.com)

More information

Coveo Platform 7.0. Microsoft SharePoint Connector Guide

Coveo Platform 7.0. Microsoft SharePoint Connector Guide Coveo Platform 7.0 Microsoft SharePoint Connector Guide Notice The content in this document represents the current view of Coveo as of the date of publication. Because Coveo continually responds to changing

More information

<Partner Name> <Partner Product> RSA SECURID ACCESS Implementation Guide. Pulse Connect Secure 8.x

<Partner Name> <Partner Product> RSA SECURID ACCESS Implementation Guide. Pulse Connect Secure 8.x RSA SECURID ACCESS Implementation Guide Pulse Connect Secure 8.x Daniel R. Pintal, RSA Partner Engineering Last Modified: January 24 th, 2018 Solution Summary The Pulse

More information

IBM Tivoli Federated Identity Manager Version Installation Guide GC

IBM Tivoli Federated Identity Manager Version Installation Guide GC IBM Tivoli Federated Identity Manager Version 6.2.2 Installation Guide GC27-2718-01 IBM Tivoli Federated Identity Manager Version 6.2.2 Installation Guide GC27-2718-01 Note Before using this information

More information

Veritas NetBackup Read This First Guide for Secure Communications

Veritas NetBackup Read This First Guide for Secure Communications Veritas NetBackup Read This First Guide for Secure Communications Contents... 3 NetBackup Read This First for Secure Communications... 3 About secure communications in NetBackup... 3 How host ID-based

More information

SP Configuring and Administering Microsoft SharePoint 2010

SP Configuring and Administering Microsoft SharePoint 2010 SP-2001-10174 - Configuring and Administering Microsoft SharePoint 2010 Duration: 5 days Course Price: $2,975 Software Assurance Eligible Course Description Course Overview This training course teaches

More information

SAML-Based SSO Solution

SAML-Based SSO Solution About SAML SSO Solution, page 1 Single Sign on Single Service Provider Agreement, page 2 SAML-Based SSO Features, page 2 Basic Elements of a SAML SSO Solution, page 3 Cisco Unified Communications Applications

More information

VMware Horizon Session Recording Fling:

VMware Horizon Session Recording Fling: VMware Horizon Session Recording Fling: The VMware Horizon Session Recording fling allows administrators to record VMware Blast Extreme sessions to a central server for playback. These recordings can be

More information

Setting Up Resources in VMware Identity Manager 3.1 (On Premises) Modified JUL 2018 VMware Identity Manager 3.1

Setting Up Resources in VMware Identity Manager 3.1 (On Premises) Modified JUL 2018 VMware Identity Manager 3.1 Setting Up Resources in VMware Identity Manager 3.1 (On Premises) Modified JUL 2018 VMware Identity Manager 3.1 You can find the most up-to-date technical documentation on the VMware website at: https://docs.vmware.com/

More information

Directory Integration with Okta. An Architectural Overview. Okta Inc. 301 Brannan Street San Francisco, CA

Directory Integration with Okta. An Architectural Overview. Okta Inc. 301 Brannan Street San Francisco, CA Directory Integration with Okta An Architectural Overview Okta Inc. 301 Brannan Street San Francisco, CA 94107 info@okta.com 1-888-722-7871 Contents 1 User Directories and the Cloud: An Overview 3 Okta

More information

Integrating VMware Workspace ONE with Okta. VMware Workspace ONE

Integrating VMware Workspace ONE with Okta. VMware Workspace ONE Integrating VMware Workspace ONE with Okta VMware Workspace ONE You can find the most up-to-date technical documentation on the VMware website at: https://docs.vmware.com/ If you have comments about this

More information

Setting Up the Server

Setting Up the Server Managing Licenses, page 1 Cross-launch from Prime Collaboration Provisioning, page 5 Integrating Prime Collaboration Servers, page 6 Single Sign-On for Prime Collaboration, page 7 Changing the SSL Port,

More information

Diagnostic Manager Advanced Installation Guide

Diagnostic Manager Advanced Installation Guide Diagnostic Manager Publication Date: May 03, 2017 All Rights Reserved. This software is protected by copyright law and international treaties. Unauthorized reproduction or distribution of this software,

More information

Chime for Lync High Availability Setup

Chime for Lync High Availability Setup Chime for Lync High Availability Setup Spring 2017 Copyright and Disclaimer This document, as well as the software described in it, is furnished under license of the Instant Technologies Software Evaluation

More information

Planning and Administering SharePoint 2016

Planning and Administering SharePoint 2016 Planning and Administering SharePoint 2016 Course 20339A 5 Days Instructor-led, Hands on Course Information This five-day course will combine the Planning and Administering SharePoint 2016 class with the

More information

IMPLEMENTING SINGLE SIGN-ON (SSO) TO KERBEROS CONSTRAINED DELEGATION AND HEADER-BASED APPS. VMware Identity Manager.

IMPLEMENTING SINGLE SIGN-ON (SSO) TO KERBEROS CONSTRAINED DELEGATION AND HEADER-BASED APPS. VMware Identity Manager. IMPLEMENTING SINGLE SIGN-ON (SSO) TO KERBEROS CONSTRAINED DELEGATION AND HEADER-BASED APPS VMware Identity Manager February 2017 V1 1 2 Table of Contents Overview... 5 Benefits of BIG-IP APM and Identity

More information

LANTERIA HR: INSTALLATION GUIDE FOR SHAREPOINT 2013

LANTERIA HR: INSTALLATION GUIDE FOR SHAREPOINT 2013 LANTERIA HR: INSTALLATION GUIDE FOR SHAREPOINT 2013 Page 2 of 13 Table of Contents 1 Prerequisites... 3 2 Install and deploy SharePoint Learning Kit to Site Collection... 4 3 Configure SharePoint Learning

More information

Guide to Deploying VMware Workspace ONE. VMware Identity Manager VMware AirWatch 9.1

Guide to Deploying VMware Workspace ONE. VMware Identity Manager VMware AirWatch 9.1 Guide to Deploying VMware Workspace ONE VMware Identity Manager 2.9.1 VMware AirWatch 9.1 Guide to Deploying VMware Workspace ONE You can find the most up-to-date technical documentation on the VMware

More information

SOA Software Intermediary for Microsoft : Install Guide

SOA Software Intermediary for Microsoft : Install Guide SOA Software Intermediary for Microsoft : Install Guide SOA Software Intermediary for Microsoft Install Guide SOAIM_60 August 2013 Copyright Copyright 2013 SOA Software, Inc. All rights reserved. Trademarks

More information

SOA Software Policy Manager Agent v6.1 for WebSphere Application Server Installation Guide

SOA Software Policy Manager Agent v6.1 for WebSphere Application Server Installation Guide SOA Software Policy Manager Agent v6.1 for WebSphere Application Server Installation Guide Trademarks SOA Software and the SOA Software logo are either trademarks or registered trademarks of SOA Software,

More information

Course Outline: Course : Core Solutions Microsoft SharePoint Server 2013

Course Outline: Course : Core Solutions Microsoft SharePoint Server 2013 Course Outline: Course 20339-1: Core Solutions Microsoft SharePoint Server 2013 Learning Method: Instructor-led Classroom Learning Duration: 5.00 Day(s)/ 40 hrs Overview: This five-day course will provide

More information

RSA SecurID Access WS-Fed Configuration for Microsoft SharePoint

RSA SecurID Access WS-Fed Configuration for Microsoft SharePoint RSA SecurID Access WS-Fed Configuration for Microsoft SharePoint Last Modified: October26, 2017 SharePoint is a web application platform in the Microsoft Office server suite. It combines various functions

More information

CLI users are not listed on the Cisco Prime Collaboration User Management page.

CLI users are not listed on the Cisco Prime Collaboration User Management page. Cisco Prime Collaboration supports creation of user roles. A user can be assigned the Super Administrator role. A Super Administrator can perform tasks that both system administrator and network administrator

More information

VMware AirWatch Content Gateway for Linux. VMware Workspace ONE UEM 1811 Unified Access Gateway

VMware AirWatch Content Gateway for Linux. VMware Workspace ONE UEM 1811 Unified Access Gateway VMware AirWatch Content Gateway for Linux VMware Workspace ONE UEM 1811 Unified Access Gateway You can find the most up-to-date technical documentation on the VMware website at: https://docs.vmware.com/

More information

Guide to Deploying VMware Workspace ONE with VMware Identity Manager. SEP 2018 VMware Workspace ONE

Guide to Deploying VMware Workspace ONE with VMware Identity Manager. SEP 2018 VMware Workspace ONE Guide to Deploying VMware Workspace ONE with VMware Identity Manager SEP 2018 VMware Workspace ONE You can find the most up-to-date technical documentation on the VMware website at: https://docs.vmware.com/

More information

NETOP PORTAL ADFS & AZURE AD INTEGRATION

NETOP PORTAL ADFS & AZURE AD INTEGRATION 22.08.2018 NETOP PORTAL ADFS & AZURE AD INTEGRATION Contents 1 Description... 2 Benefits... 2 Implementation... 2 2 Configure the authentication provider... 3 Azure AD... 3 2.1.1 Create the enterprise

More information

Configure the Identity Provider for Cisco Identity Service to enable SSO

Configure the Identity Provider for Cisco Identity Service to enable SSO Configure the Identity Provider for Cisco Identity Service to enable SSO Contents Introduction Prerequisites Requirements Components Used Background Information Overview of SSO Configuration Overview Configure

More information

Cloud Secure Integration with ADFS. Deployment Guide

Cloud Secure Integration with ADFS. Deployment Guide Cloud Secure Integration with ADFS Deployment Guide Product Release 8.3R3 Document Revisions 1.0 Published Date October 2017 Pulse Secure, LLC 2700 Zanker Road, Suite 200 San Jose CA 95134 http://www.pulsesecure.net

More information

Microsoft Exam

Microsoft Exam Volume: 177 Questions Question No: 1 DRAG DROP Your company uses Office 365. You are planning a user-driven deployment of Office 365 ProPlus. You need to provide users with the minimum requirements for

More information

PASSPORTAL PLUGIN DOCUMENTATION

PASSPORTAL PLUGIN DOCUMENTATION Contents Requirements... 2 Install or Update Passportal Plugin Solution Center... 3 Configuring Passportal Plugin... 5 Client mapping... 6 User Class Configuration... 7 About the Screens... 8 Passportal

More information

StoragePoint Advanced Installation Guide

StoragePoint Advanced Installation Guide A StoragePoint January 16, 2018 www.metalogix.com info@metalogix.com 202.609.9100 Copyright 2018 Copyright Metalogix International GmbH All rights reserved. No part or section of the contents of this material

More information

Exam Questions

Exam Questions Exam Questions 70-331 Core Solutions of Microsoft SharePoint Server 2013 Server https://www.2passeasy.com/dumps/70-331/ 1. DRAG DROP You are managing a SharePoint farm that contains the following four

More information

CONFIGURING AD FS AS A THIRD-PARTY IDP IN VMWARE IDENTITY MANAGER: VMWARE WORKSPACE ONE OPERATIONAL TUTORIAL VMware Workspace ONE

CONFIGURING AD FS AS A THIRD-PARTY IDP IN VMWARE IDENTITY MANAGER: VMWARE WORKSPACE ONE OPERATIONAL TUTORIAL VMware Workspace ONE GUIDE MARCH 2019 PRINTED 28 MARCH 2019 CONFIGURING AD FS AS A THIRD-PARTY IDP IN VMWARE IDENTITY MANAGER: VMWARE WORKSPACE ONE VMware Workspace ONE Table of Contents Overview Introduction Audience AD FS

More information

SharePoint Server 2013

SharePoint Server 2013 SharePoint Server 2013 Content Extract Files Installing the Search Connector in SharePoint Prerequisites Open an elevated command prompt Deploy the solution to SharePoint Set content access account in

More information

DoD Common Access Card Authentication. Feature Description

DoD Common Access Card Authentication. Feature Description DoD Common Access Card Authentication Feature Description UPDATED: 20 June 2018 Copyright Notices Copyright 2002-2018 KEMP Technologies, Inc. All rights reserved. KEMP Technologies and the KEMP Technologies

More information

SAML SSO Deployment Guide for Cisco Unified Communications Applications, Release 12.0(1)

SAML SSO Deployment Guide for Cisco Unified Communications Applications, Release 12.0(1) SAML SSO Deployment Guide for Cisco Unified Communications Applications, Release 12.0(1) First Published: 2017-08-31 Americas Headquarters Cisco Systems, Inc. 170 West Tasman Drive San Jose, CA 95134-1706

More information

Guide to Deploying VMware Workspace ONE. DEC 2017 VMware AirWatch 9.2 VMware Identity Manager 3.1

Guide to Deploying VMware Workspace ONE. DEC 2017 VMware AirWatch 9.2 VMware Identity Manager 3.1 Guide to Deploying VMware Workspace ONE DEC 2017 VMware AirWatch 9.2 VMware Identity Manager 3.1 You can find the most up-to-date technical documentation on the VMware website at: https://docs.vmware.com/

More information

CA SiteMinder Federation

CA SiteMinder Federation CA SiteMinder Federation Legacy Federation Guide 12.52 SP1 This Documentation, which includes embedded help systems and electronically distributed materials, (hereinafter referred to as the Documentation

More information

Contents Introduction... 5 Configuring Single Sign-On... 7 Configuring Identity Federation Using SAML 2.0 Authentication... 29

Contents Introduction... 5 Configuring Single Sign-On... 7 Configuring Identity Federation Using SAML 2.0 Authentication... 29 Oracle Access Manager Configuration Guide 16 R1 March 2016 Contents Introduction... 5 Configuring Single Sign-On... 7 Prerequisites for Configuring Single Sign-On... 8 Installing Oracle HTTP Server...

More information

Search for Dynamics v Installation Guide

Search for Dynamics v Installation Guide Search for Dynamics v1.4.3.1 Installation Guide SharePoint 2013 and 2016 Contents Chapter 1: Prerequisites... 3 Chapter 2: Install Search for Dynamics... 4 Install SharePoint Components...4 Install Permissive

More information

Administering Jive Mobile Apps for ios and Android

Administering Jive Mobile Apps for ios and Android Administering Jive Mobile Apps for ios and Android TOC 2 Contents Administering Jive Mobile Apps...3 Configuring Jive for Android and ios...3 Custom App Wrapping for ios...3 Authentication with Mobile

More information

Integration Guide. SafeNet Authentication Service. Using SAS as an Identity Provider for Better MDM

Integration Guide. SafeNet Authentication Service. Using SAS as an Identity Provider for Better MDM SafeNet Authentication Service Integration Guide Technical Manual Template Release 1.0, PN: 000-000000-000, Rev. A, March 2013, Copyright 2013 SafeNet, Inc. All rights reserved. 1 Document Information

More information

VMware Workspace ONE UEM VMware AirWatch Cloud Connector

VMware Workspace ONE UEM VMware AirWatch Cloud Connector VMware AirWatch Cloud Connector VMware Workspace ONE UEM 1811 You can find the most up-to-date technical documentation on the VMware website at: https://docs.vmware.com/ If you have comments about this

More information

Cloud Access Manager Configuration Guide

Cloud Access Manager Configuration Guide Cloud Access Manager 8.1.3 Configuration Guide Copyright 2017 One Identity LLC. ALL RIGHTS RESERVED. This guide contains proprietary information protected by copyright. The software described in this guide

More information

VMware AirWatch Integration with F5 Guide Enabling secure connections between mobile applications and your backend resources

VMware AirWatch Integration with F5 Guide Enabling secure connections between mobile applications and your backend resources VMware AirWatch Integration with F5 Guide Enabling secure connections between mobile applications and your backend resources Workspace ONE UEM v9.6 Have documentation feedback? Submit a Documentation Feedback

More information

VMware Identity Manager Administration. MAY 2018 VMware Identity Manager 3.2

VMware Identity Manager Administration. MAY 2018 VMware Identity Manager 3.2 VMware Identity Manager Administration MAY 2018 VMware Identity Manager 3.2 You can find the most up-to-date technical documentation on the VMware website at: https://docs.vmware.com/ If you have comments

More information

Manage SAML Single Sign-On

Manage SAML Single Sign-On SAML Single Sign-On Overview, page 1 Opt-In Control for Certificate-Based SSO Authentication for Cisco Jabber on ios, page 1 SAML Single Sign-On Prerequisites, page 2, page 3 SAML Single Sign-On Overview

More information

Entrust Connector (econnector) Venafi Trust Protection Platform

Entrust Connector (econnector) Venafi Trust Protection Platform Entrust Connector (econnector) For Venafi Trust Protection Platform Installation and Configuration Guide Version 1.0.5 DATE: 17 November 2017 VERSION: 1.0.5 Copyright 2017. All rights reserved Table of

More information

Modules Installation and Updating - SharePoint Page 0 of 23

Modules Installation and Updating - SharePoint Page 0 of 23 Modules Installation and Updating - SharePoint Page 0 of 23 Document Name: One Time Configurations Inside QEF - Modules Installation and 11 July 2016 0 / 23 1 Contents 1 Preface... 2 2 Prerequisites...

More information

Advanced On-Prem SSRS 2017 for Non-AD Users. Dr. Subramani Paramasivam MVP & Microsoft Certified Trainer DAGEOP, UK

Advanced On-Prem SSRS 2017 for Non-AD Users. Dr. Subramani Paramasivam MVP & Microsoft Certified Trainer DAGEOP, UK Advanced On-Prem SSRS 2017 for Non-AD Users Dr. Subramani Paramasivam MVP & Microsoft Certified Trainer DAGEOP, UK A Big Thanks to Our Sponsors About the Speaker Local & User Group Leader Dr. SubraMANI

More information

ReportPlus Embedded Web SDK Guide

ReportPlus Embedded Web SDK Guide ReportPlus Embedded Web SDK Guide ReportPlus Web Embedding Guide 1.4 Disclaimer THE INFORMATION CONTAINED IN THIS DOCUMENT IS PROVIDED AS IS WITHOUT ANY EXPRESS REPRESENTATIONS OF WARRANTIES. IN ADDITION,

More information

ArcGIS Enterprise Administration

ArcGIS Enterprise Administration TRAINING GUIDE ArcGIS Enterprise Administration Part 3 This session touches on key elements of Portal for ArcGIS setup, configuration and maintenance techniques. Table of Contents Portal for ArcGIS...

More information

Configuring SAML-based Single Sign-on for Informatica Web Applications

Configuring SAML-based Single Sign-on for Informatica Web Applications Configuring SAML-based Single Sign-on for Informatica Web Applications Copyright Informatica LLC 2017. Informatica LLC. Informatica, the Informatica logo, Informatica Big Data Management, and Informatica

More information

Two factor authentication for Microsoft Remote Desktop Web Access

Two factor authentication for Microsoft Remote Desktop Web Access Two factor authentication for Microsoft Remote Desktop Web Access logintc.com/docs/connectors/rd-web-access.html Overview The LoginTC RD Web Access Connector protects access to your Microsoft Remote Desktop

More information

MB Exam Code: MB Exam Name: Microsoft Dynamics CRM 2016 Customer Service

MB Exam Code: MB Exam Name: Microsoft Dynamics CRM 2016 Customer Service MB2-714 Number: MB2-714 Passing Score: 800 Time Limit: 120 min File Version: 1.0 Exam Code: MB2-714 Exam Name: Microsoft Dynamics CRM 2016 Customer Service Exam A QUESTION 1 You install Microsoft Dynamics

More information