aws / aws-msk-iam-auth

Enables developers to use AWS Identity and Access Management (IAM) to connect to their Amazon Managed Streaming for Apache Kafka (Amazon MSK) clusters.
Apache License 2.0
138 stars 65 forks source link

Fix SSO OIDC error #149

Closed alantang888 closed 5 months ago

alantang888 commented 5 months ago

Issue #, if available:

*Description of changes: This fix this error To use SSO OIDC related properties in the 'non-prod-base' profile, the 'ssooidc' service module must be on the class path. My company using SSO on AWS. The default SSO role is only have assume role permission. So I have to assume role to my team's role (Role chaining). But I have this error. After add ssooidc and build a new jar. That fixed the issue.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.