Newer Version Available
Authentication
When you create a Canvas app, you can use the signed request
authentication method or the OAuth 2.0 authentication method.
-
Signed request—The
default method of authentication for Canvas apps. The signed request
containing the consumer key, access token, and other contextual information
is provided to the Canvas app in one of these ways.
- The administrator allows access to the Canvas app for the user.
- The user approves the Canvas app in the OAuth flow.
- OAuth 2.0—Canvas apps can use the OAuth 2.0 protocol to authorize and acquire access tokens. For more information about OAuth and the Lightning Platform, see Authorize Apps with OAuth.