mirror of
https://github.com/bitwarden/server.git
synced 2025-07-02 16:42:50 -05:00
stopped manually encoding the SSO user_identifier (#913)
This commit is contained in:
@ -374,8 +374,6 @@ namespace Bit.Sso.Controllers
|
||||
}
|
||||
else
|
||||
{
|
||||
var bytes = System.Convert.FromBase64String(userIdentifier);
|
||||
userIdentifier = System.Text.Encoding.UTF8.GetString(bytes);
|
||||
var split = userIdentifier.Split(",");
|
||||
if (split.Length < 2)
|
||||
{
|
||||
|
Reference in New Issue
Block a user