Skip to content

Commit a1c6cdf

Browse files
committed
update docs for developer key UI
Change-Id: I52940238088645f6db4f07a5294d484b7ed8a6a9 Reviewed-on: https://gerrit.instructure.com/12675 Tested-by: Jenkins <jenkins@instructure.com> Reviewed-by: Brian Whitmer <brian@instructure.com>
1 parent f8b9b09 commit a1c6cdf

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

doc/api/oauth.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@ ID and client secret. To obtain these application credentials, you will
4848
need to register your application. The client secret should never be shared.
4949

5050
For open source Canvas users, you will need to generate a client\_id and
51-
client\_secret for your application. There isn't yet any UI for
52-
generating these keys, so you will need to generate an API key from the Rails console:
51+
client\_secret for your application. You can either do it from the Developer
52+
Keys section of Site admin, or from the Rails console:
5353

5454
$ script/console
5555
> key = DeveloperKey.create! { |k|

0 commit comments

Comments
 (0)