
  <rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
    <channel>
      <title>0xf4de Blog</title>
      <link>https://blog.0xf4de.com/blog</link>
      <description>Offensive security, C2 infrastructure, shellcode, and lab builds from 0xf4de.</description>
      <language>en-us</language>
      <managingEditor> (Chad Wilson)</managingEditor>
      <webMaster> (Chad Wilson)</webMaster>
      <lastBuildDate>Wed, 20 Sep 2023 00:00:00 GMT</lastBuildDate>
      <atom:link href="https://blog.0xf4de.com/tags/oauth2/feed.xml" rel="self" type="application/rss+xml"/>
      
  <item>
    <guid>https://blog.0xf4de.com/blog/authentik-sso-with-fastapi</guid>
    <title>Authentik SSO with FastAPI</title>
    <link>https://blog.0xf4de.com/blog/authentik-sso-with-fastapi</link>
    <description>Set up Authentik as a self-hosted SSO provider and wire it into the FastAPI todo app. We compare Authentik to Keycloak so you can pick the right tool for your setup.</description>
    <pubDate>Wed, 20 Sep 2023 00:00:00 GMT</pubDate>
    <author> (Chad Wilson)</author>
    <category>fastapi</category><category>authentik</category><category>oauth2</category><category>sso</category><category>python</category><category>security</category><category>homelab</category>
  </item>

  <item>
    <guid>https://blog.0xf4de.com/blog/keycloak-sso-with-fastapi</guid>
    <title>Keycloak SSO with FastAPI</title>
    <link>https://blog.0xf4de.com/blog/keycloak-sso-with-fastapi</link>
    <description>Replace our homegrown JWT auth with Keycloak as a dedicated identity provider. We cover standing up Keycloak with Docker, configuring a realm and client, and wiring FastAPI to validate tokens issued by Keycloak.</description>
    <pubDate>Fri, 15 Sep 2023 00:00:00 GMT</pubDate>
    <author> (Chad Wilson)</author>
    <category>fastapi</category><category>keycloak</category><category>oauth2</category><category>sso</category><category>python</category><category>security</category>
  </item>

  <item>
    <guid>https://blog.0xf4de.com/blog/fastapi-security</guid>
    <title>Securing FastAPI with OAuth2 and JWT</title>
    <link>https://blog.0xf4de.com/blog/fastapi-security</link>
    <description>Add real authentication to the FastAPI todo API using OAuth2 password flow and JWT tokens. We cover password hashing, token issuance, protected routes, and the honest tradeoffs you need to understand before shipping this.</description>
    <pubDate>Sun, 12 Mar 2023 00:00:00 GMT</pubDate>
    <author> (Chad Wilson)</author>
    <category>fastapi</category><category>jwt</category><category>oauth2</category><category>python</category><category>security</category>
  </item>

    </channel>
  </rss>
