Skip to content

Commit

Permalink
fix: authorization token propagation (#1306)
Browse files Browse the repository at this point in the history
  • Loading branch information
tkrop committed Aug 19, 2021
1 parent 24156b8 commit ca8e034
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ class ContextFactoryConfiguration {

@Bean
fun contextFactory(): DefaultContextFactory {
return DefaultContextFactory()
return DefaultContextFactory(propagateAuthorizationUrls)
}
}

0 comments on commit ca8e034

Please sign in to comment.