Skip to content
This repository has been archived by the owner on Jun 30, 2020. It is now read-only.

Commit

Permalink
Update authorization.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
Tomoya Usami committed Jan 6, 2015
1 parent 351211a commit af1d5fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/models/authorization.rb
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ def validate(fragment, state, nonce)
nonce: nonce
)
oidc.id_token = id_token
oidc.user_info = id_token.raw_attributes['user_info']
oidc.user_info = id_token.raw_attributes['userinfo']
rescue => e
Rails.logger.error "#{e.message}"
return false
Expand Down

0 comments on commit af1d5fe

Please sign in to comment.