You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The module throws warnings and deprecation notices when using no Penn State openid_connect clients (i.e. github as an example).
Warning: Undefined array key "upn" in psul_user_auth_openid_connect_userinfo_alter() (line 21 of modules/custom/psul_user_auth/psul_user_auth.module).
Deprecated function: preg_match(): Passing null to parameter #2 ($subject) of type string is deprecated in psul_user_auth_openid_connect_userinfo_alter() (line 21 of modules/custom/psul_user_auth/psul_user_auth.module).
We should check that the upn parameter exists before using it the preg_match.
The text was updated successfully, but these errors were encountered:
The module throws warnings and deprecation notices when using no Penn State openid_connect clients (i.e. github as an example).
We should check that the upn parameter exists before using it the preg_match.
The text was updated successfully, but these errors were encountered: