OIDC 测试页

这个页面用于验证普通网站如何跳转到 Authentik 登录,再回到本站并拿到 OIDC 返回的信息。

使用 Authentik 登录 查看 OpenID 配置

当前测试配置

{
  "baseUrl": "https://oidc-test.hsfp.cn",
  "issuer": "https://auth.hsfp.cn/application/o/oidc-test/",
  "authorizationEndpoint": "https://auth.hsfp.cn/application/o/authorize/",
  "tokenEndpoint": "https://auth.hsfp.cn/application/o/token/",
  "userinfoEndpoint": "https://auth.hsfp.cn/application/o/userinfo/",
  "clientId": "oidc-test-156cfa8013fb7bca",
  "redirectUri": "https://oidc-test.hsfp.cn/callback",
  "scopes": "openid profile email offline_access goauthentik.io/api",
  "incomingHeaders": {
    "host": "oidc-test.hsfp.cn",
    "x-forwarded-for": "216.73.216.45",
    "x-forwarded-proto": "https",
    "user-agent": "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)"
  }
}