{"id":24155,"date":"2024-02-15T14:53:34","date_gmt":"2024-02-15T22:53:34","guid":{"rendered":"https:\/\/docs.extraview.com\/v25\/book\/sso-connections-1\/"},"modified":"2025-02-13T13:43:10","modified_gmt":"2025-02-13T21:43:10","slug":"sso-connections-1","status":"publish","type":"page","link":"https:\/\/docs.extraview.com\/v25\/extraview-25\/administration-guide-1\/site-configuration-menu-1\/external-authentication-ldap-sso-and-saml-1\/sso-connections-1\/","title":{"rendered":"SSO Connections"},"content":{"rendered":"<p>The Single Sign On facility allows another application to control user access to ExtraView. When this is enabled through ExtraView\u2019s behavior settings (see above), the SSO application is entirely responsible for the authentication of each user. Once the authentication is complete, the SSO application forwards the authenticated information to ExtraView, and ExtraView automatically signs on the user. If necessary, and subject to any licensing restrictions, a new user will be created within ExtraView.<\/p>\n<p>When ExtraView is configured to use SSO as the user authentication mechanism, the user points their browser to the SSO sign on page. ExtraView extracts the user ID and other pertinent data from the HTTP request header and automatically logs the user into ExtraView \u2013 no ExtraView sign on page is displayed. During the sign on process, ExtraView will access all of the user\u2019s information in the LDAP Server, assuming this is configured. A new ExtraView user will be created, if the user does not exist. If the user exists in the ExtraView database, their record is updated to ensure synchronization with the LDAP server.<\/p>\n<h3>SSO Header Mapping<\/h3>\n<p>The \u201clogin\u201d HTTP header from SSO contains the authenticated user\u2019s information. ExtraView administrative data held in the security_user table defines the headers that are used by ExtraView and where in ExtraView each field is stored. All of these fields map to the individual fields that contain user data. This mapping is used in conjunction with the LDAP user data, bypassing the need for an administrator to add a new user specifying this information.<\/p>\n<p>In the ExtraView configuration file (<span class=\"fixedWidthfont\">Configuration.properties<\/span>), these fields are mapped to match the host header data as shown in the following example:<\/p>\n<table>\n<tbody>\n<tr>\n<td><span class=\"fixedWidthFont\">#############################<br \/>## SSO HEADER MAPPING\u00a0\u00a0\u00a0\u00a0\u00a0 ##<br \/>#############################<br \/>SSO_PRIMARYKEY\u00a0 = USER_NAME<br \/>SSO_SURNAME\u00a0\u00a0\u00a0\u00a0 = SURNAME<br \/>SSO_GIVENNAME\u00a0\u00a0 = GIVEN_NAME<br \/>SSO_EMAIL\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 = EMAIL_ADDRESS<br \/>SSO_STREET\u00a0\u00a0\u00a0\u00a0\u00a0 = STREET<br \/>SSO_CITY\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 = CITY<br \/>SSO_STATE\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 = STATE<br \/>SSO_POSTALCODE\u00a0 = POSTALCODE<br \/>SSO_COUNTRY\u00a0\u00a0\u00a0\u00a0 = COUNTRY<br \/>SSO_PHONE\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 = TELEPHONE_NUMBER<br \/>SSO_MOBILE\u00a0\u00a0\u00a0\u00a0\u00a0 = MOBILE_NUMBER<br \/>SSO_PAGER\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 = PAGER_NUMBER<br \/>SSO_COMPANYNAME = COMPANYNAME<\/span>\u00a0<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p>As well as the fields such as USER_NAME and CITY in the example above, you can also map the user defined fields in the ExtraView security_user table. There are five of those, named USER_FIELD_1 through USER_FIELD_5.<\/p>\n<p><strong>Notes:<\/strong><\/p>\n<ol>\n<li>If SSO_COMPANYNAME is configured AND it has a non-blank value in the header, it will always use that in creating\/updating the user<\/li>\n<li>If SSO_COMPANYNAME is not configured or it has a null\/blank value in the header, the app default COMPANY_NAME will be used to create\/update the user<\/li>\n<li>The user&#8217;s company name is not used to compare the existing user with the request to sign on a user<\/li>\n<li>If the SSO_UPSERT behavior setting is set to a value of YES, then the setting LDAP_UPSERT should always be set to a value of NO<\/li>\n<\/ol>\n<h3>The SSO_DN_USER_ID_ATTRIBUTE<\/h3>\n<p><span class=\"fixedWidthFont\">SSO_DN_USER_ID_ATTRIBUTE<\/span> &#8211; short for Distinguished Name User ID Attribute &#8211; indicates two behaviors:<\/p>\n<ol>\n<li>The SSO header is in Distinguished Name format, e.g., <span class=\"fixedWidthFont\">cn=abc,dn=def,ou=ghi<\/span><\/li>\n<li>The attribute of the user ID within the DN is the value of the SSO_DN_USER_ID_ATTRIBUTE followed by an optional instance number.. For example, if SSO_DN_USER_ID_ATTRIBUTE=cn, then the user ID would be <span class=\"fixedWidthFont\">abc<\/span> based on the example in the previous point.<\/li>\n<\/ol>\n<p>Another example is:<\/p>\n<p><span class=\"fixedWidthFont\">cn=2055092,cn=Users,dc=dsd,dc=fmcna,dc=com<\/span><\/p>\n<p>In this case, <span class=\"fixedWidthFont\">SSO_DN_USER_ID_ATTRIBUTE=cn<\/span> would still work to establish 2055092 as the user_id.<\/p>\n<p>If the DN is:<\/p>\n<p><span class=\"fixedWidthFont\">cn=Users,cn= 2055092,dc=dsd,dc=fmcna,dc=com<\/span><\/p>\n<p>then the <span class=\"fixedWidthFont\">SSO_DN_USER_ID_ATTRIBUTE=cn#2<\/span> would establish the <span class=\"fixedWidthFont\">2055092<\/span> as the <span class=\"fixedWidthFont\">user_id<\/span> (the <span class=\"fixedWidthFont\">#2<\/span> indicates that the second instance of the attribute should be used). Note that <span class=\"fixedWidthFont\">cn#1<\/span> and <span class=\"fixedWidthFont\">cn<\/span> act the same when used as configuration values for SSO_DN_USER_ID_ATTRIBUTE.<\/p>\n\n\n<p><\/p>\n\n\n\n<h3>SSO with Microsoft Azure Configuration<\/h3>\n\n\n\n<p>This section provides an example of SSO application configuration in Microsoft Azure and instructions on configuring ExtraView SSO to work with Azure SAML:<\/p>\n\n\n\n<p>Before Creating the Azure SAML Enterprise Application &#8211; collect these two pieces of information:<\/p>\n\n\n\n<p>1) The ExtraView sign on URL &#8211; this is the URL that users access to get to the ExtraView sign on screen<\/p>\n\n\n\n<p>e.g. https:\/\/mydomain.net\/evj\/ExtraView<\/p>\n\n\n\n<p>2) The ExtraView Consumer servlet URL &#8211; this is a URL that needs to be configured as a new JkMount point within your Apache configuration file<\/p>\n\n\n\n<p>Find:<\/p>\n\n\n\n<p>JkMount \/evj\/ExtraView\/* tomcat1<\/p>\n\n\n\n<p>Add a new line:<\/p>\n\n\n\n<p>JkMount \/evj\/Consumer tomcat1<\/p>\n\n\n\n<p>Now create your SAML Enterprise Application and configure it to authorize the set of users who are authorized to sign on to ExtraView.<\/p>\n\n\n\n<p>Next, in Section 1 place the ExtraView sign on URL\u00a0 in the <strong>Sign on URL<\/strong> parameter and place the ExtraView Consumer servlet URL as the <strong>Reply URL (Assertion Consumer Service URL)<\/strong> parameter.<\/p>\n\n\n\n<p>In Section 2, identify the attributes and claims that Azure will include in the IDP response.&nbsp; These will be mapped in the ExtraView Configuration.properties file to user account profile information.<\/p>\n\n\n\n<p>At a minimum, you must map the user&#8217;s unique login id and capture the Claim name for that value.&nbsp; This allows ExtraView to know which account the user is signing on with.<\/p>\n\n\n\n<p>If you are configuring SSO_UPSERT=YES to create or update user accounts automatically, you will need to map additional attributes &#8211; at minimum, you will additionally need First Name, Last name, and Email address to create a new user account in ExtraView<\/p>\n\n\n\n<p>Note that you need to copy the <strong>Claim name<\/strong> value for each attribute.<\/p>\n\n\n\n<figure class=\"wp-block-image\"><a href=\"\/\/secure.extraview.net\/support\/ExtraView\/35500695\/?p_option=ProcessMulti&amp;p_action=viewDocument&amp;p_from_action=doEditDisplay&amp;p_from_option=Display&amp;p_document_id=157502&amp;field_name=p_ev_html_img&amp;row_number=\"><img decoding=\"async\" src=\"https:\/\/secure.extraview.net\/support\/ExtraView\/35500695\/evXHR?p_option=problem.ImageDisplay&amp;p_action=getImageData&amp;p_type=full&amp;p_image_id=157502&amp;p_field_name=p_ev_html_img&amp;ev_my_itemudfid=157502\" alt=\"\"\/><\/a><\/figure>\n\n\n\n<p>In the ExtraView Configuration.properties file, locate the SSO section and map the SSO_xxx parameters to the claim names:<\/p>\n\n\n\n<p>########################<br>## SSO HEADER MAPPING ##<br>########################<br>SSO_PRIMARYKEY &nbsp; &nbsp;= http:\/\/schemas.xmlsoap.org\/ws\/2005\/05\/identity\/claims\/name<br>SSO_SURNAME &nbsp; &nbsp; &nbsp; =&nbsp;http:\/\/schemas.xmlsoap.org\/ws\/2005\/05\/identity\/claims\/surname<br>SSO_GIVENNAME &nbsp; &nbsp; = http:\/\/schemas.xmlsoap.org\/ws\/2005\/05\/identity\/claims\/givenname<\/p>\n\n\n\n<p>SSO_EMAIL&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; =http:\/\/schemas.xmlsoap.org\/ws\/2005\/05\/identity\/claims\/emailaddress<\/p>\n\n\n\n<figure class=\"wp-block-image\"><a href=\"\/\/secure.extraview.net\/support\/ExtraView\/35500695\/?p_option=ProcessMulti&amp;p_action=viewDocument&amp;p_from_action=doEditDisplay&amp;p_from_option=Display&amp;p_document_id=157497&amp;field_name=p_ev_html_img&amp;row_number=\"><img decoding=\"async\" src=\"https:\/\/secure.extraview.net\/support\/ExtraView\/35500695\/evXHR?p_option=problem.ImageDisplay&amp;p_action=getImageData&amp;p_type=full&amp;p_image_id=157497&amp;p_field_name=p_ev_html_img&amp;ev_my_itemudfid=157497\" alt=\"\"\/><\/a><\/figure>\n\n\n\n<figure class=\"wp-block-image\"><a href=\"\/\/secure.extraview.net\/support\/ExtraView\/35500695\/?p_option=ProcessMulti&amp;p_action=viewDocument&amp;p_from_action=doEditDisplay&amp;p_from_option=Display&amp;p_document_id=157487&amp;field_name=p_ev_html_img&amp;row_number=\"><img decoding=\"async\" src=\"https:\/\/secure.extraview.net\/support\/ExtraView\/35500695\/evXHR?p_option=problem.ImageDisplay&amp;p_action=getImageData&amp;p_type=full&amp;p_image_id=157487&amp;p_field_name=p_ev_html_img&amp;ev_my_itemudfid=157487\" alt=\"\"\/><\/a><\/figure>\n\n\n\n<p>In Section 3 &#8211; download the Base64 encoded version of the certificate<\/p>\n\n\n\n<p>In ExtraView, navigate to <strong>Admin <\/strong>&#8211;&gt; <strong>Advanced <\/strong>&#8211;&gt; <strong>Encryption Key Management<\/strong><\/p>\n\n\n\n<p>Add a new entry &#8211; the key name is <strong>spkey <\/strong>and the value will be the certificate text &#8211; including the &#8212;&#8211;BEGIN CERTIFICATE&#8212;- and &#8212;&#8212;END CERTIFICATE&#8212;&#8211; parts\/<\/p>\n\n\n\n<figure class=\"wp-block-image\"><a href=\"\/\/secure.extraview.net\/support\/ExtraView\/35500695\/?p_option=ProcessMulti&amp;p_action=viewDocument&amp;p_from_action=doEditDisplay&amp;p_from_option=Display&amp;p_document_id=157492&amp;field_name=p_ev_html_img&amp;row_number=\"><img decoding=\"async\" src=\"https:\/\/secure.extraview.net\/support\/ExtraView\/35500695\/evXHR?p_option=problem.ImageDisplay&amp;p_action=getImageData&amp;p_type=full&amp;p_image_id=157492&amp;p_field_name=p_ev_html_img&amp;ev_my_itemudfid=157492\" alt=\"\"\/><\/a><\/figure>\n\n\n\n<p>In Section 4, copy the <strong>Login URL<\/strong> and <strong>Azure AD identifier<\/strong> strings<\/p>\n\n\n\n<p>In ExtraView go to <strong>Admin &#8211;&gt; Site Configuration &#8211;&gt; Behavior Settings<\/strong><\/p>\n\n\n\n<p>Edit&nbsp;SAML_SSO_SERVICE and paste in the Sign on URL string<\/p>\n\n\n\n<p>Edit SAML_SSO_SP_ENTITY_ID and paste in the Azure AD identifier string<\/p>\n\n\n\n<p>Edit SAML_ASSERTION_CONSUMER_URL &#8211; this is going to be the URL to your instance with \/Consumer at the end<\/p>\n\n\n\n<p>e.g. https:\/\/myserver.mydomain.com\/evj\/Consumer<\/p>\n\n\n\n<p>Edit SSO_DEFAULT_AREA, SSO_DEFAULT_PROJECT, and DEFAULT_USER_ROLE &#8211; pick values that you want to be used when creating users<\/p>\n\n\n\n<p>Edit SSO_SIGNOFF_REDIRECT_URL &#8211; set this to the URL of a web page where you want users to be sent to, when they hit the &#8220;Sign Off&#8221; button in ExtraView<\/p>\n\n\n\n<p>Edit SSO_STATE &#8211; set the value to SAML<\/p>\n\n\n\n<p>Stop and restart the Tomcat application server to pick up the changes.<\/p>\n\n\n\n<p>When you go to the ExtraView URL, you should be prompted with an Azure login, and then be taken directly into ExtraView.<\/p>\n\n\n\n<p>If you have any issues and need to by pass the SSO login to get into ExtraView and make administration changes &#8211; you can append ?EV_BYPASS_SSO=YES to your URL to get back to the standard ExtraView login page<\/p>\n\n\n\n<p>For example:<\/p>\n\n\n\n<figure class=\"wp-block-embed\"><div class=\"wp-block-embed__wrapper\">\nhttps:\/\/avalon.extraview.net\/ora2-c\/ExtraView?EV_BYPASS_SSO=YES\n<\/div><\/figure>\n","protected":false},"excerpt":{"rendered":"<p>The Single Sign On facility allows another application to control user access to ExtraView. When this is enabled through ExtraView\u2019s behavior settings (see above), the SSO application is entirely responsible for the authentication of each user. Once the authentication is complete, the SSO application forwards the authenticated information to ExtraView, and ExtraView automatically signs on&#8230;<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":24152,"menu_order":2,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"_lmt_disableupdate":"no","_lmt_disable":"","_kad_blocks_custom_css":"","_kad_blocks_head_custom_js":"","_kad_blocks_body_custom_js":"","_kad_blocks_footer_custom_js":"","_kad_post_transparent":"","_kad_post_title":"","_kad_post_layout":"","_kad_post_sidebar_id":"","_kad_post_content_style":"","_kad_post_vertical_padding":"","_kad_post_feature":"","_kad_post_feature_position":"","_kad_post_header":false,"_kad_post_footer":false,"footnotes":""},"class_list":["post-24155","page","type-page","status-publish","hentry"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v25.1 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>SSO Connections - Product Documentation<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/docs.extraview.com\/v25\/extraview-25\/administration-guide-1\/site-configuration-menu-1\/external-authentication-ldap-sso-and-saml-1\/sso-connections-1\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"SSO Connections - Product Documentation\" \/>\n<meta property=\"og:description\" content=\"The Single Sign On facility allows another application to control user access to ExtraView. When this is enabled through ExtraView\u2019s behavior settings (see above), the SSO application is entirely responsible for the authentication of each user. Once the authentication is complete, the SSO application forwards the authenticated information to ExtraView, and ExtraView automatically signs on...\" \/>\n<meta property=\"og:url\" content=\"https:\/\/docs.extraview.com\/v25\/extraview-25\/administration-guide-1\/site-configuration-menu-1\/external-authentication-ldap-sso-and-saml-1\/sso-connections-1\/\" \/>\n<meta property=\"og:site_name\" content=\"Product Documentation\" \/>\n<meta property=\"article:modified_time\" content=\"2025-02-13T21:43:10+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/secure.extraview.net\/support\/ExtraView\/35500695\/evXHR?p_option=problem.ImageDisplay&amp;p_action=getImageData&amp;p_type=full&amp;p_image_id=157502&amp;p_field_name=p_ev_html_img&amp;ev_my_itemudfid=157502\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"6 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/docs.extraview.com\/v25\/extraview-25\/administration-guide-1\/site-configuration-menu-1\/external-authentication-ldap-sso-and-saml-1\/sso-connections-1\/\",\"url\":\"https:\/\/docs.extraview.com\/v25\/extraview-25\/administration-guide-1\/site-configuration-menu-1\/external-authentication-ldap-sso-and-saml-1\/sso-connections-1\/\",\"name\":\"SSO Connections - Product Documentation\",\"isPartOf\":{\"@id\":\"https:\/\/docs.extraview.com\/v25\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/docs.extraview.com\/v25\/extraview-25\/administration-guide-1\/site-configuration-menu-1\/external-authentication-ldap-sso-and-saml-1\/sso-connections-1\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/docs.extraview.com\/v25\/extraview-25\/administration-guide-1\/site-configuration-menu-1\/external-authentication-ldap-sso-and-saml-1\/sso-connections-1\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/secure.extraview.net\/support\/ExtraView\/35500695\/evXHR?p_option=problem.ImageDisplay&amp;p_action=getImageData&amp;p_type=full&amp;p_image_id=157502&amp;p_field_name=p_ev_html_img&amp;ev_my_itemudfid=157502\",\"datePublished\":\"2024-02-15T22:53:34+00:00\",\"dateModified\":\"2025-02-13T21:43:10+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/docs.extraview.com\/v25\/extraview-25\/administration-guide-1\/site-configuration-menu-1\/external-authentication-ldap-sso-and-saml-1\/sso-connections-1\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/docs.extraview.com\/v25\/extraview-25\/administration-guide-1\/site-configuration-menu-1\/external-authentication-ldap-sso-and-saml-1\/sso-connections-1\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/docs.extraview.com\/v25\/extraview-25\/administration-guide-1\/site-configuration-menu-1\/external-authentication-ldap-sso-and-saml-1\/sso-connections-1\/#primaryimage\",\"url\":\"https:\/\/secure.extraview.net\/support\/ExtraView\/35500695\/evXHR?p_option=problem.ImageDisplay&amp;p_action=getImageData&amp;p_type=full&amp;p_image_id=157502&amp;p_field_name=p_ev_html_img&amp;ev_my_itemudfid=157502\",\"contentUrl\":\"https:\/\/secure.extraview.net\/support\/ExtraView\/35500695\/evXHR?p_option=problem.ImageDisplay&amp;p_action=getImageData&amp;p_type=full&amp;p_image_id=157502&amp;p_field_name=p_ev_html_img&amp;ev_my_itemudfid=157502\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/docs.extraview.com\/v25\/extraview-25\/administration-guide-1\/site-configuration-menu-1\/external-authentication-ldap-sso-and-saml-1\/sso-connections-1\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/docs.extraview.com\/v25\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"ExtraView 25\",\"item\":\"https:\/\/docs.extraview.com\/v25\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Administration Guide\",\"item\":\"https:\/\/docs.extraview.com\/v25\/extraview-25\/administration-guide-1\/\"},{\"@type\":\"ListItem\",\"position\":4,\"name\":\"Site Configuration Menu\",\"item\":\"https:\/\/docs.extraview.com\/v25\/extraview-25\/administration-guide-1\/site-configuration-menu-1\/\"},{\"@type\":\"ListItem\",\"position\":5,\"name\":\"External Authentication &#8211; LDAP, SSO and SAML\",\"item\":\"https:\/\/docs.extraview.com\/v25\/extraview-25\/administration-guide-1\/site-configuration-menu-1\/external-authentication-ldap-sso-and-saml-1\/\"},{\"@type\":\"ListItem\",\"position\":6,\"name\":\"SSO Connections\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/docs.extraview.com\/v25\/#website\",\"url\":\"https:\/\/docs.extraview.com\/v25\/\",\"name\":\"ExtraView Product Documentation\",\"description\":\"ExtraView Documentation\",\"publisher\":{\"@id\":\"https:\/\/docs.extraview.com\/v25\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/docs.extraview.com\/v25\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/docs.extraview.com\/v25\/#organization\",\"name\":\"ExtraView Corporation\",\"url\":\"https:\/\/docs.extraview.com\/v25\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/docs.extraview.com\/v25\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/docs-stg.extraview.com\/wp-content\/uploads\/2024\/03\/favicon.png\",\"contentUrl\":\"https:\/\/docs-stg.extraview.com\/wp-content\/uploads\/2024\/03\/favicon.png\",\"width\":512,\"height\":512,\"caption\":\"ExtraView Corporation\"},\"image\":{\"@id\":\"https:\/\/docs.extraview.com\/v25\/#\/schema\/logo\/image\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"SSO Connections - Product Documentation","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/docs.extraview.com\/v25\/extraview-25\/administration-guide-1\/site-configuration-menu-1\/external-authentication-ldap-sso-and-saml-1\/sso-connections-1\/","og_locale":"en_US","og_type":"article","og_title":"SSO Connections - Product Documentation","og_description":"The Single Sign On facility allows another application to control user access to ExtraView. When this is enabled through ExtraView\u2019s behavior settings (see above), the SSO application is entirely responsible for the authentication of each user. Once the authentication is complete, the SSO application forwards the authenticated information to ExtraView, and ExtraView automatically signs on...","og_url":"https:\/\/docs.extraview.com\/v25\/extraview-25\/administration-guide-1\/site-configuration-menu-1\/external-authentication-ldap-sso-and-saml-1\/sso-connections-1\/","og_site_name":"Product Documentation","article_modified_time":"2025-02-13T21:43:10+00:00","og_image":[{"url":"https:\/\/secure.extraview.net\/support\/ExtraView\/35500695\/evXHR?p_option=problem.ImageDisplay&amp;p_action=getImageData&amp;p_type=full&amp;p_image_id=157502&amp;p_field_name=p_ev_html_img&amp;ev_my_itemudfid=157502","type":"","width":"","height":""}],"twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"6 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/docs.extraview.com\/v25\/extraview-25\/administration-guide-1\/site-configuration-menu-1\/external-authentication-ldap-sso-and-saml-1\/sso-connections-1\/","url":"https:\/\/docs.extraview.com\/v25\/extraview-25\/administration-guide-1\/site-configuration-menu-1\/external-authentication-ldap-sso-and-saml-1\/sso-connections-1\/","name":"SSO Connections - Product Documentation","isPartOf":{"@id":"https:\/\/docs.extraview.com\/v25\/#website"},"primaryImageOfPage":{"@id":"https:\/\/docs.extraview.com\/v25\/extraview-25\/administration-guide-1\/site-configuration-menu-1\/external-authentication-ldap-sso-and-saml-1\/sso-connections-1\/#primaryimage"},"image":{"@id":"https:\/\/docs.extraview.com\/v25\/extraview-25\/administration-guide-1\/site-configuration-menu-1\/external-authentication-ldap-sso-and-saml-1\/sso-connections-1\/#primaryimage"},"thumbnailUrl":"https:\/\/secure.extraview.net\/support\/ExtraView\/35500695\/evXHR?p_option=problem.ImageDisplay&amp;p_action=getImageData&amp;p_type=full&amp;p_image_id=157502&amp;p_field_name=p_ev_html_img&amp;ev_my_itemudfid=157502","datePublished":"2024-02-15T22:53:34+00:00","dateModified":"2025-02-13T21:43:10+00:00","breadcrumb":{"@id":"https:\/\/docs.extraview.com\/v25\/extraview-25\/administration-guide-1\/site-configuration-menu-1\/external-authentication-ldap-sso-and-saml-1\/sso-connections-1\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/docs.extraview.com\/v25\/extraview-25\/administration-guide-1\/site-configuration-menu-1\/external-authentication-ldap-sso-and-saml-1\/sso-connections-1\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/docs.extraview.com\/v25\/extraview-25\/administration-guide-1\/site-configuration-menu-1\/external-authentication-ldap-sso-and-saml-1\/sso-connections-1\/#primaryimage","url":"https:\/\/secure.extraview.net\/support\/ExtraView\/35500695\/evXHR?p_option=problem.ImageDisplay&amp;p_action=getImageData&amp;p_type=full&amp;p_image_id=157502&amp;p_field_name=p_ev_html_img&amp;ev_my_itemudfid=157502","contentUrl":"https:\/\/secure.extraview.net\/support\/ExtraView\/35500695\/evXHR?p_option=problem.ImageDisplay&amp;p_action=getImageData&amp;p_type=full&amp;p_image_id=157502&amp;p_field_name=p_ev_html_img&amp;ev_my_itemudfid=157502"},{"@type":"BreadcrumbList","@id":"https:\/\/docs.extraview.com\/v25\/extraview-25\/administration-guide-1\/site-configuration-menu-1\/external-authentication-ldap-sso-and-saml-1\/sso-connections-1\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/docs.extraview.com\/v25\/"},{"@type":"ListItem","position":2,"name":"ExtraView 25","item":"https:\/\/docs.extraview.com\/v25\/"},{"@type":"ListItem","position":3,"name":"Administration Guide","item":"https:\/\/docs.extraview.com\/v25\/extraview-25\/administration-guide-1\/"},{"@type":"ListItem","position":4,"name":"Site Configuration Menu","item":"https:\/\/docs.extraview.com\/v25\/extraview-25\/administration-guide-1\/site-configuration-menu-1\/"},{"@type":"ListItem","position":5,"name":"External Authentication &#8211; LDAP, SSO and SAML","item":"https:\/\/docs.extraview.com\/v25\/extraview-25\/administration-guide-1\/site-configuration-menu-1\/external-authentication-ldap-sso-and-saml-1\/"},{"@type":"ListItem","position":6,"name":"SSO Connections"}]},{"@type":"WebSite","@id":"https:\/\/docs.extraview.com\/v25\/#website","url":"https:\/\/docs.extraview.com\/v25\/","name":"ExtraView Product Documentation","description":"ExtraView Documentation","publisher":{"@id":"https:\/\/docs.extraview.com\/v25\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/docs.extraview.com\/v25\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/docs.extraview.com\/v25\/#organization","name":"ExtraView Corporation","url":"https:\/\/docs.extraview.com\/v25\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/docs.extraview.com\/v25\/#\/schema\/logo\/image\/","url":"https:\/\/docs-stg.extraview.com\/wp-content\/uploads\/2024\/03\/favicon.png","contentUrl":"https:\/\/docs-stg.extraview.com\/wp-content\/uploads\/2024\/03\/favicon.png","width":512,"height":512,"caption":"ExtraView Corporation"},"image":{"@id":"https:\/\/docs.extraview.com\/v25\/#\/schema\/logo\/image\/"}}]}},"taxonomy_info":[],"featured_image_src_large":false,"author_info":{"display_name":"carl.koppel","author_link":"https:\/\/docs.extraview.com\/v25\/author\/carl-koppel\/"},"comment_info":0,"_links":{"self":[{"href":"https:\/\/docs.extraview.com\/v25\/wp-json\/wp\/v2\/pages\/24155","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/docs.extraview.com\/v25\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/docs.extraview.com\/v25\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/docs.extraview.com\/v25\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/docs.extraview.com\/v25\/wp-json\/wp\/v2\/comments?post=24155"}],"version-history":[{"count":0,"href":"https:\/\/docs.extraview.com\/v25\/wp-json\/wp\/v2\/pages\/24155\/revisions"}],"up":[{"embeddable":true,"href":"https:\/\/docs.extraview.com\/v25\/wp-json\/wp\/v2\/pages\/24152"}],"wp:attachment":[{"href":"https:\/\/docs.extraview.com\/v25\/wp-json\/wp\/v2\/media?parent=24155"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}