Skip to content

Commit

Permalink
Key ID (kid) added into yaml configuration (#549)
Browse files Browse the repository at this point in the history
* Key ID (kid) added into yaml configuration
  • Loading branch information
sergiishamrai-okta authored Mar 22, 2021
1 parent 937f05b commit 19f11b8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -466,6 +466,7 @@ okta:
password: null
authorizationMode: "PrivateKey"
clientId: "yourClientId"
kid: "yourKeyId" # i.e. "92u3YfA6GgQwL1uSFbgqysQjz61kWtuAhgM2yHbmCuM". This parameter is optional
scopes: "okta.users.read okta.apps.read"
privateKey: |
-----BEGIN PRIVATE KEY-----
Expand Down

0 comments on commit 19f11b8

Please sign in to comment.