<?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: Does Splunk support Microsoft Azure AD B2C? in Security</title>
    <link>https://community.splunk.com/t5/Security/Does-Splunk-support-Microsoft-Azure-AD-B2C/m-p/540347#M12096</link>
    <description>&lt;P&gt;Long time quiet thread, but I recently got it working with the help of a set of excellent scripts :&lt;BR /&gt;Follow these steps&lt;BR /&gt;&lt;A href="https://github.com/cljung/AzureAD-B2C-scripts" target="_blank"&gt;https://github.com/cljung/AzureAD-B2C-scripts&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Then we need to get the groups for splunk, which is implemented with a function described in this;&lt;BR /&gt;&lt;A href="https://github.com/cljung/B2C-devdiv/tree/main/4-groups" target="_blank"&gt;https://github.com/cljung/B2C-devdiv/tree/main/4-groups&lt;/A&gt;&lt;/P&gt;&lt;P&gt;I all is working, you'll have the testsite jwt.ms up and displaying claims.&lt;BR /&gt;Then theres a bit of work to convert JWT to SAML, which is described here&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://docs.microsoft.com/en-us/azure/active-directory-b2c/connect-with-saml-service-providers?tabs=windows" target="_blank"&gt;https://docs.microsoft.com/en-us/azure/active-directory-b2c/connect-with-saml-service-providers?tabs=windows&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;In addition, there may be some smal tweaks in the policy to get the right claims.&lt;BR /&gt;&lt;BR /&gt;I also noted that the metadata endpoint of splunk isnt available unless you sign on, so I uploaded it to av azure blob website and referenced in the app-registration..&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;brgds&lt;/P&gt;&lt;P&gt;Kristen&lt;/P&gt;</description>
    <pubDate>Thu, 18 Feb 2021 08:24:04 GMT</pubDate>
    <dc:creator>kristensens</dc:creator>
    <dc:date>2021-02-18T08:24:04Z</dc:date>
    <item>
      <title>Does Splunk support Microsoft Azure AD B2C?</title>
      <link>https://community.splunk.com/t5/Security/Does-Splunk-support-Microsoft-Azure-AD-B2C/m-p/377039#M9299</link>
      <description>&lt;P&gt;Hi Splunkers&lt;/P&gt;

&lt;P&gt;I need to know if splunk supports Azure AD &lt;STRONG&gt;B2C&lt;/STRONG&gt; to allow anyone to sign up as a user in a service with their email or social media provider like hotmail, i have used the next links for do that and i can login with domian account but i don't get to login with hotmail account&lt;/P&gt;

&lt;P&gt;&lt;A href="https://www.splunk.com/blog/2017/11/20/configuring-microsoft-s-azure-security-assertion-markup-language-saml-single-sign-on-sso-with-splunk-cloud-azure-portal.html"&gt;https://www.splunk.com/blog/2017/11/20/configuring-microsoft-s-azure-security-assertion-markup-language-saml-single-sign-on-sso-with-splunk-cloud-azure-portal.html&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;&lt;A href="https://www.splunk.com/blog/2016/09/14/configuring-microsofts-adfs-splunk-cloud.html"&gt;https://www.splunk.com/blog/2016/09/14/configuring-microsofts-adfs-splunk-cloud.html&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;&lt;A href="https://www.splunk.com/blog/2017/11/20/configuring-microsoft-s-azure-security-assertion-markup-language-saml-single-sign-on-sso-with-splunk-cloud-azure-portal.html"&gt;https://www.splunk.com/blog/2017/11/20/configuring-microsoft-s-azure-security-assertion-markup-language-saml-single-sign-on-sso-with-splunk-cloud-azure-portal.html&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;Some idea???&lt;/P&gt;</description>
      <pubDate>Thu, 07 Jun 2018 20:11:28 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/Does-Splunk-support-Microsoft-Azure-AD-B2C/m-p/377039#M9299</guid>
      <dc:creator>evinasco</dc:creator>
      <dc:date>2018-06-07T20:11:28Z</dc:date>
    </item>
    <item>
      <title>Re: Does Splunk support Microsoft Azure AD B2C?</title>
      <link>https://community.splunk.com/t5/Security/Does-Splunk-support-Microsoft-Azure-AD-B2C/m-p/540347#M12096</link>
      <description>&lt;P&gt;Long time quiet thread, but I recently got it working with the help of a set of excellent scripts :&lt;BR /&gt;Follow these steps&lt;BR /&gt;&lt;A href="https://github.com/cljung/AzureAD-B2C-scripts" target="_blank"&gt;https://github.com/cljung/AzureAD-B2C-scripts&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Then we need to get the groups for splunk, which is implemented with a function described in this;&lt;BR /&gt;&lt;A href="https://github.com/cljung/B2C-devdiv/tree/main/4-groups" target="_blank"&gt;https://github.com/cljung/B2C-devdiv/tree/main/4-groups&lt;/A&gt;&lt;/P&gt;&lt;P&gt;I all is working, you'll have the testsite jwt.ms up and displaying claims.&lt;BR /&gt;Then theres a bit of work to convert JWT to SAML, which is described here&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://docs.microsoft.com/en-us/azure/active-directory-b2c/connect-with-saml-service-providers?tabs=windows" target="_blank"&gt;https://docs.microsoft.com/en-us/azure/active-directory-b2c/connect-with-saml-service-providers?tabs=windows&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;In addition, there may be some smal tweaks in the policy to get the right claims.&lt;BR /&gt;&lt;BR /&gt;I also noted that the metadata endpoint of splunk isnt available unless you sign on, so I uploaded it to av azure blob website and referenced in the app-registration..&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;brgds&lt;/P&gt;&lt;P&gt;Kristen&lt;/P&gt;</description>
      <pubDate>Thu, 18 Feb 2021 08:24:04 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/Does-Splunk-support-Microsoft-Azure-AD-B2C/m-p/540347#M12096</guid>
      <dc:creator>kristensens</dc:creator>
      <dc:date>2021-02-18T08:24:04Z</dc:date>
    </item>
  </channel>
</rss>

