<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>article Troubleshooting common SAML federation issues with Dynatrace SSO in Troubleshooting</title>
    <link>https://community.dynatrace.com/t5/Troubleshooting/Troubleshooting-common-SAML-federation-issues-with-Dynatrace-SSO/ta-p/243825</link>
    <description>&lt;P&gt;&lt;LI-TOC indent="15" liststyle="disc" maxheadinglevel="2"&gt;&lt;/LI-TOC&gt;&lt;/P&gt;
&lt;H1&gt;Overview&lt;/H1&gt;
&lt;P class="lia-align-justify"&gt;Dynatrace Single Sign-On supports SAML Federated Login for customers with its own set of requirements that the IdP has to meet to allow the users to access Dynatrace:&amp;nbsp;&lt;A href="https://docs.dynatrace.com/docs/shortlink/manage-users-groups-with-saml#identity-provider-idp" target="_blank" rel="noopener"&gt;https://docs.dynatrace.com/docs/shortlink/manage-users-groups-with-saml#identity-provider-idp&lt;/A&gt;. As SAML itself is a complex protocol, we are aware of some common pitfalls of the configuration process and we are providing a guide to explain, why they appear and how to successfully resolve them in two of the popular IdPs: Azure Entra ID and Okta.&lt;/P&gt;
&lt;H1&gt;Common issues:&lt;/H1&gt;
&lt;H2&gt;&lt;EM&gt;Saml Message has not been signed. Entire SAML Message needs to be signed.&lt;/EM&gt;&lt;/H2&gt;
&lt;P class="lia-align-justify"&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2024-04-24 at 16.28.01.png" style="width: 400px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/19380i5ACD7F7D01E2BDA2/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Screenshot 2024-04-24 at 16.28.01.png" alt="Screenshot 2024-04-24 at 16.28.01.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P class="lia-align-justify"&gt;This error indicates that there is either no signature in the SAML message or on the assertions were signed, not the whole SAML message. The whole message must be signed, because only then is the Service Provider confident that the message was not tampered with, hence our restriction.&lt;/P&gt;
&lt;P class="lia-align-justify"&gt;It's possible to notice the difference in SAML Responses between Signed Assertions and Signed Whole Messages e.g. captured and decoded by SAML Trace based on the placement of the &lt;FONT face="courier new,courier"&gt;&amp;lt;ds:Signature&amp;gt;&amp;nbsp;&lt;/FONT&gt; as shown here:&amp;nbsp;&lt;A href="https://www.samltool.com/generic_sso_res.php" target="_blank" rel="noopener"&gt;https://www.samltool.com/generic_sso_res.php&lt;/A&gt;&lt;/P&gt;
&lt;P class="lia-align-justify"&gt;In the example above, with &lt;STRONG&gt;whole message signing&lt;/STRONG&gt;, the &lt;FONT face="courier new,courier"&gt;&amp;lt;ds:Signature&amp;gt;&lt;/FONT&gt; is before and top-level from the &lt;FONT face="courier new,courier"&gt;&amp;lt;saml:Assertion&amp;gt;&lt;/FONT&gt;:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;&amp;lt;samlp:Response (...)&amp;gt;
  &amp;lt;saml:Issuer&amp;gt;http://idp.example.com/metadata.php&amp;lt;/saml:Issuer&amp;gt;
    &amp;lt;ds:Signature xmlns:ds="http://www.w3.org/2000/09/xmldsig#"&amp;gt;
      (...)
    &amp;lt;/ds:Signature&amp;gt;
  (...)
  &amp;lt;saml:Assertion (...)&amp;gt;&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class="lia-align-justify"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class="lia-align-justify"&gt;Assertion signing will contain the &amp;lt;ds:Signature&amp;gt; entry under and within the &amp;lt;saml:Assertion&amp;gt; tag:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;&amp;lt;samlp:Response (...)&amp;gt;
  &amp;lt;saml:Issuer&amp;gt;http://idp.example.com/metadata.php&amp;lt;/saml:Issuer&amp;gt;
  (...)
  &amp;lt;saml:Assertion (...)&amp;gt;
     &amp;lt;ds:Signature xmlns:ds="http://www.w3.org/2000/09/xmldsig#"&amp;gt;
      (...)
    &amp;lt;/ds:Signature&amp;gt;
  &amp;lt;/saml:Assertion&amp;gt;&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class="lia-align-justify"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class="lia-align-justify"&gt;Dynatrace SSO expects whole messages to be signed, which is the first one.&lt;/P&gt;
