Skip to content
Snippets Groups Projects
Unverified Commit c7abf002 authored by Robin Ward's avatar Robin Ward
Browse files

Extract screenName

parent 6e4f4d6c
No related branches found
No related tags found
No related merge requests found
......@@ -33,7 +33,7 @@ class SamlAuthenticator < ::Auth::OAuth2Authenticator
uid = auth[:uid]
result.name = auth[:info].name || uid
result.username = auth[:info].nickname || uid
result.username = auth[:raw_info].attributes['screenName'] || uid
result.email = auth[:info].email || uid
result.email_valid = true
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment