<?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>topic Re: I am trying to use auth0 as an IDp for Splunk and I get the &amp;quot;Saml response does not contain group information.&amp;quot; error, any help is greatly appreciated. in Security</title>
    <link>https://community.splunk.com/t5/Security/I-am-trying-to-use-auth0-as-an-IDp-for-Splunk-and-I-get-the-quot/m-p/469768#M15202</link>
    <description>&lt;P&gt;I have been able to configure Auth0 to output all required fields but none are being used by Splunk. What exactly do I need to supply the identity data in the response so that Splunk will. use it ?&lt;/P&gt;

&lt;P&gt;If I add the this to authentication.conf I can login but no SAML data is available, name, email address, groups - roles.&lt;BR /&gt;
[saml]&lt;BR /&gt;
defaultRoleIfMissing = splunk_user&lt;/P&gt;

&lt;P&gt;If I do not add above authentication is successful but login is refused with a group error: "Saml response does not contain group information."&lt;/P&gt;

&lt;P&gt;This is a snip of the response, if I use Auth0 -&amp;gt; Splunk the response has all of the identity data, if I use the AD connector in Auth0:  AD -&amp;gt; Auth0 -&amp;gt; Splunk, this is the response. Both methods return user identity data but it is ignored by Splunk. &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;saml:Subject&amp;gt;
  &amp;lt;saml:NameID Format="urn:oasis:names:tc:SAML:1.1:nameid-format:unspecified"&amp;gt;ad|Splunk-to-AD-LDAP|xxxxxx-xxxxxxxxx&amp;lt;/saml:NameID&amp;gt;
  &amp;lt;saml:SubjectConfirmation Method="urn:oasis:names:tc:SAML:2.0:cm:bearer"&amp;gt;
    &amp;lt;saml:SubjectConfirmationData NotOnOrAfter="2020-04-27T21:30:17.217Z" Recipient="https://1.2.3.4:8000/saml/acs" InResponseTo="mysplunk.6.xxxxxxxxxxxxxxxxx"/&amp;gt;
  &amp;lt;/saml:SubjectConfirmation&amp;gt;
&amp;lt;/saml:Subject&amp;gt;
&amp;lt;saml:Conditions NotBefore="2020-04-27T20:30:17.217Z" NotOnOrAfter="2020-04-27T21:30:17.217Z"&amp;gt;
  &amp;lt;saml:AudienceRestriction&amp;gt;
    &amp;lt;saml:Audience&amp;gt;mysplunk&amp;lt;/saml:Audience&amp;gt;
  &amp;lt;/saml:AudienceRestriction&amp;gt;
&amp;lt;/saml:Conditions&amp;gt;
&amp;lt;saml:AuthnStatement AuthnInstant="2020-04-27T20:30:17.217Z" SessionIndex="_xxxxxxxxx_xxxx"&amp;gt;
  &amp;lt;saml:AuthnContext&amp;gt;
     &amp;lt;saml:AuthnContextClassRef&amp;gt;urn:oasis:names:tc:SAML:2.0:ac:classes:unspecified&amp;lt;/saml:AuthnContextClassRef&amp;gt;
  &amp;lt;/saml:AuthnContext&amp;gt;
&amp;lt;/saml:AuthnStatement&amp;gt;
&amp;lt;saml:AttributeStatement xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"&amp;gt;
  &amp;lt;saml:Attribute Name="http://schemas.xmlsoap.org/ws/2005/05/identity/claims/nameidentifier" NameFormat="urn:oasis:names:tc:SAML:2.0:attrname-format:uri"&amp;gt;
    &amp;lt;saml:AttributeValue xsi:type="xs:string"&amp;gt;ad|Splunk-to-AD-LDAP|xxxxxxxx&amp;lt;/saml:AttributeValue&amp;gt;
  &amp;lt;/saml:Attribute&amp;gt;
  &amp;lt;saml:Attribute Name="http://schemas.xmlsoap.org/ws/2005/05/identity/claims/emailaddress" NameFormat="urn:oasis:names:tc:SAML:2.0:attrname-format:uri"&amp;gt;
    &amp;lt;saml:AttributeValue xsi:type="xs:string"&amp;gt;first.last@fl.mydomain.com&amp;lt;/saml:AttributeValue&amp;gt;
  &amp;lt;/saml:Attribute&amp;gt;
  &amp;lt;saml:Attribute Name="http://schemas.xmlsoap.org/ws/2005/05/identity/claims/name" NameFormat="urn:oasis:names:tc:SAML:2.0:attrname-format:uri"&amp;gt;
    &amp;lt;saml:AttributeValue xsi:type="xs:string"&amp;gt;first last&amp;lt;/saml:AttributeValue&amp;gt;
  &amp;lt;/saml:Attribute&amp;gt;
  &amp;lt;saml:Attribute Name="http://mydomain.auth0.com/identity/claims/groups" NameFormat="urn:oasis:names:tc:SAML:2.0:attrname-format:uri"&amp;gt;
    &amp;lt;saml:AttributeValue xsi:type="xs:string"&amp;gt;splunk_user&amp;lt;/saml:AttributeValue&amp;gt;
  &amp;lt;/saml:Attribute&amp;gt;
  &amp;lt;saml:Attribute Name="http://schemas.auth0.com/identities/default/provider" NameFormat="urn:oasis:names:tc:SAML:2.0:attrname-format:uri"&amp;gt;
    &amp;lt;saml:AttributeValue xsi:type="xs:string"&amp;gt;ad&amp;lt;/saml:AttributeValue&amp;gt;
  &amp;lt;/saml:Attribute&amp;gt;
  &amp;lt;saml:Attribute Name="http://schemas.auth0.com/identities/default/connection" NameFormat="urn:oasis:names:tc:SAML:2.0:attrname-format:uri"&amp;gt;
    &amp;lt;saml:AttributeValue xsi:type="xs:string"&amp;gt;Splunk-to-AD-LDAP&amp;lt;/saml:AttributeValue&amp;gt;
  &amp;lt;/saml:Attribute&amp;gt;
  &amp;lt;saml:Attribute Name="http://schemas.auth0.com/identities/default/isSocial" NameFormat="urn:oasis:names:tc:SAML:2.0:attrname-format:uri"&amp;gt;
    &amp;lt;saml:AttributeValue xsi:type="xs:boolean"&amp;gt;false&amp;lt;/saml:AttributeValue&amp;gt;
  &amp;lt;/saml:Attribute&amp;gt;
&amp;lt;/saml:AttributeStatement&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Tue, 28 Apr 2020 14:06:00 GMT</pubDate>
    <dc:creator>ghlogger</dc:creator>
    <dc:date>2020-04-28T14:06:00Z</dc:date>
    <item>
      <title>I am trying to use auth0 as an IDp for Splunk and I get the "Saml response does not contain group information." error, any help is greatly appreciated.</title>
      <link>https://community.splunk.com/t5/Security/I-am-trying-to-use-auth0-as-an-IDp-for-Splunk-and-I-get-the-quot/m-p/469766#M15200</link>
      <description>&lt;P&gt;I think this is a sample snip of the auth0 xml response&lt;BR /&gt;
but there is no attribute to use that has group information (see below)&lt;/P&gt;

&lt;P&gt;tried authentication.conf role = Group (first line)&lt;BR /&gt;
splunkd.log:04-03-2020 17:39:57.331 +0000 ERROR Saml - No value found in SamlRes&lt;BR /&gt;
ponse for match key=saml:AttributeStatement/saml:Attribute attrName=role = Group&lt;BR /&gt;
s err=No nodes found for xpath=saml:AttributeStatement/saml:Attribute &lt;BR /&gt;
splunkd.log:04-07-2020 16:30:37.575 +0000 ERROR Saml - No value found in SamlResponse for match key=saml:AttributeStatement/saml:Attribute attrName=Groups err=No nodes found for xpath=saml:AttributeStatement/saml:Attribute&lt;/P&gt;

&lt;P&gt;there is an auth0 api that has group info, how do i get splunk to access it "myname.auth0.com/api/v2/users/{id}/roles"&lt;/P&gt;

&lt;P&gt;Response snip&lt;BR /&gt;
    &lt;ATTRIBUTE name="http://schemas.xmlsoap.org/ws/2005/05/identity/claims/emailaddress" nameformat="urn:oasis:names:tc:SAML:2.0:attrname-format:uri" friendlyname="E-Mail Address" xmlns="urn:oasis:names:tc:SAML:2.0:assertion"&gt;&lt;/ATTRIBUTE&gt;&lt;BR /&gt;
    &lt;ATTRIBUTE name="http://schemas.xmlsoap.org/ws/2005/05/identity/claims/givenname" nameformat="urn:oasis:names:tc:SAML:2.0:attrname-format:uri" friendlyname="Given Name" xmlns="urn:oasis:names:tc:SAML:2.0:assertion"&gt;&lt;/ATTRIBUTE&gt;&lt;BR /&gt;
    &lt;ATTRIBUTE name="http://schemas.xmlsoap.org/ws/2005/05/identity/claims/name" nameformat="urn:oasis:names:tc:SAML:2.0:attrname-format:uri" friendlyname="Name" xmlns="urn:oasis:names:tc:SAML:2.0:assertion"&gt;&lt;/ATTRIBUTE&gt;&lt;BR /&gt;
    &lt;ATTRIBUTE name="http://schemas.xmlsoap.org/ws/2005/05/identity/claims/surname" nameformat="urn:oasis:names:tc:SAML:2.0:attrname-format:uri" friendlyname="Surname" xmlns="urn:oasis:names:tc:SAML:2.0:assertion"&gt;&lt;/ATTRIBUTE&gt;&lt;BR /&gt;
    &lt;ATTRIBUTE name="http://schemas.xmlsoap.org/ws/2005/05/identity/claims/nameidentifier" nameformat="urn:oasis:names:tc:SAML:2.0:attrname-format:uri" friendlyname="Name ID" xmlns="urn:oasis:names:tc:SAML:2.0:assertion"&gt;&lt;/ATTRIBUTE&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 07 Apr 2020 17:21:34 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/I-am-trying-to-use-auth0-as-an-IDp-for-Splunk-and-I-get-the-quot/m-p/469766#M15200</guid>
      <dc:creator>ghlogger</dc:creator>
      <dc:date>2020-04-07T17:21:34Z</dc:date>
    </item>
    <item>
      <title>Re: I am trying to use auth0 as an IDp for Splunk and I get the "Saml response does not contain group information." error, any help is greatly appreciated.</title>
      <link>https://community.splunk.com/t5/Security/I-am-trying-to-use-auth0-as-an-IDp-for-Splunk-and-I-get-the-quot/m-p/469767#M15201</link>
      <description>&lt;P&gt;This is the snip that did not seem to make it into the post, removed the less than and slash greater than chars.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;Attribute Name="http://schemas.xmlsoap.org/ws/2005/05/identity/claims/emailaddress" NameFormat="urn:oasis:names:tc:SAML:2.0:attrname-format:uri" FriendlyName="E-Mail Address" xmlns="urn:oasis:names:tc:SAML:2.0:assertion"
Attribute Name="http://schemas.xmlsoap.org/ws/2005/05/identity/claims/givenname" NameFormat="urn:oasis:names:tc:SAML:2.0:attrname-format:uri" FriendlyName="Given Name" xmlns="urn:oasis:names:tc:SAML:2.0:assertion"
Attribute Name="http://schemas.xmlsoap.org/ws/2005/05/identity/claims/name" NameFormat="urn:oasis:names:tc:SAML:2.0:attrname-format:uri" FriendlyName="Name" xmlns="urn:oasis:names:tc:SAML:2.0:assertion"
Attribute Name="http://schemas.xmlsoap.org/ws/2005/05/identity/claims/surname" NameFormat="urn:oasis:names:tc:SAML:2.0:attrname-format:uri" FriendlyName="Surname" xmlns="urn:oasis:names:tc:SAML:2.0:assertion"
Attribute Name="http://schemas.xmlsoap.org/ws/2005/05/identity/claims/nameidentifier" NameFormat="urn:oasis:names:tc:SAML:2.0:attrname-format:uri" FriendlyName="Name ID" xmlns="urn:oasis:names:tc:SAML:2.0:assertion"
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 07 Apr 2020 18:39:04 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/I-am-trying-to-use-auth0-as-an-IDp-for-Splunk-and-I-get-the-quot/m-p/469767#M15201</guid>
      <dc:creator>ghlogger</dc:creator>
      <dc:date>2020-04-07T18:39:04Z</dc:date>
    </item>
    <item>
      <title>Re: I am trying to use auth0 as an IDp for Splunk and I get the "Saml response does not contain group information." error, any help is greatly appreciated.</title>
      <link>https://community.splunk.com/t5/Security/I-am-trying-to-use-auth0-as-an-IDp-for-Splunk-and-I-get-the-quot/m-p/469768#M15202</link>
      <description>&lt;P&gt;I have been able to configure Auth0 to output all required fields but none are being used by Splunk. What exactly do I need to supply the identity data in the response so that Splunk will. use it ?&lt;/P&gt;

&lt;P&gt;If I add the this to authentication.conf I can login but no SAML data is available, name, email address, groups - roles.&lt;BR /&gt;
[saml]&lt;BR /&gt;
defaultRoleIfMissing = splunk_user&lt;/P&gt;

&lt;P&gt;If I do not add above authentication is successful but login is refused with a group error: "Saml response does not contain group information."&lt;/P&gt;

&lt;P&gt;This is a snip of the response, if I use Auth0 -&amp;gt; Splunk the response has all of the identity data, if I use the AD connector in Auth0:  AD -&amp;gt; Auth0 -&amp;gt; Splunk, this is the response. Both methods return user identity data but it is ignored by Splunk. &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;saml:Subject&amp;gt;
  &amp;lt;saml:NameID Format="urn:oasis:names:tc:SAML:1.1:nameid-format:unspecified"&amp;gt;ad|Splunk-to-AD-LDAP|xxxxxx-xxxxxxxxx&amp;lt;/saml:NameID&amp;gt;
  &amp;lt;saml:SubjectConfirmation Method="urn:oasis:names:tc:SAML:2.0:cm:bearer"&amp;gt;
    &amp;lt;saml:SubjectConfirmationData NotOnOrAfter="2020-04-27T21:30:17.217Z" Recipient="https://1.2.3.4:8000/saml/acs" InResponseTo="mysplunk.6.xxxxxxxxxxxxxxxxx"/&amp;gt;
  &amp;lt;/saml:SubjectConfirmation&amp;gt;
&amp;lt;/saml:Subject&amp;gt;
&amp;lt;saml:Conditions NotBefore="2020-04-27T20:30:17.217Z" NotOnOrAfter="2020-04-27T21:30:17.217Z"&amp;gt;
  &amp;lt;saml:AudienceRestriction&amp;gt;
    &amp;lt;saml:Audience&amp;gt;mysplunk&amp;lt;/saml:Audience&amp;gt;
  &amp;lt;/saml:AudienceRestriction&amp;gt;
&amp;lt;/saml:Conditions&amp;gt;
&amp;lt;saml:AuthnStatement AuthnInstant="2020-04-27T20:30:17.217Z" SessionIndex="_xxxxxxxxx_xxxx"&amp;gt;
  &amp;lt;saml:AuthnContext&amp;gt;
     &amp;lt;saml:AuthnContextClassRef&amp;gt;urn:oasis:names:tc:SAML:2.0:ac:classes:unspecified&amp;lt;/saml:AuthnContextClassRef&amp;gt;
  &amp;lt;/saml:AuthnContext&amp;gt;
&amp;lt;/saml:AuthnStatement&amp;gt;
&amp;lt;saml:AttributeStatement xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"&amp;gt;
  &amp;lt;saml:Attribute Name="http://schemas.xmlsoap.org/ws/2005/05/identity/claims/nameidentifier" NameFormat="urn:oasis:names:tc:SAML:2.0:attrname-format:uri"&amp;gt;
    &amp;lt;saml:AttributeValue xsi:type="xs:string"&amp;gt;ad|Splunk-to-AD-LDAP|xxxxxxxx&amp;lt;/saml:AttributeValue&amp;gt;
  &amp;lt;/saml:Attribute&amp;gt;
  &amp;lt;saml:Attribute Name="http://schemas.xmlsoap.org/ws/2005/05/identity/claims/emailaddress" NameFormat="urn:oasis:names:tc:SAML:2.0:attrname-format:uri"&amp;gt;
    &amp;lt;saml:AttributeValue xsi:type="xs:string"&amp;gt;first.last@fl.mydomain.com&amp;lt;/saml:AttributeValue&amp;gt;
  &amp;lt;/saml:Attribute&amp;gt;
  &amp;lt;saml:Attribute Name="http://schemas.xmlsoap.org/ws/2005/05/identity/claims/name" NameFormat="urn:oasis:names:tc:SAML:2.0:attrname-format:uri"&amp;gt;
    &amp;lt;saml:AttributeValue xsi:type="xs:string"&amp;gt;first last&amp;lt;/saml:AttributeValue&amp;gt;
  &amp;lt;/saml:Attribute&amp;gt;
  &amp;lt;saml:Attribute Name="http://mydomain.auth0.com/identity/claims/groups" NameFormat="urn:oasis:names:tc:SAML:2.0:attrname-format:uri"&amp;gt;
    &amp;lt;saml:AttributeValue xsi:type="xs:string"&amp;gt;splunk_user&amp;lt;/saml:AttributeValue&amp;gt;
  &amp;lt;/saml:Attribute&amp;gt;
  &amp;lt;saml:Attribute Name="http://schemas.auth0.com/identities/default/provider" NameFormat="urn:oasis:names:tc:SAML:2.0:attrname-format:uri"&amp;gt;
    &amp;lt;saml:AttributeValue xsi:type="xs:string"&amp;gt;ad&amp;lt;/saml:AttributeValue&amp;gt;
  &amp;lt;/saml:Attribute&amp;gt;
  &amp;lt;saml:Attribute Name="http://schemas.auth0.com/identities/default/connection" NameFormat="urn:oasis:names:tc:SAML:2.0:attrname-format:uri"&amp;gt;
    &amp;lt;saml:AttributeValue xsi:type="xs:string"&amp;gt;Splunk-to-AD-LDAP&amp;lt;/saml:AttributeValue&amp;gt;
  &amp;lt;/saml:Attribute&amp;gt;
  &amp;lt;saml:Attribute Name="http://schemas.auth0.com/identities/default/isSocial" NameFormat="urn:oasis:names:tc:SAML:2.0:attrname-format:uri"&amp;gt;
    &amp;lt;saml:AttributeValue xsi:type="xs:boolean"&amp;gt;false&amp;lt;/saml:AttributeValue&amp;gt;
  &amp;lt;/saml:Attribute&amp;gt;
&amp;lt;/saml:AttributeStatement&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 28 Apr 2020 14:06:00 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/I-am-trying-to-use-auth0-as-an-IDp-for-Splunk-and-I-get-the-quot/m-p/469768#M15202</guid>
      <dc:creator>ghlogger</dc:creator>
      <dc:date>2020-04-28T14:06:00Z</dc:date>
    </item>
    <item>
      <title>Re: I am trying to use auth0 as an IDp for Splunk and I get the "Saml response does not contain group information." error, any help is greatly appreciated.</title>
      <link>https://community.splunk.com/t5/Security/I-am-trying-to-use-auth0-as-an-IDp-for-Splunk-and-I-get-the-quot/m-p/469769#M15203</link>
      <description>&lt;P&gt;The xml above is from the plunkd.log but scrubbed. &lt;/P&gt;</description>
      <pubDate>Tue, 28 Apr 2020 14:25:25 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/I-am-trying-to-use-auth0-as-an-IDp-for-Splunk-and-I-get-the-quot/m-p/469769#M15203</guid>
      <dc:creator>ghlogger</dc:creator>
      <dc:date>2020-04-28T14:25:25Z</dc:date>
    </item>
    <item>
      <title>Re: I am trying to use auth0 as an IDp for Splunk and I get the "Saml response does not contain group information.&amp;</title>
      <link>https://community.splunk.com/t5/Security/I-am-trying-to-use-auth0-as-an-IDp-for-Splunk-and-I-get-the-quot/m-p/556555#M15204</link>
      <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/52670"&gt;@ghlogger&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;Try below config in '&lt;EM&gt;authentication.conf&lt;/EM&gt;' file.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="c"&gt;[authenticationResponseAttrMap_SAML]
role = http://schemas.auth0.com/roles&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The attribute value is fetched using 'SAML Tracer' addon.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Also, make sure to create a 'Auth Pipeline' rule in Auth0 with below code to pull the roles during authorization.&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;function (user, context, callback) {
  // Get the user roles from the Authorization context
  const assignedRoles = (context.authorization || {}).roles;
  // Update the user object.
  user.roles = assignedRoles;
  callback(null, user, context);
}&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 18 Mar 2022 14:32:47 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/I-am-trying-to-use-auth0-as-an-IDp-for-Splunk-and-I-get-the-quot/m-p/556555#M15204</guid>
      <dc:creator>jawaharas</dc:creator>
      <dc:date>2022-03-18T14:32:47Z</dc:date>
    </item>
    <item>
      <title>Re: I am trying to use auth0 as an IDp for Splunk and I get the "Saml response does not contain group information.&amp;</title>
      <link>https://community.splunk.com/t5/Security/I-am-trying-to-use-auth0-as-an-IDp-for-Splunk-and-I-get-the-quot/m-p/706294#M18264</link>
      <description>&lt;P class="lia-align-left"&gt;Hi, just stumbled upon this one. You've probably already resolved the issue, but for anyone who might have a similar issue in the future:&lt;/P&gt;&lt;P class="lia-align-left"&gt;Roles&lt;SPAN&gt;&amp;nbsp;are not returned by Auth0 SAML assertion by default, but you can implement a rule that fixes that.&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="lia-align-left"&gt;I've created a guide here a while back:&lt;/P&gt;&lt;P class="lia-align-left"&gt;&lt;A href="https://isbyr.com/return-user-roles-in-auth0/" target="_blank"&gt;https://isbyr.com/return-user-roles-in-auth0/&lt;/A&gt;&lt;/P&gt;&lt;P class="lia-align-left"&gt;Hope that this helps.&lt;/P&gt;</description>
      <pubDate>Sun, 08 Dec 2024 23:46:00 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/I-am-trying-to-use-auth0-as-an-IDp-for-Splunk-and-I-get-the-quot/m-p/706294#M18264</guid>
      <dc:creator>ilya_resh</dc:creator>
      <dc:date>2024-12-08T23:46:00Z</dc:date>
    </item>
  </channel>
</rss>

