<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>Authentication on Chris Rants at Clouds</title>
    <link>https://chris.funderburg.me/tags/authentication/</link>
    <description>Recent content in Authentication on Chris Rants at Clouds</description>
    <image>
      <title>Chris Rants at Clouds</title>
      <url>https://chris.funderburg.me/me.jpg</url>
      <link>https://chris.funderburg.me/me.jpg</link>
    </image>
    <generator>Hugo -- 0.157.0</generator>
    <language>en-gb</language>
    <lastBuildDate>Wed, 07 Aug 2024 19:14:02 +0100</lastBuildDate>
    <atom:link href="https://chris.funderburg.me/tags/authentication/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>07/Aug/2024 - TIL</title>
      <link>https://chris.funderburg.me/posts/2024/08/07/til/</link>
      <pubDate>Wed, 07 Aug 2024 19:14:02 +0100</pubDate>
      <guid>https://chris.funderburg.me/posts/2024/08/07/til/</guid>
      <description>Today I learned: Google Workspace SAML certificates expire after 5 years.</description>
      <content:encoded><![CDATA[<h2 id="today-i-learned">Today I Learned:</h2>
<h3 id="google-workspace-saml-certificates-expire-after-5-years">Google Workspace SAML certificates expire after 5 years.</h3>
<p>And when it does, if you use that to log into AWS, you suddenly can&rsquo;t.  So,
either keep a backup IAM account handy, or remember the details of your AWS root
account.  Any and all access methods should have 2FA enabled!</p>
<p><img alt="AWS and Google SAML" loading="lazy" src="/posts/2024/08/07/saml.png"></p>
<p>It&rsquo;s an easy fix to just log back into <a href="https://admin.google.com/u/1/ac/apps/unified" target="_blank" >Workspace Admin -&gt; Apps -&gt; Web and
Mobile Apps</a>, go into the
particular application, click on <code>Service Provider Details</code>, <code>Manage Certificates</code>, <code>Add Certificate</code>, then finally <code>Download Metadata</code>.</p>
<p>You take that file, go back to AWS Console, then into <code>IAM</code> -&gt; <code>Identity Providers</code> -&gt; your-saml-provider -&gt; <code>Replace Metadata</code>, then upload the file
from the previous step.</p>
<p>Job done!</p>
]]></content:encoded>
    </item>
  </channel>
</rss>
