Skip to content

Commit

Permalink
fix: specify asymmetric kms key here (#699)
Browse files Browse the repository at this point in the history
  • Loading branch information
kuannie1 authored Feb 19, 2025
1 parent 19f0719 commit d0d121e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion kms-okta-app/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
This is a module that creates an Okta app that's bounded to a KMS Key. You can use the KMS key to sign JWTs that are compatible with the Okta /token endpoints. After you create the Okta App, you can work with the Okta Token endpoint by roughly following these steps:
This is a module that creates an Okta app that's bounded to an asymmetric KMS Key. You can use the KMS key to sign JWTs that are compatible with the Okta /token endpoints.

After you create the Okta App, you can work with the Okta Token endpoint by roughly following these steps:
1. Creating a header with this kind of structure: `{{"alg": "<algorithm>", "typ": "JWT"}}`. To identify algorithms. Here are the algorithm options as of Febuary 5, 2025:
```
signing_algs = (
Expand Down

0 comments on commit d0d121e

Please sign in to comment.