Skip to content

Feat: provide username in the OIDC preferred_username claim

Jan Losinski requested to merge janLo/gitlab:fix-386635 into master

What does this MR do and why?

This provides the username in the OIDC preferred_username claim. It was available in the nickname claim before, but as described in #386635 (closed) the preferred_username would be a better fit. The previous behavior wasn't changed - so there should be no compatibility concerns.

Merge request reports