Support OAuth2 Implicit Grant
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-19-2018
09:25 AM
Do you have any plans to support the OAuth2 implicit grant as outlined in: RFC 6749 - The OAuth 2.0 Authorization Framework ?
Supporting this part of the OAuth 2 protocol makes it much easier to author client side web application that authenticates against Canvas and then uses the access_token to make request against the Canvas API on behalf of the user.