1
0
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:
Addison Beck
2020-09-04 14:16:49 -04:00
committed by GitHub
parent 739b2cfe34
commit 4b3abe6fb0
2 changed files with 1 additions and 4 deletions

View File

@ -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)
{