Skip to content

Commit

Permalink
Fix domain with dash in single sign on configuration (#7421)
Browse files Browse the repository at this point in the history
Co-authored-by: Sinisa Valentic <tic984@gmail.com>
  • Loading branch information
alexander-schranz and tic984 committed May 13, 2024
1 parent ddd1a07 commit 61adf77
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ public function getConfigTreeBuilder(): TreeBuilder
->children()
->arrayNode('providers')
->useAttributeAsKey('domain')
->normalizeKeys(false)
->arrayPrototype()
->children()
->scalarNode('dsn')
Expand Down

0 comments on commit 61adf77

Please sign in to comment.