blog

git clone https://git.ce9e.org/blog.git

commit
aeefa677307e8b3361ed32ced135ee128bd99153
parent
f1cfd10c1a605d3790d97028e9c40b4b13a9feb9
Author
Tobias Bengfort <tobias.bengfort@posteo.de>
Date
2025-08-29 13:25
sso: fix example URLs

Diffstat

M _content/posts/2025-01-07-oidc/index.md 4 ++--

1 files changed, 2 insertions, 2 deletions


diff --git a/_content/posts/2025-01-07-oidc/index.md b/_content/posts/2025-01-07-oidc/index.md

@@ -61,7 +61,7 @@ In reality, OpenID Connect has some additional steps:
   61    61 1.  The application fetches some information needed to interact with the
   62    62     SSO provider:
   63    63 
   64    -1         $ curl https://identifier-provider.example/.well-known/openid-configuration/
   -1    64         $ curl https://sso.example/.well-known/openid-configuration/
   65    65         < HTTP/1.1 200 OK
   66    66         {
   67    67             "issuer": "https://sso.example",
@@ -141,7 +141,7 @@ In reality, OpenID Connect has some additional steps:
  141   141     additional information:
  142   142 
  143   143         {
  144    -1             "iss": "https://identifier-provider.example",
   -1   144             "iss": "https://sso.example",
  145   145             "iat": 1736000000,
  146   146             "exp": 1736000020,
  147   147             "aud": "myapp",