Skip to content

Commit 836012b

Browse files
authored
Merge pull request #83 from Wikia/PLATFORM-7637
fix: add issuerURL for apple id (ory#2565)
2 parents 752ba46 + 6bbca65 commit 836012b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

selfservice/strategy/oidc/provider_apple.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ func NewProviderApple(
2424
config *Configuration,
2525
reg dependencies,
2626
) *ProviderApple {
27+
config.IssuerURL = "https://appleid.apple.com"
2728
return &ProviderApple{
2829
ProviderGenericOIDC: &ProviderGenericOIDC{
2930
config: config,

0 commit comments

Comments
 (0)