|
39 | 39 | content="Interactive visualizations of enterprise SSO authentication patterns, protocol bridging, and identity federation" |
40 | 40 | /> |
41 | 41 | <meta property="og:title" content="ssowhat.dev — SSO Demos" /> |
42 | | - <meta property="og:description" content="Interactive visualizations of enterprise SSO authentication patterns, protocol bridging, and identity federation" /> |
| 42 | + <meta |
| 43 | + property="og:description" |
| 44 | + content="Interactive visualizations of enterprise SSO authentication patterns, protocol bridging, and identity federation" |
| 45 | + /> |
43 | 46 | <meta property="og:type" content="website" /> |
44 | 47 | <meta property="og:url" content="https://ssowhat.dev/" /> |
45 | 48 | <meta property="og:site_name" content="ssowhat.dev" /> |
46 | 49 | {@html `<script type="application/ld+json">${JSON.stringify({ |
47 | | - "@context": "https://schema.org", |
48 | | - "@type": "WebSite", |
49 | | - "name": "ssowhat.dev", |
50 | | - "description": "Interactive visualizations of enterprise SSO authentication patterns, protocol bridging, and identity federation", |
51 | | - "url": "https://ssowhat.dev/", |
52 | | - "author": { "@type": "Organization", "name": "Onetime Secret", "url": "https://onetimesecret.com" } |
| 50 | + '@context': 'https://schema.org', |
| 51 | + '@type': 'WebSite', |
| 52 | + name: 'ssowhat.dev', |
| 53 | + description: |
| 54 | + 'Interactive visualizations of enterprise SSO authentication patterns, protocol bridging, and identity federation', |
| 55 | + url: 'https://ssowhat.dev/', |
| 56 | + author: { '@type': 'Organization', name: 'Onetime Secret', url: 'https://onetimesecret.com' }, |
53 | 57 | })}</script>`} |
54 | 58 | </svelte:head> |
55 | 59 |
|
|
113 | 117 | <p class="mt-3 text-base text-ink-secondary">Interactive visualizations.</p> |
114 | 118 | <p class="mt-4 max-w-2xl text-sm leading-relaxed text-ink-tertiary"> |
115 | 119 | Each demo walks through a complete authentication flow step by step, showing what the user sees alongside the |
116 | | - HTTP exchanges happening behind the scenes. Built for engineers, analysts, and SSO enthusiasts. |
| 120 | + HTTP exchanges happening behind the scenes. Built for engineers, analysts, and Megadeth the band. |
117 | 121 | </p> |
118 | 122 | </header> |
119 | 123 |
|
|
171 | 175 | <!-- Footer --> |
172 | 176 | <footer class="mt-auto pt-14"> |
173 | 177 | <div class="border-t border-edge pt-6"> |
174 | | - <p class="text-sm text-ink-muted">Built for technical analysis of SSO integration patterns.</p> |
| 178 | + <p class="text-sm text-ink-muted">Built by authn enthusiasts, for authn enthusiasts.</p> |
175 | 179 | <p class="mt-2"> |
176 | 180 | <a |
177 | 181 | href="https://onetimesecret.com" |
|
0 commit comments