&lt;H3&gt;Resolution:&lt;/H3&gt;
&lt;H4&gt;Azure&lt;/H4&gt;
&lt;P class="lia-align-justify"&gt;Navigate to the Azure Entra ID, and then to the SAML Enterprise Application you configured for Dynatrace. Then please open "Manage" -&amp;gt; "Single Sign-On" and choose "Edit" within the "SAML Certificates" section.&lt;/P&gt;
&lt;P class="lia-align-justify"&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2024-04-24 at 15.43.57.png" style="width: 400px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/19388i65ECF0562DCEC747/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Screenshot 2024-04-24 at 15.43.57.png" alt="Screenshot 2024-04-24 at 15.43.57.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P class="lia-align-justify"&gt;In the newly opened section, select the drop-down in "Signing option" and select: "Sign SAML Response"&lt;/P&gt;
&lt;P class="lia-align-justify"&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2024-04-24 at 15.44.15.png" style="width: 400px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/19389i7AC64A8B89041754/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Screenshot 2024-04-24 at 15.44.15.png" alt="Screenshot 2024-04-24 at 15.44.15.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;H4&gt;&amp;nbsp;&lt;/H4&gt;
&lt;H4&gt;Okta&lt;/H4&gt;
&lt;P class="lia-align-justify"&gt;Within the SAML Application configured for Dynatrace, choose the "General" tab and scroll down to the "SAML Settings" section and click "Edit".&lt;/P&gt;
&lt;P class="lia-align-justify"&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2024-04-24 at 23.34.51.png" style="width: 400px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/19401iC462035FEB8561B0/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Screenshot 2024-04-24 at 23.34.51.png" alt="Screenshot 2024-04-24 at 23.34.51.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P class="lia-align-justify"&gt;Then click "Next" to get to the "Configure SAML section".&lt;/P&gt;
&lt;P class="lia-align-justify"&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2024-04-24 at 23.38.00.png" style="width: 400px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/19402i62E5E661F29752DA/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Screenshot 2024-04-24 at 23.38.00.png" alt="Screenshot 2024-04-24 at 23.38.00.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P class="lia-align-justify"&gt;In the "SAML Settings" Section, scroll down and click "Show advanced settings" to see the signing options. The "Response" option should be set to "Signed", which will set whole SAML Message signing.&lt;/P&gt;
&lt;P class="lia-align-justify"&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2024-04-24 at 23.32.36.png" style="width: 400px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/19403iACD439746155AFE1/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Screenshot 2024-04-24 at 23.32.36.png" alt="Screenshot 2024-04-24 at 23.32.36.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;H2&gt;&lt;EM&gt;Invalid SAML Message. Missing NameID element with value. &lt;/EM&gt;&lt;/H2&gt;
&lt;H2&gt;&lt;EM&gt;SAML Message NameID Format {0} was incorrect. Allowed formats:&amp;nbsp;&lt;SPAN&gt;urn:oasis:names:tc:SAML:1.1:nameid-format:emailAddress&lt;/SPAN&gt;&lt;/EM&gt;&lt;/H2&gt;
&lt;P class="lia-align-justify"&gt;&lt;EM&gt;&lt;SPAN&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2024-04-25 at 01.06.11.png" style="width: 400px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/19412i29CC5A69D4CD0E39/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Screenshot 2024-04-25 at 01.06.11.png" alt="Screenshot 2024-04-25 at 01.06.11.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/EM&gt;&lt;/P&gt;
&lt;P class="lia-align-justify"&gt;Dynatrace SSO expects to find the user's login in the SAMLResponse under the &lt;FONT face="courier new,courier"&gt;&amp;lt;Subject&amp;gt;&amp;lt;NameID&amp;gt;&lt;/FONT&gt; field and it has to be exactly set to have &lt;FONT face="courier new,courier"&gt;Format="urn:oasis:names:tc:SAML:1.1:nameid-format:emailAddress"&lt;/FONT&gt;. Otherwise the SAML Response will be rejected. Some IdPs, such as Azure enforce this assertion by default, others have to be configured explicitly to add it.&lt;/P&gt;
&lt;P class="lia-align-justify"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class="lia-align-justify"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class="lia-align-justify"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class="lia-align-justify"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;&amp;lt;Subject&amp;gt;
    &amp;lt;NameID Format="urn:oasis:names:tc:SAML:1.1:nameid-format:emailAddress"&amp;gt;Your.UserName@yourdomain.com&amp;lt;/NameID&amp;gt;
