This commit is contained in:
암냥 2026-08-02 20:03:19 +09:00
commit 41c0069730
No known key found for this signature in database
8 changed files with 474 additions and 89 deletions

View file

@ -137,11 +137,6 @@ in
];
oauth2_tokeninfo_url = "https://auth.mizuki.guru/application/o/userinfo/?access_token=";
# 주의:
# 여기는 아직 secret '값'이 아니라 secret '경로'가 들어감.
# Dovecot이 URL 안에서 file_get_contents 같은 처리를 안 하므로
# 이 방식은 제대로 동작하지 않을 가능성이 큼.
oauth2_introspection_url = "https://auth.mizuki.guru/application/o/introspect/";
oauth2_introspection_mode = "post";