1
0
Fork 0
mirror of https://github.com/imjasonh/urls synced 2026-07-20 21:38:47 +00:00

update: Wed Jun 11 18:12:33 UTC 2025

This commit is contained in:
Automated 2025-06-11 18:12:33 +00:00
parent cdb13d3f24
commit bdf3b1dd75

View file

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