You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -206,11 +206,11 @@ the Keyfactor Command Portal
206
206
| OAuthScope | OAuth Scope | This is the OAuth Scope needed for Okta OAuth, defined in Okta | String || 🔲 Unchecked |
207
207
| OAuthGrantType | OAuth Grant Type | In OAuth 2.0, the term 'grant type' refers to the way an application gets an access token. In Okta this is `client_credentials`| String | client_credentials | 🔲 Unchecked |
208
208
| OAuthUrl | OAuth Url | An optional parameter sts:ExternalId to pass with Assume Role calls | String | https://***/oauth2/default/v1/token | 🔲 Unchecked |
209
-
| OAuthClientId | OAuth Client ID | The Client ID for OAuth. | Secret ||✅ Checked|
210
-
| OAuthClientSecret | OAuth Client Secret | The Client Secret for OAuth. | Secret ||✅ Checked|
209
+
| OAuthClientId | OAuth Client ID | The Client ID for OAuth. | Secret ||🔲 Unchecked|
210
+
| OAuthClientSecret | OAuth Client Secret | The Client Secret for OAuth. | Secret ||🔲 Unchecked|
211
211
| UseIAM | Use IAM User Auth | A switch to enable the store to use IAM User auth to assume a role when authenticating with AWS ACM | Bool | false | ✅ Checked |
212
-
| IAMUserAccessKey | IAM User Access Key | The AWS Access Key for an IAM User | Secret ||✅ Checked|
213
-
| IAMUserAccessSecret | IAM User Access Secret | The AWS Access Secret for an IAM User. | Secret ||✅ Checked|
212
+
| IAMUserAccessKey | IAM User Access Key | The AWS Access Key for an IAM User | Secret ||🔲 Unchecked|
213
+
| IAMUserAccessSecret | IAM User Access Secret | The AWS Access Secret for an IAM User. | Secret ||🔲 Unchecked|
214
214
| ExternalId | sts:ExternalId| An optional parameter sts:ExternalId to pass with Assume Role calls | String || 🔲 Unchecked |
0 commit comments