function oauth2_server_update_7105 in OAuth2 Server 7
Set the OpenID Connect 'sub' to the user name (the default for new installs is the UID).
File
- ./
oauth2_server.install, line 446
Code
function oauth2_server_update_7105() {
variable_set('oauth2_server_user_sub_property', 'name');
}