&amp;lt;/Subject&amp;gt;&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class="lia-align-justify"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class="lia-align-justify"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class="lia-align-justify"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class="lia-align-justify"&gt;&amp;nbsp;&lt;/P&gt;
&lt;H3&gt;Resolution:&lt;/H3&gt;
&lt;H4&gt;Azure&lt;/H4&gt;
&lt;P class="lia-align-justify"&gt;Navigate to the Azure Entra ID, to the SAML Enterprise Application that you have configured for Dynatrace. Then please open "Manage" -&amp;gt; "Single Sign-On" and choose "Edit" within the "Attributes &amp;amp; Claims" section.&lt;/P&gt;
&lt;P class="lia-align-justify"&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2024-04-24 at 15.43.57.png" style="width: 400px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/19392i3CAD9A13861B796F/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Screenshot 2024-04-24 at 15.43.57.png" alt="Screenshot 2024-04-24 at 15.43.57.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P class="lia-align-justify"&gt;Then, make sure there is a &lt;FONT face="courier new,courier"&gt;Unique User Identifier (Name ID)&lt;/FONT&gt; claim.&lt;/P&gt;
&lt;P class="lia-align-justify"&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2024-04-24 at 19.34.16.png" style="width: 400px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/19393iB9461A7EF00E737B/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Screenshot 2024-04-24 at 19.34.16.png" alt="Screenshot 2024-04-24 at 19.34.16.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P class="lia-align-justify"&gt;Upon clicking on the claim, check that the &lt;FONT face="courier new,courier"&gt;Name identifier format&lt;/FONT&gt; is set to &lt;FONT face="courier new,courier"&gt;Email Address&lt;/FONT&gt;.&lt;/P&gt;
&lt;P class="lia-align-justify"&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2024-04-24 at 19.36.27.png" style="width: 400px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/19394i3A96BF06E6058BBB/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Screenshot 2024-04-24 at 19.36.27.png" alt="Screenshot 2024-04-24 at 19.36.27.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;H4&gt;Okta&lt;/H4&gt;
&lt;P class="lia-align-justify"&gt;Within the SAML Application configured for Dynatrace, choose the "General" tab and scroll down to the "SAML Settings" section and click "Edit".&lt;/P&gt;
&lt;P class="lia-align-justify"&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2024-04-24 at 23.34.51.png" style="width: 400px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/19401iC462035FEB8561B0/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Screenshot 2024-04-24 at 23.34.51.png" alt="Screenshot 2024-04-24 at 23.34.51.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P class="lia-align-justify"&gt;Then click "Next" to get to the "Configure SAML section".&lt;/P&gt;
&lt;P class="lia-align-justify"&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2024-04-24 at 23.38.00.png" style="width: 400px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/19402i62E5E661F29752DA/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Screenshot 2024-04-24 at 23.38.00.png" alt="Screenshot 2024-04-24 at 23.38.00.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P class="lia-align-justify"&gt;Please make sure the "Name ID format" is set to "EmailAddress". The "Application username" should in most cases be set to "Email", especially if you use a different login as the Okta Username.&lt;/P&gt;
&lt;P class="lia-align-justify"&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2024-04-24 at 23.58.59.png" style="width: 400px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/19404i5811A70F4BD9D550/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Screenshot 2024-04-24 at 23.58.59.png" alt="Screenshot 2024-04-24 at 23.58.59.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;H2&gt;&lt;EM&gt;Y&lt;/EM&gt;&lt;EM&gt;our IdP returned different user {0} than user {1} you entered into Dynatrace.&lt;/EM&gt;&lt;/H2&gt;
&lt;P class="lia-align-justify"&gt;&lt;SPAN&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2024-04-24 at 19.29.55.png" style="width: 400px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/19391i7854672B5C8A2E6B/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Screenshot 2024-04-24 at 19.29.55.png" alt="Screenshot 2024-04-24 at 19.29.55.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="lia-align-justify"&gt;&lt;SPAN&gt;The NameID claim (described above) is used in Dynatrace SSO to match the user login in the IdP to the one entered in the login field and they have to match.&lt;/SPAN&gt;&lt;/P&gt;
&lt;H3&gt;Resolution:&lt;/H3&gt;
&lt;P class="lia-align-justify"&gt;&lt;SPAN&gt;First and foremost, please verify that the user currently logged into Dynatrace or the one which you input in the login field in Dynatrace SSO match:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="lia-align-justify"&gt;&lt;SPAN&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2024-04-24 at 19.44.21.png" style="width: 400px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/19395iAEA7EBED6FF1E0AD/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Screenshot 2024-04-24 at 19.44.21.png" alt="Screenshot 2024-04-24 at 19.44.21.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="lia-align-justify"&gt;&lt;SPAN&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2024-04-25 at 00.44.50.png" style="width: 400px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/19408i543E111A5A2BB44E/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Screenshot 2024-04-25 at 00.44.50.png" alt="Screenshot 2024-04-25 at 00.44.50.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="lia-align-justify"&gt;&lt;SPAN&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2024-04-25 at 00.46.35.png" style="width: 400px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/19409iE84C1DDBE2ABB4B9/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Screenshot 2024-04-25 at 00.46.35.png" alt="Screenshot 2024-04-25 at 00.46.35.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;H3&gt;&lt;SPAN&gt;Azure&lt;/SPAN&gt;&lt;/H3&gt;
&lt;P class="lia-align-justify"&gt;&lt;SPAN&gt;On top of the settings from the paragraphs above about NameID, please make sure that the parameter you use for the &lt;/SPAN&gt;&lt;FONT face="courier new,courier"&gt;Source attribute&lt;/FONT&gt;&lt;SPAN&gt; e.g. &lt;FONT face="courier new,courier"&gt;user.userprincipalname&lt;/FONT&gt; :&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="lia-align-justify"&gt;&lt;SPAN&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2024-04-24 at 19.36.27.png" style="width: 400px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/19396i251C23298D4A94E7/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Screenshot 2024-04-24 at 19.36.27.png" alt="Screenshot 2024-04-24 at 19.36.27.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="lia-align-justify"&gt;&lt;SPAN&gt;is actually the same as the value for the user currently attempting to log in:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="lia-align-justify"&gt;&lt;SPAN&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2024-04-24 at 19.41.29.png" style="width: 400px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/19397i914841DD5461F991/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Screenshot 2024-04-24 at 19.41.29.png" alt="Screenshot 2024-04-24 at 19.41.29.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;H3&gt;&lt;SPAN&gt;Okta&lt;/SPAN&gt;&lt;/H3&gt;
&lt;P class="lia-align-justify"&gt;&lt;SPAN&gt;If you are using the "Application username" as "Email" in the "SAML Settings" (see how to reach these settings above), then within the user's profile, please make sure the "Primary email" value is the same as was entered in the Dynatrace SSO login field.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="lia-align-justify"&gt;&lt;SPAN&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2024-04-24 at 23.58.59.png" style="width: 400px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/19410iD33C2149C1E3AC5B/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Screenshot 2024-04-24 at 23.58.59.png" alt="Screenshot 2024-04-24 at 23.58.59.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2024-04-25 at 00.50.42.png" style="width: 400px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/19411i940EA69575B9155A/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Screenshot 2024-04-25 at 00.50.42.png" alt="Screenshot 2024-04-25 at 00.50.42.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 08 May 2024 12:00:10 GMT</pubDate>
    <dc:creator>Waclaw_Dziewuls</dc:creator>
    <dc:date>2024-05-08T12:00:10Z</dc:date>
    <item>
      <title>Troubleshooting common SAML federation issues with Dynatrace SSO</title>
      <link>https://community.dynatrace.com/t5/Troubleshooting/Troubleshooting-common-SAML-federation-issues-with-Dynatrace-SSO/ta-p/243825</link>
      <description>&lt;P&gt;&lt;LI-TOC indent="15" liststyle="disc" maxheadinglevel="2"&gt;&lt;/LI-TOC&gt;&lt;/P&gt;
