aws_cognito: UserPoolIdentityProviderOidc doesn't support SecretValue for client secret #29851
Open
1 of 2 tasks
Labels
@aws-cdk/aws-cognito
Related to Amazon Cognito
effort/small
Small work item – less than a day of effort
feature-request
A feature should be added or improved.
p3
Describe the feature
Hello,
Small FR that would make the use of SecretValue more straightforward.
UserPoolIdentityProviderOidc
needs a client secret value for deployment. As of now it only supportsstring
value.Compared to the generic one like
UserPoolIdentityProviderGoogle
who supportclientSecretValue
.Use Case
It would make the DX a bit better, simplifying the resolution. And also align with the other providers from the cognito package.
Proposed Solution
No response
Other Information
No response
Acknowledgements
CDK version used
2.131.0
Environment details (OS name and version, etc.)
MacOS
The text was updated successfully, but these errors were encountered: