Skip to content

Commit

Permalink
Fix SSO OIDC error
Browse files Browse the repository at this point in the history
This fix this exception:
`To use SSO OIDC related properties in the 'non-prod-base' profile, the 'ssooidc' service module must be on the class path.`
  • Loading branch information
alantang888 committed Jan 15, 2024
1 parent 48fce55 commit c0202a9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ dependencies {
implementation(platform('software.amazon.awssdk:bom:2.20.121'))
implementation('software.amazon.awssdk:auth')
implementation('software.amazon.awssdk:sso')
implementation("software.amazon.awssdk:ssooidc")
implementation('software.amazon.awssdk:sts')
implementation('com.fasterxml.jackson.core:jackson-databind:2.14.1')
implementation('org.slf4j:slf4j-api:1.7.25')
Expand Down

0 comments on commit c0202a9

Please sign in to comment.