&lt;H1&gt;Overview&lt;/H1&gt;
&lt;P class="lia-align-justify"&gt;Dynatrace Single Sign-On supports SAML Federated Login for customers with its own set of requirements that the IdP has to meet to allow the users to access Dynatrace:&amp;nbsp;&lt;A href="https://docs.dynatrace.com/docs/shortlink/manage-users-groups-with-saml#identity-provider-idp" target="_blank" rel="noopener"&gt;https://docs.dynatrace.com/docs/shortlink/manage-users-groups-with-saml#identity-provider-idp&lt;/A&gt;. As SAML itself is a complex protocol, we are aware of some common pitfalls of the configuration process and we are providing a guide to explain, why they appear and how to successfully resolve them in two of the popular IdPs: Azure Entra ID and Okta.&lt;/P&gt;
&lt;H1&gt;Common issues:&lt;/H1&gt;
&lt;H2&gt;&lt;EM&gt;Saml Message has not been signed. Entire SAML Message needs to be signed.&lt;/EM&gt;&lt;/H2&gt;
&lt;P class="lia-align-justify"&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2024-04-24 at 16.28.01.png" style="width: 400px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/19380i5ACD7F7D01E2BDA2/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Screenshot 2024-04-24 at 16.28.01.png" alt="Screenshot 2024-04-24 at 16.28.01.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P class="lia-align-justify"&gt;This error indicates that there is either no signature in the SAML message or on the assertions were signed, not the whole SAML message. The whole message must be signed, because only then is the Service Provider confident that the message was not tampered with, hence our restriction.&lt;/P&gt;
&lt;P class="lia-align-justify"&gt;It's possible to notice the difference in SAML Responses between Signed Assertions and Signed Whole Messages e.g. captured and decoded by SAML Trace based on the placement of the &lt;FONT face="courier new,courier"&gt;&amp;lt;ds:Signature&amp;gt;&amp;nbsp;&lt;/FONT&gt; as shown here:&amp;nbsp;&lt;A href="https://www.samltool.com/generic_sso_res.php" target="_blank" rel="noopener"&gt;https://www.samltool.com/generic_sso_res.php&lt;/A&gt;&lt;/P&gt;
&lt;P class="lia-align-justify"&gt;In the example above, with &lt;STRONG&gt;whole message signing&lt;/STRONG&gt;, the &lt;FONT face="courier new,courier"&gt;&amp;lt;ds:Signature&amp;gt;&lt;/FONT&gt; is before and top-level from the &lt;FONT face="courier new,courier"&gt;&amp;lt;saml:Assertion&amp;gt;&lt;/FONT&gt;:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;&amp;lt;samlp:Response (...)&amp;gt;
  &amp;lt;saml:Issuer&amp;gt;http://idp.example.com/metadata.php&amp;lt;/saml:Issuer&amp;gt;
    &amp;lt;ds:Signature xmlns:ds="http://www.w3.org/2000/09/xmldsig#"&amp;gt;
      (...)
    &amp;lt;/ds:Signature&amp;gt;
  (...)
  &amp;lt;saml:Assertion (...)&amp;gt;&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class="lia-align-justify"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class="lia-align-justify"&gt;Assertion signing will contain the &amp;lt;ds:Signature&amp;gt; entry under and within the &amp;lt;saml:Assertion&amp;gt; tag:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;&amp;lt;samlp:Response (...)&amp;gt;
  &amp;lt;saml:Issuer&amp;gt;http://idp.example.com/metadata.php&amp;lt;/saml:Issuer&amp;gt;
  (...)
  &amp;lt;saml:Assertion (...)&amp;gt;
     &amp;lt;ds:Signature xmlns:ds="http://www.w3.org/2000/09/xmldsig#"&amp;gt;
      (...)
    &amp;lt;/ds:Signature&amp;gt;
  &amp;lt;/saml:Assertion&amp;gt;&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class="lia-align-justify"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class="lia-align-justify"&gt;Dynatrace SSO expects whole messages to be signed, which is the first one.&lt;/P&gt;
