Skip to content

Commit

Permalink
Fix optional configuration in Google provider
Browse files Browse the repository at this point in the history
  • Loading branch information
pyrech committed Mar 27, 2017
1 parent 2acdf57 commit 0f404a5
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,11 @@ public function buildConfiguration(NodeBuilder $node)
// todo - add the comments as help text, and render in README
$node
->scalarNode('access_type')
->defaultValue('')
->info('Optional value for sending access_type parameter. More detail: https://developers.google.com/identity/protocols/OpenIDConnect#authenticationuriparameters')
->end()
->scalarNode('hosted_domain')
->defaultValue('')
->info('Optional value for sending hd parameter. More detail: https://developers.google.com/identity/protocols/OpenIDConnect#hd-param')
->end()
->arrayNode('user_fields')
Expand Down

0 comments on commit 0f404a5

Please sign in to comment.