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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
It is ensured that $userLogin is never empty before adding the scope.
A clear WP_Error is thrown if the login cannot be retrieved.
Unintended effects, such as creating users with @domain as the username, are avoided.
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Helper::getCurrentUserSamlAtts() function has been added. This function returns the SAML attributes and additionally wp_user_login which corresponds to user_login in WP which is especially useful when there is more than one IdP configured.