mirror of
https://github.com/discourse/discourse.git
synced 2026-08-01 17:18:15 -05:00
DEV: Add provider URL for Apple auth (#34581)
This commit is contained in:
@@ -22,6 +22,10 @@ class AppleAuthenticator < ::Auth::ManagedAuthenticator
|
||||
SiteSetting.sign_in_with_apple_enabled?
|
||||
end
|
||||
|
||||
def provider_url
|
||||
"https://account.apple.com"
|
||||
end
|
||||
|
||||
def fetch_jwks(options)
|
||||
Discourse
|
||||
.cache
|
||||
|
||||
Reference in New Issue
Block a user