Skip to content

Commit

Permalink
feat(Common): Added Client Credentials Flow to Swagger and Updated Ro…
Browse files Browse the repository at this point in the history
…le Configuration
  • Loading branch information
fabiodmota committed Jul 31, 2023
1 parent 9fc32aa commit 4a712b8
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,8 @@ class OpenApiConfig(
.tokenUrl(securityProperties.tokenUrl)
.refreshUrl(securityProperties.refreshUrl)
.scopes(Scopes())
).clientCredentials(
OAuthFlow().tokenUrl(securityProperties.tokenUrl)
)
)
)
Expand Down

0 comments on commit 4a712b8

Please sign in to comment.