Stream: bulk data
Topic: SMART server
Michele Mottini (Sep 30 2018 at 14:01):
If I trim the JWKS down to:
Michele Mottini (Sep 30 2018 at 14:01):
Michele Mottini (Sep 30 2018 at 14:01):
{
"keys": [
{
"kty": "RSA",
"kid": "6662F2F81C1A45A7153DDB75C822B6673E6E7A29",
"n": "towV01ObNS7XCcwY2awiQEwlRLgR0wB7YdelD6ThoOT3jOcm4KL04mclBTiWbieqARZ3MxVVAyWpneKGVfHm-kXOZvibgSQByYrRQtUIsv1BGq-7Bs6N5dbykmVwf4QBAqeQzMXoZu2aYO5srjpvHYZpCHystgB8u-gjBd_Ktch1rLZV1E3P_fIbMujGvlDFwWaXjrjv2ZjfFfCZNIy9U0cQ3gXXE-ewtCg08feC4DXTh2bxL5_bP-9zMcF1KuCImJt6x04_e6BiXEm8MNPdZJ_dZbtyMCfwze9mYI1M9Z7okR7CxzpwMGIVaf1RSia6UVRX-65xOxX81cx3ydD8ew",
"e": "AQAB"
}
]
}
Michele Mottini (Sep 30 2018 at 14:02):
(i.e. remove "alg" and "key_op")
Michele Mottini (Sep 30 2018 at 14:02):
authentication fails: 'Unable to get an access token: invalid_grant - No public keys found in the JWKS with "kid" equal to "6662F2F81C1A45A7153DDB75C822B6673E6E7A29" and alg equal to "RS384"'
Michele Mottini (Sep 30 2018 at 14:03):
...I think it should succeeds - 'alg' and 'key_op' don't really add much
Michele Mottini (Sep 30 2018 at 14:04):
(Cerner server is OK with it)
Last updated: Apr 12 2022 at 19:14 UTC