mirror of
https://github.com/imjasonh/urls
synced 2026-07-09 15:57:21 +00:00
update: Tue Jan 31 18:38:24 UTC 2023
This commit is contained in:
parent
328dd5fb2e
commit
d5f810e9b4
2 changed files with 71 additions and 0 deletions
43
appleid.apple.com/.well-known/openid-configuration
Normal file
43
appleid.apple.com/.well-known/openid-configuration
Normal file
|
|
@ -0,0 +1,43 @@
|
|||
{
|
||||
"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"
|
||||
],
|
||||
"response_modes_supported": [
|
||||
"query",
|
||||
"fragment",
|
||||
"form_post"
|
||||
],
|
||||
"subject_types_supported": [
|
||||
"pairwise"
|
||||
],
|
||||
"id_token_signing_alg_values_supported": [
|
||||
"RS256"
|
||||
],
|
||||
"scopes_supported": [
|
||||
"openid",
|
||||
"email",
|
||||
"name"
|
||||
],
|
||||
"token_endpoint_auth_methods_supported": [
|
||||
"client_secret_post"
|
||||
],
|
||||
"claims_supported": [
|
||||
"aud",
|
||||
"email",
|
||||
"email_verified",
|
||||
"exp",
|
||||
"iat",
|
||||
"is_private_email",
|
||||
"iss",
|
||||
"nonce",
|
||||
"nonce_supported",
|
||||
"real_user_status",
|
||||
"sub",
|
||||
"transfer_sub"
|
||||
]
|
||||
}
|
||||
28
appleid.apple.com/auth/keys
Normal file
28
appleid.apple.com/auth/keys
Normal file
|
|
@ -0,0 +1,28 @@
|
|||
{
|
||||
"keys": [
|
||||
{
|
||||
"kty": "RSA",
|
||||
"kid": "YuyXoY",
|
||||
"use": "sig",
|
||||
"alg": "RS256",
|
||||
"n": "1JiU4l3YCeT4o0gVmxGTEK1IXR-Ghdg5Bzka12tzmtdCxU00ChH66aV-4HRBjF1t95IsaeHeDFRgmF0lJbTDTqa6_VZo2hc0zTiUAsGLacN6slePvDcR1IMucQGtPP5tGhIbU-HKabsKOFdD4VQ5PCXifjpN9R-1qOR571BxCAl4u1kUUIePAAJcBcqGRFSI_I1j_jbN3gflK_8ZNmgnPrXA0kZXzj1I7ZHgekGbZoxmDrzYm2zmja1MsE5A_JX7itBYnlR41LOtvLRCNtw7K3EFlbfB6hkPL-Swk5XNGbWZdTROmaTNzJhV-lWT0gGm6V1qWAK2qOZoIDa_3Ud0Gw",
|
||||
"e": "AQAB"
|
||||
},
|
||||
{
|
||||
"kty": "RSA",
|
||||
"kid": "W6WcOKB",
|
||||
"use": "sig",
|
||||
"alg": "RS256",
|
||||
"n": "2Zc5d0-zkZ5AKmtYTvxHc3vRc41YfbklflxG9SWsg5qXUxvfgpktGAcxXLFAd9Uglzow9ezvmTGce5d3DhAYKwHAEPT9hbaMDj7DfmEwuNO8UahfnBkBXsCoUaL3QITF5_DAPsZroTqs7tkQQZ7qPkQXCSu2aosgOJmaoKQgwcOdjD0D49ne2B_dkxBcNCcJT9pTSWJ8NfGycjWAQsvC8CGstH8oKwhC5raDcc2IGXMOQC7Qr75d6J5Q24CePHj_JD7zjbwYy9KNH8wyr829eO_G4OEUW50FAN6HKtvjhJIguMl_1BLZ93z2KJyxExiNTZBUBQbbgCNBfzTv7JrxMw",
|
||||
"e": "AQAB"
|
||||
},
|
||||
{
|
||||
"kty": "RSA",
|
||||
"kid": "fh6Bs8C",
|
||||
"use": "sig",
|
||||
"alg": "RS256",
|
||||
"n": "u704gotMSZc6CSSVNCZ1d0S9dZKwO2BVzfdTKYz8wSNm7R_KIufOQf3ru7Pph1FjW6gQ8zgvhnv4IebkGWsZJlodduTC7c0sRb5PZpEyM6PtO8FPHowaracJJsK1f6_rSLstLdWbSDXeSq7vBvDu3Q31RaoV_0YlEzQwPsbCvD45oVy5Vo5oBePUm4cqi6T3cZ-10gr9QJCVwvx7KiQsttp0kUkHM94PlxbG_HAWlEZjvAlxfEDc-_xZQwC6fVjfazs3j1b2DZWsGmBRdx1snO75nM7hpyRRQB4jVejW9TuZDtPtsNadXTr9I5NjxPdIYMORj9XKEh44Z73yfv0gtw",
|
||||
"e": "AQAB"
|
||||
}
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue