Hi @balazsorban44, thanks for the reminder on this. I’ve done a first pass of reviewing the PR. If the author doesn’t have time to work on those things, then it’s likely something we can take on. I agree having PKCE support would be nice.
However, it’s worth noting: I don’t think Discourse is vulnerable to the “authorization code interception” attacks which PKCE protects against. Discourse authentication always happens in-browser over https, and does not use OS-level custom URL schemes which can be intercepted by other apps.
But of course, there is no harm in adding the extra layer of security
thanks for replying chris. sure. will connect with you later in the week when my dev team is around who was working on authentik. main issues are with the flow and outpost.
I have interesting issue, before deploying publicly I want to test that everything works so my OIDC provider is hosted locally (private subnet) and not accessible from internet.
Unfortunately this fails because Discourse doesn’t allow connecting to private IPs. oidc.example.org resolves to private IP.
OIDC Log: Fetching discovery document from https://oidc.example.org/application/o/discourse/.well-known/openid-configuration
OIDC Log: Fetching discovery document raised error Faraday::ConnectionFailed FinalDestination: all resolved IPs were disallowed
OIDC Log: Discovery document is
---
(oidc) Request phase initiated.
(oidc) Authentication failure! openid_connect_discovery_error: OmniAuth::OpenIDConnect::DiscoveryError, Discovery document is missing
I think because openid_connect_discovery_document can only be changed by Admin it should be trusted and allow even private IPs.
There’s a site setting called ‘allowed_internal_hosts’. If you add the internal hostname to that list, then requests to it will be allowed through the SSRF Detector.
In shared hosting services (like the official discourse.org hosting), admins are not trusted to make requests within the hosting environment, so that’s why this protection exists by default.
סליחה, אבל אני לא בטוח שאוכל לעקוב אחר ההוראה להוסיף את ההרחבה. אני מריץ את Discour במערכת Docker מקומית שלי, ואני באמת לא מוצא קובץ app.yml כדי להוסיף את ההגדרות.
יכול להיות שזו שאלה טיפשית, אבל יש מדריך להתקנה בסביבת פיתוח מקומית?
There is an openid_connect_error_redirects but that I believe is for in case of errors. Any idea how I can change the redirect to the authority(aka discourse.company.com).
במהלך התקנת חבילת קוד ידנית אתה מקבל את ההודעה הבאה:
e הודעה לאחר ההתקנה מ-oauth2:
e
e התקנת את oauth2 בגרסה 1.4.11, שהיא גרסה שמסיימת את חייה (EOL).
e לא צפויה תמיכה נוספת בסדרת 1.4.x.
והמלצות לשדרוג לגרסה 2 של oauth2.
יהיה הרבה יותר נוח ללא הודעות כאלה, קיימת תוכנית לשדרוג?
אני גם מקבל:
e התקנת את oauth בגרסה 1.1.0, מזל טוב!
e
e התמיכה הלא-מסחרית בסדרה 1.x תסתיים עד אפריל 2025. נא לתכנן שדרוג לגרסה הבאה לפני תאריך זה.
e השינוי שגורם לשברון הלב היחיד יהיה הוצאה של התמיכה ב-Ruby 2.7 ובגרסאות אחרות שגם הן יגיעו ל-EOL לפני כן.
שלום,
האפשרות Allow new registrations (אפשר רישומים חדשים) נדרשת בהחלט לתפעול התוסף. זה מאפשר ליצור אוטומטית את החשבון בכניסה הראשונה ל-Discourse ומציג כפתור “register” (הרשמה). אבל האם אפשר יהיה לאפשר את השבתתה: כלומר, לא לאפשר למשתמש המתחבר דרך OpenID Connect לשנות את ההגדרות שלו וליצור ישירות את החשבון שלו. זה יאפשר להסיר מהתצוגה את כפתורי ה-“register” (הרשמה) שאין להם מקום בהקשר הזה.
בכבוד רב