&lt;H3&gt;Resolution:&lt;/H3&gt;
&lt;H4&gt;Azure&lt;/H4&gt;
&lt;P class="lia-align-justify"&gt;Navigate to the Azure Entra ID, and then to the SAML Enterprise Application you configured for Dynatrace. Then please open "Manage" -&amp;gt; "Single Sign-On" and choose "Edit" within the "SAML Certificates" section.&lt;/P&gt;
&lt;P class="lia-align-justify"&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2024-04-24 at 15.43.57.png" style="width: 400px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/19388i65ECF0562DCEC747/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Screenshot 2024-04-24 at 15.43.57.png" alt="Screenshot 2024-04-24 at 15.43.57.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P class="lia-align-justify"&gt;In the newly opened section, select the drop-down in "Signing option" and select: "Sign SAML Response"&lt;/P&gt;
&lt;P class="lia-align-justify"&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2024-04-24 at 15.44.15.png" style="width: 400px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/19389i7AC64A8B89041754/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Screenshot 2024-04-24 at 15.44.15.png" alt="Screenshot 2024-04-24 at 15.44.15.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;H4&gt;&amp;nbsp;&lt;/H4&gt;
&lt;H4&gt;Okta&lt;/H4&gt;
&lt;P class="lia-align-justify"&gt;Within the SAML Application configured for Dynatrace, choose the "General" tab and scroll down to the "SAML Settings" section and click "Edit".&lt;/P&gt;
&lt;P class="lia-align-justify"&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2024-04-24 at 23.34.51.png" style="width: 400px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/19401iC462035FEB8561B0/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Screenshot 2024-04-24 at 23.34.51.png" alt="Screenshot 2024-04-24 at 23.34.51.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P class="lia-align-justify"&gt;Then click "Next" to get to the "Configure SAML section".&lt;/P&gt;
&lt;P class="lia-align-justify"&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2024-04-24 at 23.38.00.png" style="width: 400px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/19402i62E5E661F29752DA/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Screenshot 2024-04-24 at 23.38.00.png" alt="Screenshot 2024-04-24 at 23.38.00.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P class="lia-align-justify"&gt;In the "SAML Settings" Section, scroll down and click "Show advanced settings" to see the signing options. The "Response" option should be set to "Signed", which will set whole SAML Message signing.&lt;/P&gt;
&lt;P class="lia-align-justify"&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2024-04-24 at 23.32.36.png" style="width: 400px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/19403iACD439746155AFE1/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Screenshot 2024-04-24 at 23.32.36.png" alt="Screenshot 2024-04-24 at 23.32.36.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;H2&gt;&lt;EM&gt;Invalid SAML Message. Missing NameID element with value. &lt;/EM&gt;&lt;/H2&gt;
&lt;H2&gt;&lt;EM&gt;SAML Message NameID Format {0} was incorrect. Allowed formats:&amp;nbsp;&lt;SPAN&gt;urn:oasis:names:tc:SAML:1.1:nameid-format:emailAddress&lt;/SPAN&gt;&lt;/EM&gt;&lt;/H2&gt;
&lt;P class="lia-align-justify"&gt;&lt;EM&gt;&lt;SPAN&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2024-04-25 at 01.06.11.png" style="width: 400px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/19412i29CC5A69D4CD0E39/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Screenshot 2024-04-25 at 01.06.11.png" alt="Screenshot 2024-04-25 at 01.06.11.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/EM&gt;&lt;/P&gt;
&lt;P class="lia-align-justify"&gt;Dynatrace SSO expects to find the user's login in the SAMLResponse under the &lt;FONT face="courier new,courier"&gt;&amp;lt;Subject&amp;gt;&amp;lt;NameID&amp;gt;&lt;/FONT&gt; field and it has to be exactly set to have &lt;FONT face="courier new,courier"&gt;Format="urn:oasis:names:tc:SAML:1.1:nameid-format:emailAddress"&lt;/FONT&gt;. Otherwise the SAML Response will be rejected. Some IdPs, such as Azure enforce this assertion by default, others have to be configured explicitly to add it.&lt;/P&gt;
&lt;P class="lia-align-justify"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class="lia-align-justify"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class="lia-align-justify"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class="lia-align-justify"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;&amp;lt;Subject&amp;gt;
    &amp;lt;NameID Format="urn:oasis:names:tc:SAML:1.1:nameid-format:emailAddress"&amp;gt;Your.UserName@yourdomain.com&amp;lt;/NameID&amp;gt;
