1
0
Fork 0
mirror of https://github.com/imjasonh/urls synced 2026-07-18 06:58:38 +00:00

update: Wed Jun 11 00:44:26 UTC 2025

This commit is contained in:
Automated 2025-06-11 00:44:26 +00:00
parent c97ab1c29f
commit a5bd6c1e7b
3 changed files with 12 additions and 17 deletions

View file

@ -1,9 +1,9 @@
{
"issuer": "https://appleid.apple.com",
"authorization_endpoint": "https://appleid.apple.com/auth/authorize",
"token_endpoint": "https://appleid.apple.com/auth/token",
"revocation_endpoint": "https://appleid.apple.com/auth/revoke",
"jwks_uri": "https://appleid.apple.com/auth/keys",
"issuer": "https://account.apple.com",
"authorization_endpoint": "https://account.apple.com/auth/authorize",
"token_endpoint": "https://account.apple.com/auth/token",
"revocation_endpoint": "https://account.apple.com/auth/revoke",
"jwks_uri": "https://account.apple.com/auth/keys",
"response_types_supported": [
"code"
],