Skip to content

Commit

Permalink
When TerraformBoot enables authentication, Xpanse calls its APIs alwa…
Browse files Browse the repository at this point in the history
…ys return 401 unauthenticated exception
  • Loading branch information
WangLiNaruto committed Dec 1, 2023
1 parent 62e90b9 commit 148200c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@
description = "RESTful Services to interact with Terraform-Boot runtime",
version = "${app.version}"
),
security = @SecurityRequirement(name = "OAuth2 Flow",
security = @SecurityRequirement(name = "OAuth2Flow",
scopes = {OPENID_SCOPE})
)
@SecurityScheme(
name = "OAuth2 Flow",
name = "OAuth2Flow",
type = SecuritySchemeType.OAUTH2,
flows = @OAuthFlows(authorizationCode =
@OAuthFlow(
Expand Down

0 comments on commit 148200c

Please sign in to comment.