&amp;lt;/Subject&amp;gt;&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class="lia-align-justify"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class="lia-align-justify"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class="lia-align-justify"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class="lia-align-justify"&gt;&amp;nbsp;&lt;/P&gt;
&lt;H3&gt;Resolution:&lt;/H3&gt;
&lt;H4&gt;Azure&lt;/H4&gt;
&lt;P class="lia-align-justify"&gt;Navigate to the Azure Entra ID, to the SAML Enterprise Application that you have configured for Dynatrace. Then please open "Manage" -&amp;gt; "Single Sign-On" and choose "Edit" within the "Attributes &amp;amp; Claims" section.&lt;/P&gt;
&lt;P class="lia-align-justify"&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2024-04-24 at 15.43.57.png" style="width: 400px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/19392i3CAD9A13861B796F/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Screenshot 2024-04-24 at 15.43.57.png" alt="Screenshot 2024-04-24 at 15.43.57.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P class="lia-align-justify"&gt;Then, make sure there is a &lt;FONT face="courier new,courier"&gt;Unique User Identifier (Name ID)&lt;/FONT&gt; claim.&lt;/P&gt;
&lt;P class="lia-align-justify"&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2024-04-24 at 19.34.16.png" style="width: 400px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/19393iB9461A7EF00E737B/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Screenshot 2024-04-24 at 19.34.16.png" alt="Screenshot 2024-04-24 at 19.34.16.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P class="lia-align-justify"&gt;Upon clicking on the claim, check that the &lt;FONT face="courier new,courier"&gt;Name identifier format&lt;/FONT&gt; is set to &lt;FONT face="courier new,courier"&gt;Email Address&lt;/FONT&gt;.&lt;/P&gt;
&lt;P class="lia-align-justify"&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2024-04-24 at 19.36.27.png" style="width: 400px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/19394i3A96BF06E6058BBB/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Screenshot 2024-04-24 at 19.36.27.png" alt="Screenshot 2024-04-24 at 19.36.27.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;H4&gt;Okta&lt;/H4&gt;
&lt;P class="lia-align-justify"&gt;Within the SAML Application configured for Dynatrace, choose the "General" tab and scroll down to the "SAML Settings" section and click "Edit".&lt;/P&gt;
&lt;P class="lia-align-justify"&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2024-04-24 at 23.34.51.png" style="width: 400px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/19401iC462035FEB8561B0/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Screenshot 2024-04-24 at 23.34.51.png" alt="Screenshot 2024-04-24 at 23.34.51.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P class="lia-align-justify"&gt;Then click "Next" to get to the "Configure SAML section".&lt;/P&gt;
&lt;P class="lia-align-justify"&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2024-04-24 at 23.38.00.png" style="width: 400px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/19402i62E5E661F29752DA/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Screenshot 2024-04-24 at 23.38.00.png" alt="Screenshot 2024-04-24 at 23.38.00.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P class="lia-align-justify"&gt;Please make sure the "Name ID format" is set to "EmailAddress". The "Application username" should in most cases be set to "Email", especially if you use a different login as the Okta Username.&lt;/P&gt;
&lt;P class="lia-align-justify"&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2024-04-24 at 23.58.59.png" style="width: 400px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/19404i5811A70F4BD9D550/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Screenshot 2024-04-24 at 23.58.59.png" alt="Screenshot 2024-04-24 at 23.58.59.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;H2&gt;&lt;EM&gt;Y&lt;/EM&gt;&lt;EM&gt;our IdP returned different user {0} than user {1} you entered into Dynatrace.&lt;/EM&gt;&lt;/H2&gt;
&lt;P class="lia-align-justify"&gt;&lt;SPAN&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2024-04-24 at 19.29.55.png" style="width: 400px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/19391i7854672B5C8A2E6B/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Screenshot 2024-04-24 at 19.29.55.png" alt="Screenshot 2024-04-24 at 19.29.55.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="lia-align-justify"&gt;&lt;SPAN&gt;The NameID claim (described above) is used in Dynatrace SSO to match the user login in the IdP to the one entered in the login field and they have to match.&lt;/SPAN&gt;&lt;/P&gt;
&lt;H3&gt;Resolution:&lt;/H3&gt;
&lt;P class="lia-align-justify"&gt;&lt;SPAN&gt;First and foremost, please verify that the user currently logged into Dynatrace or the one which you input in the login field in Dynatrace SSO match:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="lia-align-justify"&gt;&lt;SPAN&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2024-04-24 at 19.44.21.png" style="width: 400px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/19395iAEA7EBED6FF1E0AD/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Screenshot 2024-04-24 at 19.44.21.png" alt="Screenshot 2024-04-24 at 19.44.21.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="lia-align-justify"&gt;&lt;SPAN&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2024-04-25 at 00.44.50.png" style="width: 400px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/19408i543E111A5A2BB44E/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Screenshot 2024-04-25 at 00.44.50.png" alt="Screenshot 2024-04-25 at 00.44.50.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="lia-align-justify"&gt;&lt;SPAN&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2024-04-25 at 00.46.35.png" style="width: 400px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/19409iE84C1DDBE2ABB4B9/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Screenshot 2024-04-25 at 00.46.35.png" alt="Screenshot 2024-04-25 at 00.46.35.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;H3&gt;&lt;SPAN&gt;Azure&lt;/SPAN&gt;&lt;/H3&gt;
&lt;P class="lia-align-justify"&gt;&lt;SPAN&gt;On top of the settings from the paragraphs above about NameID, please make sure that the parameter you use for the &lt;/SPAN&gt;&lt;FONT face="courier new,courier"&gt;Source attribute&lt;/FONT&gt;&lt;SPAN&gt; e.g. &lt;FONT face="courier new,courier"&gt;user.userprincipalname&lt;/FONT&gt; :&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="lia-align-justify"&gt;&lt;SPAN&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2024-04-24 at 19.36.27.png" style="width: 400px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/19396i251C23298D4A94E7/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Screenshot 2024-04-24 at 19.36.27.png" alt="Screenshot 2024-04-24 at 19.36.27.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="lia-align-justify"&gt;&lt;SPAN&gt;is actually the same as the value for the user currently attempting to log in:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="lia-align-justify"&gt;&lt;SPAN&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2024-04-24 at 19.41.29.png" style="width: 400px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/19397i914841DD5461F991/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Screenshot 2024-04-24 at 19.41.29.png" alt="Screenshot 2024-04-24 at 19.41.29.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;H3&gt;&lt;SPAN&gt;Okta&lt;/SPAN&gt;&lt;/H3&gt;
&lt;P class="lia-align-justify"&gt;&lt;SPAN&gt;If you are using the "Application username" as "Email" in the "SAML Settings" (see how to reach these settings above), then within the user's profile, please make sure the "Primary email" value is the same as was entered in the Dynatrace SSO login field.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="lia-align-justify"&gt;&lt;SPAN&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2024-04-24 at 23.58.59.png" style="width: 400px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/19410iD33C2149C1E3AC5B/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Screenshot 2024-04-24 at 23.58.59.png" alt="Screenshot 2024-04-24 at 23.58.59.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2024-04-25 at 00.50.42.png" style="width: 400px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/19411i940EA69575B9155A/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Screenshot 2024-04-25 at 00.50.42.png" alt="Screenshot 2024-04-25 at 00.50.42.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 08 May 2024 12:00:10 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Troubleshooting/Troubleshooting-common-SAML-federation-issues-with-Dynatrace-SSO/ta-p/243825</guid>
      <dc:creator>Waclaw_Dziewuls</dc:creator>
      <dc:date>2024-05-08T12:00:10Z</dc:date>
    </item>
  </channel>
</rss>

