You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Now in 2024, we found in actual testing that Brightspace allows using the OAuth2 Access Token URL as the value of aud to obtain access tokens. At the same time, Brightspace does not support having two different values in the aud array, which may cause its server-side 500 internal error.
So the current method cannot get access token from the Brightspace API.
On the contrary, just using the OAuth2 Access Token URL as aud works on most platforms including Canvas, saltire and Brightspace. This was the default implementation in earlier releases.
Related to this closed issue: #46
Now in 2024, we found in actual testing that Brightspace allows using the OAuth2 Access Token URL as the value of
aud
to obtain access tokens. At the same time, Brightspace does not support having two different values in theaud
array, which may cause its server-side 500 internal error.So the current method cannot get access token from the Brightspace API.
lib-lti1p3-core/src/Service/Client/LtiServiceClient.php
Lines 216 to 219 in bef0d5f
On the contrary, just using the OAuth2 Access Token URL as
aud
works on most platforms including Canvas, saltire and Brightspace. This was the default implementation in earlier releases.The text was updated successfully, but these errors were encountered: