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
It looks like 0999645 has added "openid" as a supported scope now. However, when requesting the scope from the LMS, the user is presented with an error:
Summary:
The Dynamic Registration spec requires that the LMS have
openid
listed as one of thescopes_supported
.This is currently not being sent.
Steps to reproduce:
scopes_supported
keyExpected behavior:
That openid is one of the scopes_supported
Actual behavior:
The openid scope is not included in the scopes_supported list.
Additional Notes
canvas-lms/app/controllers/security_controller.rb
Line 111 in f608fbf
I believe this is the relevant line where this information comes from.
The text was updated successfully, but these errors were encountered: