Hi all,
it seems that we get a guzzle error:
"error":"invalid_jwt_token","error_description":"Invalid JWT signature java.lang.IllegalArgumentException: Unknown exception occurred with [jwks_endpoint], with message Failed to get key with kid [the correct key id]"
when using ->get_members() on the names and roles service.
This only happens on Blackboard, however; Brightspace does produce a result array with the correct users. To be complete: the OIDC login-and-redirect flow does work nicely, this issue occurs when subsequently using the members service on the context_membership_url that was acquired during the OIDC launch.
any thoughts on where we should check to solve this issue?
thanks!!