1
0
Fork 0
mirror of https://github.com/imjasonh/urls synced 2026-07-14 10:06:08 +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",
"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",
"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",
"response_types_supported": [
"code"
],