feat: use config issuer for everything

This commit is contained in:
2025-05-25 16:24:52 +02:00
parent 07b9b94143
commit 7d0ddd4d77
3 changed files with 5 additions and 5 deletions

View File

@ -55,7 +55,7 @@ func (s *APIServer) Run() error {
})
router.Get("/.well-known/jwks.json", oauthHandler.WriteJWKS)
router.Get("/.well-known/openid-configuration", oauth.OpenIdConfiguration)
router.Get("/.well-known/openid-configuration", oauthHandler.OpenIdConfiguration)
router.Get("/*", func(w http.ResponseWriter, r *http.Request) {
path := "./dist" + r.URL.Path