{"id":1972,"date":"2020-06-18T03:44:07","date_gmt":"2020-06-18T10:44:07","guid":{"rendered":"https:\/\/www.sigcorp.com\/insights\/sig-supports-saml-2-0-single-sign-on-authentication\/"},"modified":"2020-06-18T03:44:07","modified_gmt":"2020-06-18T10:44:07","slug":"sig-supports-saml-2-0-single-sign-on-authentication","status":"publish","type":"post","link":"https:\/\/www.sigcorp.com\/insights\/sig-supports-saml-2-0-single-sign-on-authentication\/","title":{"rendered":"SIG Supports SAML 2.0 Single Sign-On Authentication"},"content":{"rendered":"\n<p>Security Assertion Markup Language (SAML) is an XML-based protocol that was developed to facilitate the exchange of authentication and authorization information between applications or entities.<\/p>\n\n\n\n<p>The protocol was created in November 2002 by an organization known as <a href=\"https:\/\/www.oasis-open.org\/\" target=\"_blank\" rel=\"noopener noreferrer\">OASIS<\/a> (Organization for the Advancement of Structured Information Standards). OASIS still maintains the standard and the latest version of the protocol is <a href=\"https:\/\/www.oasis-open.org\/standards#SearchRetrievev1.0\" target=\"_blank\" rel=\"noopener noreferrer\">SAML 2.0 (March 2005).<\/a><\/p>\n\n\n\n<p>The SAML specification has multiple versions and use cases. For this series I will focus on the latest revision, SAML 2.0, and the web browser based single sign-on (SSO) use case.<\/p>\n\n\n\n<p><a href=\"https:\/\/en.wikipedia.org\/wiki\/Single_sign-on\" target=\"_blank\" rel=\"noopener noreferrer\">Single sign-on (SSO)<\/a> refers to an experience where a user, or \u2018principal\u2019, can move between applications that do not share session information, without having to reauthenticate to each individual application.<\/p>\n\n\n\n<p>The framework provided by the SAML protocol is widely used to support a single sign-on (SSO) experience across web browser-based applications by integrating multiple applications with a common identity provider. The identity provider is responsible for maintaining a common user session\/context, allowing a user to move between applications without having to reauthenticate to each individual service.<\/p>\n\n\n\n<p>In addition to supporting a single sign-on experience between an institution\u2019s resources, the SAML protocol provides a framework for \u2018federated identity\u2019 that can be used to provide SSO between distinct organizations.<\/p>\n\n\n\n<p>The full SAML 2.0 specification can be downloaded from the <a href=\"https:\/\/docs.oasis-open.org\/security\/saml\/v2.0\/saml-core-2.0-os.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">OASIS website<\/a>.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>How Does it Work?<\/strong><\/h2>\n\n\n\n<p>SAML web SSO applications typically fall in to one of two roles:<\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li><strong><u>Identity Providers (IdP)<\/u><\/strong> &#8211; The identity provider (IdP) is responsible for authenticating the user, establishing the SSO session and providing identity information to service providers.<\/li>\n\n\n\n<li><strong><u>Service Providers (SP)<\/u><\/strong> &#8211; The service provider (SP) is responsible for protecting its resources and relies on information from the IdP to establish a user\u2019s identity.<\/li>\n<\/ol>\n\n\n\n<p>For example, an institution&#8217;s e-mail <a href=\"https:\/\/www.sigcorp.com\/blog\/benefits-of-platforms-as-a-service-paas\/\">platform could be a service<\/a> provider with user e-mails representing the protected resource. Users are required to authenticate themselves to the IdP before they can access their mailbox.<\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter\"><img decoding=\"async\" src=\"https:\/\/www.sigcorp.com\/wp-content\/uploads\/2020\/06\/SSO-Identity-1-e1592592699266-335x124.png\" alt=\"\" class=\"wp-image-3123\"\/><\/figure>\n<\/div>\n\n\n<p>The IdP validates the user\u2019s identity by authenticating user credentials, which could take the form of a username\/password combination, an encrypted token, or some other method. The user authentication process is handled entirely by the IdP and is completely transparent to the SP. Once the user\u2019s identity is established, the IdP collects any additional user information the service might need and sends the user back to the SP.<\/p>\n\n\n\n<p>Upon receiving an \u2018authentication success\u2019 response, the SP evaluates the authorization identity information from the IdP\u2019s response against its own internal access controls to determine what resources a user can access, if any.<\/p>\n\n\n\n<p>It is possible for an application to function as both an IdP and an SP. This is common in an architecture where multiple IdPs are present and one IdP must delegate user authentication to another IdP that a trust has been established with.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Metadata<\/strong><\/h2>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"alignright\"><img decoding=\"async\" src=\"https:\/\/www.sigcorp.com\/wp-content\/uploads\/2020\/06\/sp-idp-metadata-002-335x211.png\" alt=\"\" class=\"wp-image-3134\"\/><\/figure>\n<\/div>\n\n\n<p>To establish the trust relationship between two entities, it is necessary to exchange some basic application information, such as application name, expected username format, supported protocols, endpoint URLs, etc.<\/p>\n\n\n\n<p>This information is often collected into an XML-formatted document known as \u2018metadata.\u2019 The metadata document summarizes the application configuration details and describes how to interact with it.<\/p>\n\n\n\n<p>Not all applications generate or consume metadata files. It may be necessary to create a service provider or identity provider metadata file for your application or it may be necessary to manually enter the values from a metadata file into a configuration file or administration console.<\/p>\n\n\n\n<p>The format of the metadata document is governed by the SAML 2.0 metadata specification.<\/p>\n\n\n\n<p>The full metadata specification can be downloaded from the <a href=\"https:\/\/docs.oasis-open.org\/security\/saml\/v2.0\/saml-metadata-2.0-os.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">OASIS website.<\/a><\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Assertions<\/strong><\/h2>\n\n\n\n<p>The IdP and the SP applications communicate by exchanging XML-formatted messages that contain SAML 2.0 assertions. In web based SSO implementations, these messages are passed back and forth between the IdP and SP through the user\u2019s web browser. This is accomplished by encoding the message contents into a HTTP response and issuing a redirect (HTTP code 302) to the browser, as illustrated below.<\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter\"><img decoding=\"async\" src=\"https:\/\/www.sigcorp.com\/wp-content\/uploads\/2020\/06\/Assertions-335x196.png\" alt=\"\" class=\"wp-image-3125\"\/><\/figure>\n<\/div>\n\n\n<p>While there are multiple ways to initiate an SSO transaction in SAML 2.0, the most common is an SP-initiated authentication request. This occurs when a user attempts to access a SAML 2.0 protected resource without an existing SSO session. The SP generates an \u2018Authentication Request\u2019 assertion, encodes it in a message and forwards the user to the configured IdP to authenticate.<\/p>\n\n\n\n<p>After authenticating the user, the IdP will generate an \u2018Authentication Response\u2019 assertion, encode the message and then redirect the user back to the SP with the assertion. The SP reads the assertion and determines whether the user should be permitted to access the requested resource.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Summary<\/strong><\/h2>\n\n\n\n<ul class=\"wp-block-list\">\n<li>SAML 2.0 protocol supports authentication between identity providers and service providers.<\/li>\n\n\n\n<li>One of the most common use cases is web browser based SSO.<\/li>\n\n\n\n<li>Trust is established by exchanging application details, which often takes the form of metadata.<\/li>\n\n\n\n<li>With web browser based SSO, authentication request and response messages are transmitted through the user\u2019s browser. The IdP and the SP do not need to communicate directly.<\/li>\n\n\n\n<li>These request and response messages consist of assertions, which contain details about the operation and\/or the user.<\/li>\n\n\n\n<li>The IdP is responsible for validating user credentials and establishing the user\u2019s identity. This process is unknown to the SP.<\/li>\n\n\n\n<li>Keep an eye out for the next post in this series \u2013 Working with SAML 2.0 Metadata, which will take a more detailed look at the format, types and key elements that make up a SAML 2.0 metadata document.<\/li>\n<\/ul>\n\n\n\n<p>To learn more about how SIG can assist your efforts in SAML protocol, <a href=\"mailto:oneill@sigcorp.com\">contact us<\/a> to discuss more, or <a href=\"https:\/\/www.sigcorp.com\/services\/cloud-migration\/\" target=\"_blank\" rel=\"noopener noreferrer\">visit our website<\/a> to learn more.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Streamline secure access with SIG\u2019s SAML 2.0 Single Sign-On support. Enable users to move between applications while keeping identities authenticated and your institution\u2019s data safe.<\/p>\n","protected":false},"author":1,"featured_media":1480,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"footnotes":""},"categories":[1],"tags":[],"insight_topic":[],"class_list":["post-1972","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-insights"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v27.5 (Yoast SEO v27.5) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>SIG Supports SAML 2.0 Single Sign-On Authentication - Strata Information Group (SIG)<\/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:\/\/www.sigcorp.com\/insights\/sig-supports-saml-2-0-single-sign-on-authentication\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"SIG Supports SAML 2.0 Single Sign-On Authentication\" \/>\n<meta property=\"og:description\" content=\"Streamline secure access with SIG\u2019s SAML 2.0 Single Sign-On support. Enable users to move between applications while keeping identities authenticated and your institution\u2019s data safe.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.sigcorp.com\/insights\/sig-supports-saml-2-0-single-sign-on-authentication\/\" \/>\n<meta property=\"og:site_name\" content=\"Strata Information Group (SIG)\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/sigcorplive\" \/>\n<meta property=\"article:published_time\" content=\"2020-06-18T10:44:07+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.sigcorp.com\/wp-content\/uploads\/2020\/06\/Insight-52-scaled.jpeg\" \/>\n\t<meta property=\"og:image:width\" content=\"2560\" \/>\n\t<meta property=\"og:image:height\" content=\"1707\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"sig-mm\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@SIGCorpLIVE\" \/>\n<meta name=\"twitter:site\" content=\"@SIGCorpLIVE\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"sig-mm\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"5 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/www.sigcorp.com\\\/insights\\\/sig-supports-saml-2-0-single-sign-on-authentication\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.sigcorp.com\\\/insights\\\/sig-supports-saml-2-0-single-sign-on-authentication\\\/\"},\"author\":{\"name\":\"sig-mm\",\"@id\":\"https:\\\/\\\/www.sigcorp.com\\\/#\\\/schema\\\/person\\\/d5f2b933f763ad7aca9b4b4786e5f55a\"},\"headline\":\"SIG Supports SAML 2.0 Single Sign-On Authentication\",\"datePublished\":\"2020-06-18T10:44:07+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.sigcorp.com\\\/insights\\\/sig-supports-saml-2-0-single-sign-on-authentication\\\/\"},\"wordCount\":935,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\\\/\\\/www.sigcorp.com\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/www.sigcorp.com\\\/insights\\\/sig-supports-saml-2-0-single-sign-on-authentication\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.sigcorp.com\\\/wp-content\\\/uploads\\\/2020\\\/06\\\/Insight-52-scaled.jpeg\",\"articleSection\":[\"Insights\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.sigcorp.com\\\/insights\\\/sig-supports-saml-2-0-single-sign-on-authentication\\\/\",\"url\":\"https:\\\/\\\/www.sigcorp.com\\\/insights\\\/sig-supports-saml-2-0-single-sign-on-authentication\\\/\",\"name\":\"SIG Supports SAML 2.0 Single Sign-On Authentication - Strata Information Group (SIG)\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.sigcorp.com\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/www.sigcorp.com\\\/insights\\\/sig-supports-saml-2-0-single-sign-on-authentication\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/www.sigcorp.com\\\/insights\\\/sig-supports-saml-2-0-single-sign-on-authentication\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.sigcorp.com\\\/wp-content\\\/uploads\\\/2020\\\/06\\\/Insight-52-scaled.jpeg\",\"datePublished\":\"2020-06-18T10:44:07+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.sigcorp.com\\\/insights\\\/sig-supports-saml-2-0-single-sign-on-authentication\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.sigcorp.com\\\/insights\\\/sig-supports-saml-2-0-single-sign-on-authentication\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.sigcorp.com\\\/insights\\\/sig-supports-saml-2-0-single-sign-on-authentication\\\/#primaryimage\",\"url\":\"https:\\\/\\\/www.sigcorp.com\\\/wp-content\\\/uploads\\\/2020\\\/06\\\/Insight-52-scaled.jpeg\",\"contentUrl\":\"https:\\\/\\\/www.sigcorp.com\\\/wp-content\\\/uploads\\\/2020\\\/06\\\/Insight-52-scaled.jpeg\",\"width\":2560,\"height\":1707,\"caption\":\"Digital identity and cybersecurity, biometric fingerprint scan surrounded by binary code. Representing data encryption, secure authentication, information flow, advanced cyber protection technology.\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.sigcorp.com\\\/insights\\\/sig-supports-saml-2-0-single-sign-on-authentication\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.sigcorp.com\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"SIG Supports SAML 2.0 Single Sign-On Authentication\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.sigcorp.com\\\/#website\",\"url\":\"https:\\\/\\\/www.sigcorp.com\\\/\",\"name\":\"Strata Information Group (SIG)\",\"description\":\"Higher Education Technology Consultants\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.sigcorp.com\\\/#organization\"},\"alternateName\":\"SIG\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.sigcorp.com\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/www.sigcorp.com\\\/#organization\",\"name\":\"Strata Information Group (SIG)\",\"alternateName\":\"SIG\",\"url\":\"https:\\\/\\\/www.sigcorp.com\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.sigcorp.com\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/www.sigcorp.com\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/sig-social.png\",\"contentUrl\":\"https:\\\/\\\/www.sigcorp.com\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/sig-social.png\",\"width\":1200,\"height\":675,\"caption\":\"Strata Information Group (SIG)\"},\"image\":{\"@id\":\"https:\\\/\\\/www.sigcorp.com\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/www.facebook.com\\\/sigcorplive\",\"https:\\\/\\\/x.com\\\/SIGCorpLIVE\",\"https:\\\/\\\/www.linkedin.com\\\/company\\\/strata-information-group\\\/\"]},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/www.sigcorp.com\\\/#\\\/schema\\\/person\\\/d5f2b933f763ad7aca9b4b4786e5f55a\",\"name\":\"sig-mm\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/e272430a3104be2dd20bb8280f0c6d969182fa9d8ea0599669676228903faece?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/e272430a3104be2dd20bb8280f0c6d969182fa9d8ea0599669676228903faece?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/e272430a3104be2dd20bb8280f0c6d969182fa9d8ea0599669676228903faece?s=96&d=mm&r=g\",\"caption\":\"sig-mm\"},\"sameAs\":[\"https:\\\/\\\/www.sigcorp.com\"]}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"SIG Supports SAML 2.0 Single Sign-On Authentication - Strata Information Group (SIG)","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:\/\/www.sigcorp.com\/insights\/sig-supports-saml-2-0-single-sign-on-authentication\/","og_locale":"en_US","og_type":"article","og_title":"SIG Supports SAML 2.0 Single Sign-On Authentication","og_description":"Streamline secure access with SIG\u2019s SAML 2.0 Single Sign-On support. Enable users to move between applications while keeping identities authenticated and your institution\u2019s data safe.","og_url":"https:\/\/www.sigcorp.com\/insights\/sig-supports-saml-2-0-single-sign-on-authentication\/","og_site_name":"Strata Information Group (SIG)","article_publisher":"https:\/\/www.facebook.com\/sigcorplive","article_published_time":"2020-06-18T10:44:07+00:00","og_image":[{"width":2560,"height":1707,"url":"https:\/\/www.sigcorp.com\/wp-content\/uploads\/2020\/06\/Insight-52-scaled.jpeg","type":"image\/jpeg"}],"author":"sig-mm","twitter_card":"summary_large_image","twitter_creator":"@SIGCorpLIVE","twitter_site":"@SIGCorpLIVE","twitter_misc":{"Written by":"sig-mm","Est. reading time":"5 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.sigcorp.com\/insights\/sig-supports-saml-2-0-single-sign-on-authentication\/#article","isPartOf":{"@id":"https:\/\/www.sigcorp.com\/insights\/sig-supports-saml-2-0-single-sign-on-authentication\/"},"author":{"name":"sig-mm","@id":"https:\/\/www.sigcorp.com\/#\/schema\/person\/d5f2b933f763ad7aca9b4b4786e5f55a"},"headline":"SIG Supports SAML 2.0 Single Sign-On Authentication","datePublished":"2020-06-18T10:44:07+00:00","mainEntityOfPage":{"@id":"https:\/\/www.sigcorp.com\/insights\/sig-supports-saml-2-0-single-sign-on-authentication\/"},"wordCount":935,"commentCount":0,"publisher":{"@id":"https:\/\/www.sigcorp.com\/#organization"},"image":{"@id":"https:\/\/www.sigcorp.com\/insights\/sig-supports-saml-2-0-single-sign-on-authentication\/#primaryimage"},"thumbnailUrl":"https:\/\/www.sigcorp.com\/wp-content\/uploads\/2020\/06\/Insight-52-scaled.jpeg","articleSection":["Insights"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/www.sigcorp.com\/insights\/sig-supports-saml-2-0-single-sign-on-authentication\/","url":"https:\/\/www.sigcorp.com\/insights\/sig-supports-saml-2-0-single-sign-on-authentication\/","name":"SIG Supports SAML 2.0 Single Sign-On Authentication - Strata Information Group (SIG)","isPartOf":{"@id":"https:\/\/www.sigcorp.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.sigcorp.com\/insights\/sig-supports-saml-2-0-single-sign-on-authentication\/#primaryimage"},"image":{"@id":"https:\/\/www.sigcorp.com\/insights\/sig-supports-saml-2-0-single-sign-on-authentication\/#primaryimage"},"thumbnailUrl":"https:\/\/www.sigcorp.com\/wp-content\/uploads\/2020\/06\/Insight-52-scaled.jpeg","datePublished":"2020-06-18T10:44:07+00:00","breadcrumb":{"@id":"https:\/\/www.sigcorp.com\/insights\/sig-supports-saml-2-0-single-sign-on-authentication\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.sigcorp.com\/insights\/sig-supports-saml-2-0-single-sign-on-authentication\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.sigcorp.com\/insights\/sig-supports-saml-2-0-single-sign-on-authentication\/#primaryimage","url":"https:\/\/www.sigcorp.com\/wp-content\/uploads\/2020\/06\/Insight-52-scaled.jpeg","contentUrl":"https:\/\/www.sigcorp.com\/wp-content\/uploads\/2020\/06\/Insight-52-scaled.jpeg","width":2560,"height":1707,"caption":"Digital identity and cybersecurity, biometric fingerprint scan surrounded by binary code. Representing data encryption, secure authentication, information flow, advanced cyber protection technology."},{"@type":"BreadcrumbList","@id":"https:\/\/www.sigcorp.com\/insights\/sig-supports-saml-2-0-single-sign-on-authentication\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.sigcorp.com\/"},{"@type":"ListItem","position":2,"name":"SIG Supports SAML 2.0 Single Sign-On Authentication"}]},{"@type":"WebSite","@id":"https:\/\/www.sigcorp.com\/#website","url":"https:\/\/www.sigcorp.com\/","name":"Strata Information Group (SIG)","description":"Higher Education Technology Consultants","publisher":{"@id":"https:\/\/www.sigcorp.com\/#organization"},"alternateName":"SIG","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.sigcorp.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.sigcorp.com\/#organization","name":"Strata Information Group (SIG)","alternateName":"SIG","url":"https:\/\/www.sigcorp.com\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.sigcorp.com\/#\/schema\/logo\/image\/","url":"https:\/\/www.sigcorp.com\/wp-content\/uploads\/2026\/03\/sig-social.png","contentUrl":"https:\/\/www.sigcorp.com\/wp-content\/uploads\/2026\/03\/sig-social.png","width":1200,"height":675,"caption":"Strata Information Group (SIG)"},"image":{"@id":"https:\/\/www.sigcorp.com\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/sigcorplive","https:\/\/x.com\/SIGCorpLIVE","https:\/\/www.linkedin.com\/company\/strata-information-group\/"]},{"@type":"Person","@id":"https:\/\/www.sigcorp.com\/#\/schema\/person\/d5f2b933f763ad7aca9b4b4786e5f55a","name":"sig-mm","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/e272430a3104be2dd20bb8280f0c6d969182fa9d8ea0599669676228903faece?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/e272430a3104be2dd20bb8280f0c6d969182fa9d8ea0599669676228903faece?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/e272430a3104be2dd20bb8280f0c6d969182fa9d8ea0599669676228903faece?s=96&d=mm&r=g","caption":"sig-mm"},"sameAs":["https:\/\/www.sigcorp.com"]}]}},"_links":{"self":[{"href":"https:\/\/www.sigcorp.com\/wp-json\/wp\/v2\/posts\/1972","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.sigcorp.com\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.sigcorp.com\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.sigcorp.com\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.sigcorp.com\/wp-json\/wp\/v2\/comments?post=1972"}],"version-history":[{"count":0,"href":"https:\/\/www.sigcorp.com\/wp-json\/wp\/v2\/posts\/1972\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.sigcorp.com\/wp-json\/wp\/v2\/media\/1480"}],"wp:attachment":[{"href":"https:\/\/www.sigcorp.com\/wp-json\/wp\/v2\/media?parent=1972"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.sigcorp.com\/wp-json\/wp\/v2\/categories?post=1972"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.sigcorp.com\/wp-json\/wp\/v2\/tags?post=1972"},{"taxonomy":"insight_topic","embeddable":true,"href":"https:\/\/www.sigcorp.com\/wp-json\/wp\/v2\/insight_topic?post=1972"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}