Skip to content

Commit

Permalink
docs: remove unused idp port parameter from okta plugin docs (#323)
Browse files Browse the repository at this point in the history
  • Loading branch information
crystall-bitquill authored Nov 16, 2024
1 parent f3311ac commit f7ee161
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ In the case of AD FS, the user signs into the AD FS sign in page. This generates
| `iamRoleArn` | `String` | Yes | The ARN of the IAM Role that is to be assumed to access AWS Aurora. | `null` | `arn:aws:iam::123456789012:role/adfs_example_iam_role` |
| `iamIdpArn` | `String` | Yes | The ARN of the Identity Provider. | `null` | `arn:aws:iam::123456789012:saml-provider/adfs_example` |
| `iamRegion` | `String` | Yes | The IAM region where the IAM token is generated. | `null` | `us-east-2` |
| `idpPort` | `Number` | No | The port that the host for the authentication service listens at. | `443` | `1234` |
| `iamHost` | `String` | No | Overrides the host that is used to generate the IAM token. | `null` | `database.cluster-hash.us-east-1.rds.amazonaws.com` |
| `iamDefaultPort` | `Number` | No | This property overrides the default port that is used to generate the IAM token. The default port is determined based on the underlying driver protocol. Target drivers with different protocols will require users to provide a default port. | `null` | `1234` |
| `iamTokenExpiration` | `Number` | No | Overrides the default IAM token cache expiration in seconds. | `900` | `123` |
Expand Down

0 comments on commit f7ee161

Please sign in to comment.