Skip to content

Commit

Permalink
Merge pull request #53 from pyrech/patch-3
Browse files Browse the repository at this point in the history
Fix optional configuration in Google provider
  • Loading branch information
weaverryan authored Mar 30, 2017
2 parents 2acdf57 + 0f404a5 commit aabfd92
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 aabfd92

Please sign in to comment.